Searched refs:device_connection_find_match (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.4/drivers/base/ |
D | devcon.c | 99 void *device_connection_find_match(struct device *dev, const char *con_id, in device_connection_find_match() function 134 EXPORT_SYMBOL_GPL(device_connection_find_match); 205 return device_connection_find_match(dev, con_id, NULL, generic_match); in device_connection_find()
|
/Linux-v5.4/drivers/usb/typec/ |
D | mux.c | 74 sw = device_connection_find_match(dev, "orientation-switch", NULL, in typec_switch_get() 264 mux = device_connection_find_match(dev, "mode-switch", (void *)desc, in typec_mux_get()
|
D | class.c | 235 port_dev = device_connection_find_match(dev, NULL, NULL, in typec_altmode_register_notifier()
|
/Linux-v5.4/Documentation/driver-api/ |
D | device_connection.rst | 43 …:functions: device_connection_find_match device_connection_find device_connection_add device_conne…
|
/Linux-v5.4/drivers/usb/roles/ |
D | class.c | 131 sw = device_connection_find_match(dev, "usb-role-switch", NULL, in usb_role_switch_get()
|
/Linux-v5.4/include/linux/ |
D | device.h | 1023 void *device_connection_find_match(struct device *dev, const char *con_id,
|