Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/greybus/
Doperation.h156 gb_operation_create_core(struct gb_connection *connection,
Dcontrol.c158 operation = gb_operation_create_core(control->connection, in gb_control_disconnecting_operation()
184 operation = gb_operation_create_core(control->connection, in gb_control_mode_switch_operation()
Dgreybus_trace.h135 DEFINE_OPERATION_EVENT(gb_operation_create_core);
Dconnection.c544 operation = gb_operation_create_core(connection, in gb_connection_shutdown_operation()
Doperation.c600 gb_operation_create_core(struct gb_connection *connection, in gb_operation_create_core() function