Searched defs:_state (Results 1 – 15 of 15) sorted by relevance
/linux/drivers/net/ethernet/brocade/bna/ |
H A D | bfa_cs.h | 71 #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 D | bfa_cs.h | 190 #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/arch/arm/mach-omap2/ |
H A D | omap_device.h | 57 u8 _state; member
|
H A D | omap_hwmod.h | 605 u8 _state; member
|
/linux/drivers/gpu/drm/vc4/ |
H A D | vc4_kms.c | 34 #define to_vc4_ctm_state(_state) \ argument 43 #define to_vc4_load_tracker_state(_state) \ argument
|
/linux/fs/bcachefs/ |
H A D | io_read.h | 50 u16 _state; member
|
/linux/drivers/scsi/fnic/ |
H A D | fnic_fdls.h | 93 #define fdls_set_state(_fdls_fabric, _state) ((_fdls_fabric)->state = _state) argument 99 #define fdls_set_tport_state(_tport, _state) (_tport->state = _state) argument
|
/linux/tools/include/nolibc/ |
H A D | stdio.h | 448 static int __nolibc_sprintf_cb(intptr_t _state, const char *buf, size_t size) in __nolibc_sprintf_cb()
|
/linux/net/atm/ |
H A D | clip.c | 824 static void *clip_seq_sub_iter(struct neigh_seq_state *_state, in clip_seq_sub_iter()
|
/linux/drivers/net/phy/ |
H A D | phy.c | 44 #define PHY_STATE_STR(_state) \ argument
|
/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_dp_mst.c | 977 struct drm_atomic_state *_state) in mst_connector_atomic_check()
|
H A D | intel_display.c | 6314 struct drm_atomic_state *_state) in intel_atomic_check() 7535 int intel_atomic_commit(struct drm_device *dev, struct drm_atomic_state *_state, in intel_atomic_commit()
|
H A D | intel_dp.c | 6190 struct drm_atomic_state *_state) in intel_dp_connector_atomic_check()
|
/linux/drivers/dma/ |
H A D | pl330.c | 916 static inline u32 _state(struct pl330_thread *thrd) in _state() function
|
/linux/net/rxrpc/ |
H A D | ar-internal.h | 687 enum rxrpc_call_state _state; /* Current state of call (needs barrier) */ global() member
|