resource: Distinguish driver initalization from instance creation 82/279982/2 submit/sandbox/chanwoochoi/tizen/20220823.070906 submit/tizen/20220823.075403
authorDongwoo Lee <dwoo08.lee@samsung.com>
Fri, 19 Aug 2022 09:21:57 +0000 (18:21 +0900)
committerDongwoo Lee <dwoo08.lee@samsung.com>
Mon, 22 Aug 2022 23:37:48 +0000 (08:37 +0900)
commit3104878c229f0fc9932ea920c8a9f7a7454b5314
tree6cb35cad7519ec3fa9cfa7601bca07b4bb8f2ddd
parentac4f60421a824f1e42a3acc2930772dba4e49c46
resource: Distinguish driver initalization from instance creation

In the previous commits, each resource driver has the distinguished
operation for both initialization and creation. This makes the codes
are properly distributed into two operations.

Change-Id: Ia3d72914a3277e0d6d18634dff60a9e9763ec362
Signed-off-by: Dongwoo Lee <dwoo08.lee@samsung.com>
src/resource/resource-bus.c
src/resource/resource-cpu.c
src/resource/resource-disk.c
src/resource/resource-display.c
src/resource/resource-gpu.c
src/resource/resource-network.c
src/resource/resource-process-group.c
src/resource/resource-process.c
src/resource/resource-system.c