Searched refs:device_connection (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.4/drivers/base/ |
| D | devcon.c | 19 struct device_connection con = { .id = con_id }; in fwnode_graph_devcon_match() 42 struct device_connection con = { }; in fwnode_devcon_match() 104 struct device_connection *con; in device_connection_find_match() 155 static void *device_connection_fwnode_match(struct device_connection *con) in device_connection_fwnode_match() 171 static void *generic_match(struct device_connection *con, int ep, void *data) in generic_match() 213 void device_connection_add(struct device_connection *con) in device_connection_add() 225 void device_connection_remove(struct device_connection *con) in device_connection_remove()
|
| /Linux-v5.4/drivers/usb/typec/ |
| D | mux.c | 42 static void *typec_switch_match(struct device_connection *con, int ep, in typec_switch_match() 185 static void *typec_mux_match(struct device_connection *con, int ep, void *data) in typec_mux_match()
|
| D | class.c | 208 static void *typec_port_match(struct device_connection *con, int ep, void *data) in typec_port_match()
|
| /Linux-v5.4/include/linux/ |
| D | device.h | 1010 struct device_connection { struct 1017 typedef void *(*devcon_match_fn_t)(struct device_connection *con, int ep, argument 1028 void device_connection_add(struct device_connection *con); 1029 void device_connection_remove(struct device_connection *con); 1035 static inline void device_connections_add(struct device_connection *cons) in device_connections_add() 1037 struct device_connection *c; in device_connections_add() 1047 static inline void device_connections_remove(struct device_connection *cons) in device_connections_remove() 1049 struct device_connection *c; in device_connections_remove()
|
| /Linux-v5.4/Documentation/driver-api/ |
| D | index.rst | 24 device_connection
|
| /Linux-v5.4/drivers/usb/roles/ |
| D | class.c | 88 static void *usb_role_switch_match(struct device_connection *con, int ep, in usb_role_switch_match()
|
| /Linux-v5.4/drivers/extcon/ |
| D | extcon-axp288.c | 443 static struct device_connection axp288_extcon_role_sw_conn = {
|