Home
last modified time | relevance | path

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

/linux/drivers/staging/greybus/
H A Dauthentication.c111 size_t max_size = gb_operation_get_payload_size_max(connection); in cap_get_ims_certificate()
150 size_t max_size = gb_operation_get_payload_size_max(connection); in cap_authenticate()
H A Dspilib.c177 data_max = gb_operation_get_payload_size_max(connection); in gb_spi_operation_create()
H A Dsdio.c134 data_max = gb_operation_get_payload_size_max(host->connection); in gb_sdio_get_caps()
H A Duart.c820 max_payload = gb_operation_get_payload_size_max(connection); in gb_uart_probe()
H A Dloopback.c1017 gb_dev.size_max = gb_operation_get_payload_size_max(connection); in gb_loopback_probe()
/linux/include/linux/greybus/
H A Doperation.h144 size_t gb_operation_get_payload_size_max(struct gb_connection *connection);
/linux/drivers/greybus/
H A Doperation.c622 size_t gb_operation_get_payload_size_max(struct gb_connection *connection) in gb_operation_get_payload_size_max() function
628 EXPORT_SYMBOL_GPL(gb_operation_get_payload_size_max);