Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/greybus/
Dconnection.h86 void gb_connection_disable_rx(struct gb_connection *connection);
/linux-6.6.21/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.c1387 gb_connection_disable_rx(svc->connection); in gb_svc_del()
/linux-6.6.21/drivers/staging/greybus/
Dgpio.c612 gb_connection_disable_rx(connection); in gb_gpio_remove()
Dsdio.c862 gb_connection_disable_rx(connection); in gb_sdio_remove()
Duart.c936 gb_connection_disable_rx(connection); in gb_uart_remove()