Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/greybus/
Dconnection.h86 void gb_connection_disable_rx(struct gb_connection *connection);
/Linux-v5.10/drivers/greybus/
Dcore.c248 gb_connection_disable_rx(connection); in greybus_remove()
Dconnection.c782 void gb_connection_disable_rx(struct gb_connection *connection) in gb_connection_disable_rx() function
800 EXPORT_SYMBOL_GPL(gb_connection_disable_rx);
Dsvc.c1376 gb_connection_disable_rx(svc->connection); in gb_svc_del()
/Linux-v5.10/drivers/staging/greybus/
Dgpio.c608 gb_connection_disable_rx(connection); in gb_gpio_remove()
Dsdio.c864 gb_connection_disable_rx(connection); in gb_sdio_remove()
Duart.c946 gb_connection_disable_rx(connection); in gb_uart_remove()