Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/greybus/
Dconnection.h83 void gb_connection_disable_rx(struct gb_connection *connection);
Dcore.c248 gb_connection_disable_rx(connection); in greybus_remove()
Dconnection.c789 void gb_connection_disable_rx(struct gb_connection *connection) in gb_connection_disable_rx() function
807 EXPORT_SYMBOL_GPL(gb_connection_disable_rx);
Dgpio.c744 gb_connection_disable_rx(connection); in gb_gpio_remove()
Dsdio.c861 gb_connection_disable_rx(connection); in gb_sdio_remove()
Duart.c968 gb_connection_disable_rx(connection); in gb_uart_remove()
Dsvc.c1378 gb_connection_disable_rx(svc->connection); in gb_svc_del()