Lines Matching refs:resource
38 static struct resource heartbeat_resource = {
48 .resource = &heartbeat_resource,
80 static struct resource nor_flash_resources[] = {
94 .resource = nor_flash_resources,
102 static struct resource r8a66597_usb_host_resources[] = {
124 .resource = r8a66597_usb_host_resources,
127 static struct resource sm501_resources[] = {
217 .resource = sm501_resources,
220 static struct resource i2c_proto_resources[] = {
233 static struct resource i2c_resources[] = {
259 .resource = i2c_resources,
282 i2c_device.resource = i2c_proto_resources; in sh7785lcr_devices_setup()