Home
last modified time | relevance | path

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

/drivers/staging/greybus/
Doperation.h155 gb_operation_create_core(struct gb_connection *connection,
Dcontrol.c159 operation = gb_operation_create_core(control->connection, in gb_control_disconnecting_operation()
185 operation = gb_operation_create_core(control->connection, in gb_control_mode_switch_operation()
Dgreybus_trace.h136 DEFINE_OPERATION_EVENT(gb_operation_create_core);
Dconnection.c545 operation = gb_operation_create_core(connection, in gb_connection_shutdown_operation()
Doperation.c602 gb_operation_create_core(struct gb_connection *connection, in gb_operation_create_core() function