Searched refs:resources (Results 1 - 9 of 9) sorted by relevance
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/ |
H A D | mali_kbase_platform_fake.c | 41 * @brief Convert data in struct kbase_io_resources struct to Linux-specific resources 54 pr_err("%s: couldn't find proper resources\n", __func__); in kbasep_config_parse_io_resources() 82 struct resource resources[PLATFORM_CONFIG_RESOURCE_COUNT]; in kbase_platform_fake_register() local 98 kbasep_config_parse_io_resources(config->io_resources, resources); in kbase_platform_fake_register() 99 err = platform_device_add_resources(mali_device, resources, PLATFORM_CONFIG_RESOURCE_COUNT); in kbase_platform_fake_register()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/ |
H A D | mali_kbase_platform_fake.c | 41 * @brief Convert data in struct kbase_io_resources struct to Linux-specific resources 53 pr_err("%s: couldn't find proper resources\n", __func__); in kbasep_config_parse_io_resources() 81 struct resource resources[PLATFORM_CONFIG_RESOURCE_COUNT]; in kbase_platform_fake_register() local 96 kbasep_config_parse_io_resources(config->io_resources, resources); in kbase_platform_fake_register() 97 err = platform_device_add_resources(mali_device, resources, PLATFORM_CONFIG_RESOURCE_COUNT); in kbase_platform_fake_register()
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/ |
H A D | mali_kbase_platform_fake.c | 46 * @brief Convert data in struct kbase_io_resources struct to Linux-specific resources 59 pr_err("%s: couldn't find proper resources\n", __func__); in kbasep_config_parse_io_resources() 87 struct resource resources[PLATFORM_CONFIG_RESOURCE_COUNT]; in kbase_platform_register() local 103 kbasep_config_parse_io_resources(config->io_resources, resources); in kbase_platform_register() 104 err = platform_device_add_resources(mali_device, resources, PLATFORM_CONFIG_RESOURCE_COUNT); in kbase_platform_register()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/ |
H A D | mali_kbase_platform_fake.c | 42 * Convert data in struct kbase_io_resources struct to Linux-specific resources 53 pr_err("%s: couldn't find proper resources\n", __func__); in kbasep_config_parse_io_resources() 81 struct resource resources[PLATFORM_CONFIG_RESOURCE_COUNT]; in kbase_platform_register() local 96 kbasep_config_parse_io_resources(config->io_resources, resources); in kbase_platform_register() 97 err = platform_device_add_resources(mali_device, resources, PLATFORM_CONFIG_RESOURCE_COUNT); in kbase_platform_register()
|
/device/soc/rockchip/common/sdk_linux/drivers/mfd/ |
H A D | rk808.c | 208 .resources = &rtc_resources[0],
213 .resources = &rk805_key_resources[0],
227 .resources = rtc_resources,
248 .resources = &rk816_pwrkey_resources[0],
253 .resources = &rk816_rtc_resources[0],
275 .resources = &rk817_pwrkey_resources[0],
280 .resources = &rk817_rtc_resources[0],
305 .resources = rtc_resources,
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/ |
H A D | net.h | 151 struct coap_resource_t *resources; /**< hash table or list of known member 152 resources */ 154 unknown resources */ 173 struct etimer notify_timer; /**< used to check resources periodically */ 411 * resources that have been registered with @p context, and frees the attached 423 * resources that have been registered with @p context, and frees the attached
|
/device/soc/rockchip/common/sdk_linux/drivers/i2c/ |
H A D | i2c-core-base.c | 841 int i2c_dev_irq_from_resources(const struct resource *resources, unsigned int num_resources)
in i2c_dev_irq_from_resources() argument 847 const struct resource *r = &resources[i];
in i2c_dev_irq_from_resources() 904 client->init_irq = i2c_dev_irq_from_resources(info->resources, info->num_resources);
in i2c_new_client_device()
|
/device/soc/rockchip/common/sdk_linux/include/linux/ |
H A D | i2c.h | 373 * @resources: resources associated with the device 374 * @num_resources: number of resources in the @resources array 397 const struct resource *resources; member
|
/device/soc/rockchip/rk3588/kernel/drivers/mfd/ |
H A D | rk806-core.c | 305 .resources = &rk806_pwrkey_resources[0],
|
Completed in 11 milliseconds