Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/platform/x86/
Dintel_cht_int33fe.c220 device_connection_remove(&data->connections[2]); in cht_int33fe_probe()
221 device_connection_remove(&data->connections[1]); in cht_int33fe_probe()
222 device_connection_remove(&data->connections[0]); in cht_int33fe_probe()
236 device_connection_remove(&data->connections[2]); in cht_int33fe_remove()
237 device_connection_remove(&data->connections[1]); in cht_int33fe_remove()
238 device_connection_remove(&data->connections[0]); in cht_int33fe_remove()
/Linux-v4.19/drivers/base/
Ddevcon.c130 void device_connection_remove(struct device_connection *con) in device_connection_remove() function
136 EXPORT_SYMBOL_GPL(device_connection_remove);
/Linux-v4.19/Documentation/driver-api/
Ddevice_connection.rst43 … device_connection_find_match device_connection_find device_connection_add device_connection_remove
/Linux-v4.19/drivers/extcon/
Dextcon-axp288.c466 device_connection_remove(&axp288_extcon_role_sw_conn); in axp288_extcon_exit()
/Linux-v4.19/include/linux/
Ddevice.h774 void device_connection_remove(struct device_connection *con);