Searched refs:class_find_device_by_name (Results 1 – 11 of 11) sorted by relevance
/linux-6.14.4/include/linux/device/ |
D | class.h | 104 static inline struct device *class_find_device_by_name(const struct class *class, in class_find_device_by_name() function
|
/linux-6.14.4/drivers/leds/ |
D | led-class.c | 362 led_dev = class_find_device_by_name(&leds_class, provider); in led_get() 453 (dev = class_find_device_by_name(&leds_class, name))) { in led_classdev_next_name()
|
/linux-6.14.4/drivers/ptp/ |
D | ptp_vclock.c | 244 dev = class_find_device_by_name(&ptp_class, name); in ptp_get_vclocks_index()
|
/linux-6.14.4/net/ieee802154/ |
D | core.c | 33 dev = class_find_device_by_name(&wpan_phy_class, str); in wpan_phy_find()
|
/linux-6.14.4/drivers/video/backlight/ |
D | backlight.c | 515 dev = class_find_device_by_name(&backlight_class, name); in backlight_device_get_by_name()
|
/linux-6.14.4/drivers/usb/typec/ |
D | pd.c | 588 dev = class_find_device_by_name(&pd_class, name); in usb_power_delivery_find()
|
/linux-6.14.4/drivers/pci/endpoint/ |
D | pci-epc-core.c | 64 dev = class_find_device_by_name(&pci_epc_class, epc_name); in pci_epc_get()
|
/linux-6.14.4/drivers/rtc/ |
D | interface.c | 700 dev = class_find_device_by_name(&rtc_class, name); in rtc_class_open()
|
/linux-6.14.4/drivers/net/phy/ |
D | mdio_bus.c | 424 d = class_find_device_by_name(&mdio_bus_class, mdio_name); in mdio_find_bus()
|
/linux-6.14.4/drivers/hwtracing/stm/ |
D | core.c | 112 dev = class_find_device_by_name(&stm_class, buf); in stm_find_device()
|
/linux-6.14.4/drivers/s390/crypto/ |
D | zcrypt_api.c | 137 struct device *dev = class_find_device_by_name(&zcrypt_class, name); in find_zcdndev_by_name()
|