| /OK3568_Linux_fs/kernel/include/linux/device/ |
| H A D | bus.h | 167 struct device *bus_find_device(struct bus_type *bus, struct device *start, 181 return bus_find_device(bus, start, name, device_match_name); in bus_find_device_by_name() 193 return bus_find_device(bus, NULL, np, device_match_of_node); in bus_find_device_by_of_node() 205 return bus_find_device(bus, NULL, fwnode, device_match_fwnode); in bus_find_device_by_fwnode() 217 return bus_find_device(bus, NULL, &devt, device_match_devt); in bus_find_device_by_devt() 229 return bus_find_device(bus, cur, NULL, device_match_any); in bus_find_next_device() 244 return bus_find_device(bus, NULL, adev, device_match_acpi_dev); in bus_find_device_by_acpi_dev()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | dhd_linux_platdev.c | 494 dev1 = bus_find_device(&platform_bus_type, NULL, WIFI_PLAT_NAME, wifi_platdev_match); in wifi_ctrlfunc_register_drv() 495 dev2 = bus_find_device(&platform_bus_type, NULL, WIFI_PLAT_NAME2, wifi_platdev_match); in wifi_ctrlfunc_register_drv() 581 dev1 = bus_find_device(&platform_bus_type, NULL, WIFI_PLAT_NAME, wifi_platdev_match); in wifi_ctrlfunc_unregister_drv() 582 dev2 = bus_find_device(&platform_bus_type, NULL, WIFI_PLAT_NAME2, wifi_platdev_match); in wifi_ctrlfunc_unregister_drv() 660 dev = bus_find_device(&platform_bus_type, NULL, WIFI_PLAT_EXT, wifi_platdev_match); in dhd_wifi_platform_register_drv()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | dhd_linux_platdev.c | 489 dev1 = bus_find_device(&platform_bus_type, NULL, WIFI_PLAT_NAME, wifi_platdev_match); in wifi_ctrlfunc_register_drv() 490 dev2 = bus_find_device(&platform_bus_type, NULL, WIFI_PLAT_NAME2, wifi_platdev_match); in wifi_ctrlfunc_register_drv() 576 dev1 = bus_find_device(&platform_bus_type, NULL, WIFI_PLAT_NAME, wifi_platdev_match); in wifi_ctrlfunc_unregister_drv() 577 dev2 = bus_find_device(&platform_bus_type, NULL, WIFI_PLAT_NAME2, wifi_platdev_match); in wifi_ctrlfunc_unregister_drv() 651 dev = bus_find_device(&platform_bus_type, NULL, WIFI_PLAT_EXT, wifi_platdev_match); in dhd_wifi_platform_register_drv()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | dhd_linux_platdev.c | 495 dev1 = bus_find_device(&platform_bus_type, NULL, WIFI_PLAT_NAME, wifi_platdev_match); in wifi_ctrlfunc_register_drv() 496 dev2 = bus_find_device(&platform_bus_type, NULL, WIFI_PLAT_NAME2, wifi_platdev_match); in wifi_ctrlfunc_register_drv() 582 dev1 = bus_find_device(&platform_bus_type, NULL, WIFI_PLAT_NAME, wifi_platdev_match); in wifi_ctrlfunc_unregister_drv() 583 dev2 = bus_find_device(&platform_bus_type, NULL, WIFI_PLAT_NAME2, wifi_platdev_match); in wifi_ctrlfunc_unregister_drv() 661 dev = bus_find_device(&platform_bus_type, NULL, WIFI_PLAT_EXT, wifi_platdev_match); in dhd_wifi_platform_register_drv()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | dhd_linux_platdev.c | 495 dev1 = bus_find_device(&platform_bus_type, NULL, WIFI_PLAT_NAME, wifi_platdev_match); in wifi_ctrlfunc_register_drv() 496 dev2 = bus_find_device(&platform_bus_type, NULL, WIFI_PLAT_NAME2, wifi_platdev_match); in wifi_ctrlfunc_register_drv() 587 dev1 = bus_find_device(&platform_bus_type, NULL, WIFI_PLAT_NAME, wifi_platdev_match); in wifi_ctrlfunc_unregister_drv() 588 dev2 = bus_find_device(&platform_bus_type, NULL, WIFI_PLAT_NAME2, wifi_platdev_match); in wifi_ctrlfunc_unregister_drv() 666 dev = bus_find_device(&platform_bus_type, NULL, WIFI_PLAT_EXT, wifi_platdev_match); in dhd_wifi_platform_register_drv()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/pseries/ |
| H A D | ibmebus.c | 192 dev = bus_find_device(&ibmebus_bus_type, NULL, child, in ibmebus_create_devices() 276 dev = bus_find_device(&ibmebus_bus_type, NULL, path, in probe_store() 312 if ((dev = bus_find_device(&ibmebus_bus_type, NULL, path, in remove_store()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_linux_platdev.c | 543 dev1 = bus_find_device(&platform_bus_type, NULL, WIFI_PLAT_NAME, wifi_platdev_match); in wifi_ctrlfunc_register_drv() 544 dev2 = bus_find_device(&platform_bus_type, NULL, WIFI_PLAT_NAME2, wifi_platdev_match); in wifi_ctrlfunc_register_drv() 647 dev1 = bus_find_device(&platform_bus_type, NULL, WIFI_PLAT_NAME, wifi_platdev_match); in wifi_ctrlfunc_unregister_drv() 648 dev2 = bus_find_device(&platform_bus_type, NULL, WIFI_PLAT_NAME2, wifi_platdev_match); in wifi_ctrlfunc_unregister_drv() 733 dev = bus_find_device(&platform_bus_type, NULL, WIFI_PLAT_EXT, wifi_platdev_match); in dhd_wifi_platform_register_drv()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_linux_platdev.c | 551 dev1 = bus_find_device(&platform_bus_type, NULL, WIFI_PLAT_NAME, wifi_platdev_match); in wifi_ctrlfunc_register_drv() 552 dev2 = bus_find_device(&platform_bus_type, NULL, WIFI_PLAT_NAME2, wifi_platdev_match); in wifi_ctrlfunc_register_drv() 646 dev1 = bus_find_device(&platform_bus_type, NULL, WIFI_PLAT_NAME, wifi_platdev_match); in wifi_ctrlfunc_unregister_drv() 647 dev2 = bus_find_device(&platform_bus_type, NULL, WIFI_PLAT_NAME2, wifi_platdev_match); in wifi_ctrlfunc_unregister_drv() 732 dev = bus_find_device(&platform_bus_type, NULL, WIFI_PLAT_EXT, wifi_platdev_match); in dhd_wifi_platform_register_drv()
|
| /OK3568_Linux_fs/kernel/drivers/firmware/efi/ |
| H A D | dev-path-parser.c | 50 *child = bus_find_device(&acpi_bus_type, NULL, &hid_uid, in parse_acpi_path()
|
| /OK3568_Linux_fs/kernel/drivers/usb/phy/ |
| H A D | phy-am335x-control.c | 137 dev = bus_find_device(&platform_bus_type, NULL, node, match); in am335x_get_phy_control()
|
| H A D | phy-isp1301.c | 155 struct device *dev = bus_find_device(&i2c_bus_type, NULL, in isp1301_get_client()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/ti/ |
| H A D | cpsw-phy-sel.c | 175 dev = bus_find_device(&platform_bus_type, NULL, node, match); in cpsw_phy_sel()
|
| /OK3568_Linux_fs/kernel/drivers/i2c/ |
| H A D | i2c-core-of.c | 154 dev = bus_find_device(&i2c_bus_type, NULL, node, in of_find_i2c_adapter_by_node()
|
| H A D | i2c-core-acpi.c | 387 dev = bus_find_device(&i2c_bus_type, NULL, handle, in i2c_acpi_find_adapter_by_handle()
|
| /OK3568_Linux_fs/kernel/drivers/acpi/ |
| H A D | utils.c | 839 dev = bus_find_device(&acpi_bus_type, NULL, &match, acpi_dev_match_cb); in acpi_dev_present() 868 dev = bus_find_device(&acpi_bus_type, NULL, &match, acpi_dev_match_cb); in acpi_dev_get_first_match_dev()
|
| H A D | acpi_lpss.c | 542 dev = bus_find_device(&platform_bus_type, NULL, &data, match_hid_uid); in acpi_lpss_find_device() 546 return bus_find_device(&pci_bus_type, NULL, &data, match_hid_uid); in acpi_lpss_find_device()
|
| /OK3568_Linux_fs/kernel/drivers/pci/ |
| H A D | search.c | 280 dev = bus_find_device(&pci_bus_type, dev_start, (void *)id, in pci_get_dev_by_id()
|
| /OK3568_Linux_fs/kernel/drivers/s390/cio/ |
| H A D | scm.c | 189 dev = bus_find_device(&scm_bus_type, NULL, sale, check_address); in scmdev_find()
|
| /OK3568_Linux_fs/kernel/drivers/s390/crypto/ |
| H A D | ap_bus.c | 1328 dev = bus_find_device(&ap_bus_type, NULL, in ap_scan_domains() 1442 dev = bus_find_device(&ap_bus_type, NULL, in ap_scan_adapter() 1592 bus_find_device(&ap_bus_type, NULL, in ap_scan_bus()
|
| /OK3568_Linux_fs/kernel/drivers/char/ipmi/ |
| H A D | ipmi_si_platform.c | 444 while ((dev = bus_find_device(&platform_bus_type, NULL, name, in ipmi_remove_platform_device_by_name()
|
| /OK3568_Linux_fs/kernel/drivers/base/ |
| H A D | bus.c | 326 struct device *bus_find_device(struct bus_type *bus, in bus_find_device() function 344 EXPORT_SYMBOL_GPL(bus_find_device);
|
| /OK3568_Linux_fs/kernel/drivers/thunderbolt/ |
| H A D | switch.c | 2856 dev = bus_find_device(&tb_bus_type, NULL, &lookup, tb_switch_match); in tb_switch_find_by_link_depth() 2880 dev = bus_find_device(&tb_bus_type, NULL, &lookup, tb_switch_match); in tb_switch_find_by_uuid() 2907 dev = bus_find_device(&tb_bus_type, NULL, &lookup, tb_switch_match); in tb_switch_find_by_route()
|
| /OK3568_Linux_fs/kernel/drivers/usb/core/ |
| H A D | usb.c | 360 dev = bus_find_device(&usb_bus_type, NULL, &argb, __find_interface); in usb_find_interface()
|
| /OK3568_Linux_fs/kernel/drivers/iio/ |
| H A D | inkern.c | 137 idev = bus_find_device(&iio_bus_type, NULL, iiospec.np, in __of_iio_channel_get()
|
| /OK3568_Linux_fs/kernel/drivers/visorbus/ |
| H A D | visorbus_main.c | 197 dev = bus_find_device(&visorbus_type, dev_start, (void *)&id, in visorbus_get_device_by_id()
|