Searched refs:device_connection_find_match (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/base/ |
D | devcon.c | 25 void *device_connection_find_match(struct device *dev, const char *con_id, in device_connection_find_match() function 57 EXPORT_SYMBOL_GPL(device_connection_find_match); 110 return device_connection_find_match(dev, con_id, NULL, generic_match); in device_connection_find()
|
/Linux-v4.19/drivers/usb/typec/ |
D | mux.c | 51 sw = device_connection_find_match(dev, "typec-switch", NULL, in typec_switch_get() 143 mux = device_connection_find_match(dev, name, NULL, typec_mux_match); in typec_mux_get()
|
D | class.c | 229 port_dev = device_connection_find_match(dev, NULL, NULL, in typec_altmode_register_notifier()
|
/Linux-v4.19/Documentation/driver-api/ |
D | device_connection.rst | 43 …:functions: device_connection_find_match device_connection_find device_connection_add device_conne…
|
/Linux-v4.19/drivers/usb/common/ |
D | roles.c | 114 sw = device_connection_find_match(dev, "usb-role-switch", NULL, in usb_role_switch_get()
|
/Linux-v4.19/include/linux/ |
D | device.h | 766 void *device_connection_find_match(struct device *dev, const char *con_id,
|