Home
last modified time | relevance | path

Searched defs:_state (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/net/ethernet/brocade/bna/
H A Dbfa_cs.h71 #define bfa_fsm_set_state(_fsm, _state) do { \ argument
77 #define bfa_fsm_cmp_state(_fsm, _state) ((_fsm)->fsm == (_state)) argument
/linux/drivers/scsi/bfa/
H A Dbfa_cs.h190 #define bfa_sm_set_state(_sm, _state) ((_sm)->sm = (_state)) argument
193 #define bfa_sm_cmp_state(_sm, _state) ((_sm)->sm == (_state)) argument
220 #define bfa_fsm_set_state(_fsm, _state) do { \ argument
227 #define bfa_fsm_cmp_state(_fsm, _state) ((_fsm)->fsm == (_state)) argument
/linux/drivers/gpu/drm/i915/display/
H A Dintel_atomic.c341 void intel_atomic_state_free(struct drm_atomic_commit *_state) in intel_atomic_state_free()
H A Dintel_dp_mst.c1045 struct drm_atomic_commit *_state) in mst_connector_atomic_check()
/linux/drivers/firmware/
H A Ddmi-sysfs.c403 void *_state) in dmi_sel_raw_read_helper()
526 void *_state) in dmi_entry_raw_read_helper()
/linux/drivers/virtio/
H A Dvirtio_mem.c425 #define virtio_mem_bbm_for_each_bb(_vm, _bb_id, _state) \ argument
431 #define virtio_mem_bbm_for_each_bb_rev(_vm, _bb_id, _state) \ argument
491 #define virtio_mem_sbm_for_each_mb(_vm, _mb_id, _state) \ argument
497 #define virtio_mem_sbm_for_each_mb_rev(_vm, _mb_id, _state) \ argument
/linux/tools/include/nolibc/
H A Dstdio.h450 __nolibc_sprintf_cb(intptr_t _state,const char * buf,size_t size) __nolibc_sprintf_cb() argument
/linux/arch/arm/mach-omap2/
H A Domap_hwmod.h605 u8 _state; member
/linux/drivers/dma/
H A Dpl330.c917 static inline u32 _state(struct pl330_thread *thrd) in _state() function
/linux/net/rxrpc/
H A Dar-internal.h759 enum rxrpc_call_state _state; /* Current state of call (needs barrier) */ member