Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/base/
Ddevcon.c27 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/
Dmux.c21 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()
Dclass.c212 static void *typec_port_match(struct device_connection *con, int ep, void *data) in typec_port_match()
/Linux-v4.19/Documentation/driver-api/
Dindex.rst22 device_connection
/Linux-v4.19/drivers/platform/x86/
Dintel_cht_int33fe.c37 struct device_connection connections[3];
/Linux-v4.19/drivers/usb/common/
Droles.c92 static void *usb_role_switch_match(struct device_connection *con, int ep, in usb_role_switch_match()
/Linux-v4.19/include/linux/
Ddevice.h760 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/
Dextcon-axp288.c448 static struct device_connection axp288_extcon_role_sw_conn = {