Searched refs:device_match_name (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/device/ |
| H A D | bus.h | 146 int device_match_name(struct device *dev, const void *name); 181 return bus_find_device(bus, start, name, device_match_name); in bus_find_device_by_name()
|
| H A D | driver.h | 176 return driver_find_device(drv, NULL, name, device_match_name); in driver_find_device_by_name()
|
| H A D | class.h | 136 return class_find_device(class, NULL, name, device_match_name); in class_find_device_by_name()
|
| /OK3568_Linux_fs/kernel/drivers/nvmem/ |
| H A D | core.c | 899 return __nvmem_device_get((void *)dev_name, device_match_name); in nvmem_device_get() 1013 device_match_name); in nvmem_cell_get_from_lookup()
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_virtual_device | 685 device_match_name
|
| H A D | abi_gki_aarch64_vivo | 311 device_match_name
|
| H A D | abi_gki_aarch64_qcom | 403 device_match_name
|
| H A D | abi_gki_aarch64_rockchip | 218 device_match_name
|
| H A D | abi_gki_aarch64_oplus | 438 device_match_name
|
| H A D | abi_gki_aarch64_galaxy | 1189 device_match_name
|
| /OK3568_Linux_fs/kernel/drivers/base/ |
| H A D | core.c | 4638 int device_match_name(struct device *dev, const void *name) in device_match_name() function 4642 EXPORT_SYMBOL_GPL(device_match_name);
|