Searched refs:device_connection (Results 1 – 8 of 8) sorted by relevance
| /Linux-v4.19/drivers/base/ |
| D | devcon.c | 27 void *(*match)(struct device_connection *con, in device_connection_find_match() 31 struct device_connection *con; in device_connection_find_match() 79 static void *generic_match(struct device_connection *con, int ep, void *data) in generic_match() 118 void device_connection_add(struct device_connection *con) in device_connection_add() 130 void device_connection_remove(struct device_connection *con) in device_connection_remove()
|
| /Linux-v4.19/drivers/usb/typec/ |
| D | mux.c | 21 static void *typec_switch_match(struct device_connection *con, int ep, in typec_switch_match() 113 static void *typec_mux_match(struct device_connection *con, int ep, void *data) in typec_mux_match()
|
| D | class.c | 212 static void *typec_port_match(struct device_connection *con, int ep, void *data) in typec_port_match()
|
| /Linux-v4.19/Documentation/driver-api/ |
| D | index.rst | 22 device_connection
|
| /Linux-v4.19/drivers/platform/x86/ |
| D | intel_cht_int33fe.c | 37 struct device_connection connections[3];
|
| /Linux-v4.19/drivers/usb/common/ |
| D | roles.c | 92 static void *usb_role_switch_match(struct device_connection *con, int ep, in usb_role_switch_match()
|
| /Linux-v4.19/include/linux/ |
| D | device.h | 760 struct device_connection { struct 768 void *(*match)(struct device_connection *con, argument 773 void device_connection_add(struct device_connection *con); 774 void device_connection_remove(struct device_connection *con);
|
| /Linux-v4.19/drivers/extcon/ |
| D | extcon-axp288.c | 448 static struct device_connection axp288_extcon_role_sw_conn = {
|