Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/greybus/
H A Doperation.h161 gb_operation_create_core(struct gb_connection *connection,
/openbmc/linux/drivers/greybus/
H A Dcontrol.c157 operation = gb_operation_create_core(control->connection, in gb_control_disconnecting_operation()
183 operation = gb_operation_create_core(control->connection, in gb_control_mode_switch_operation()
H A Dgreybus_trace.h135 DEFINE_OPERATION_EVENT(gb_operation_create_core);
H A Dconnection.c537 operation = gb_operation_create_core(connection, in gb_connection_shutdown_operation()
H A Doperation.c601 gb_operation_create_core(struct gb_connection *connection, in gb_operation_create_core() function