Home
last modified time | relevance | path

Searched refs:device_connection_remove (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/base/
Ddevcon.c225 void device_connection_remove(struct device_connection *con) in device_connection_remove() function
231 EXPORT_SYMBOL_GPL(device_connection_remove);
/Linux-v5.4/Documentation/driver-api/
Ddevice_connection.rst43 … device_connection_find_match device_connection_find device_connection_add device_connection_remove
/Linux-v5.4/drivers/extcon/
Dextcon-axp288.c461 device_connection_remove(&axp288_extcon_role_sw_conn); in axp288_extcon_exit()
/Linux-v5.4/include/linux/
Ddevice.h1029 void device_connection_remove(struct device_connection *con);
1052 device_connection_remove(c); in device_connections_remove()