Home
last modified time | relevance | path

Searched refs:opstate (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/edac/
H A Dedac_module.c50 char *edac_op_state_to_string(int opstate) in edac_op_state_to_string() argument
52 if (opstate == OP_RUNNING_POLL) in edac_op_state_to_string()
54 else if (opstate == OP_RUNNING_INTERRUPT) in edac_op_state_to_string()
56 else if (opstate == OP_RUNNING_POLL_INTR) in edac_op_state_to_string()
58 else if (opstate == OP_ALLOC) in edac_op_state_to_string()
60 else if (opstate == OP_OFFLINE) in edac_op_state_to_string()
/linux/drivers/media/platform/via/
H A Dvia-camera.c67 enum viacam_opstate opstate; member
321 if (cam->opstate != S_RUNNING) in viacam_next_buffer()
543 cam->opstate = S_RUNNING; in viacam_start_engine()
554 cam->opstate = S_IDLE; in viacam_stop_engine()
616 if (cam->opstate != S_IDLE) { in viacam_vb2_start_streaming()
884 if (cam->opstate != S_IDLE) in viacam_s_fmt_vid_cap()
1019 enum viacam_opstate state = cam->opstate; in viacam_suspend()
1021 if (cam->opstate != S_IDLE) { in viacam_suspend()
1023 cam->opstate = state; /* So resume restarts */ in viacam_suspend()
1051 if (cam->opstate != S_IDLE) { in viacam_resume()
[all …]
/linux/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/
H A Dswitchdev.rst144 hw_addr 00:00:00:00:00:00 state inactive opstate detached
151 hw_addr 00:00:00:00:00:00 state inactive opstate detached
224 hw_addr 00:00:00:00:88:88 state inactive opstate detached
233 hw_addr 00:00:00:00:88:88 state active opstate detached
281 hw_addr 00:00:00:00:88:88 state active opstate attached
/linux/drivers/net/ethernet/intel/ice/devlink/
H A Dport.c786 enum devlink_port_fn_opstate *opstate, in ice_devlink_port_fn_state_get() argument
799 *opstate = DEVLINK_PORT_FN_OPSTATE_ATTACHED; in ice_devlink_port_fn_state_get()
801 *opstate = DEVLINK_PORT_FN_OPSTATE_DETACHED; in ice_devlink_port_fn_state_get()