Home
last modified time | relevance | path

Searched refs:device_connection (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/drivers/base/
Ddevcon.c19 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/
Dmux.c42 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()
Dclass.c208 static void *typec_port_match(struct device_connection *con, int ep, void *data) in typec_port_match()
/Linux-v5.4/include/linux/
Ddevice.h1010 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/
Dindex.rst24 device_connection
/Linux-v5.4/drivers/usb/roles/
Dclass.c88 static void *usb_role_switch_match(struct device_connection *con, int ep, in usb_role_switch_match()
/Linux-v5.4/drivers/extcon/
Dextcon-axp288.c443 static struct device_connection axp288_extcon_role_sw_conn = {