| /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 221 (_fsm)->fsm = (_state); \ 222 _state ## _entry(_fsm); \ 227 #define bfa_fsm_cmp_state(_fsm, _state) ((_fsm)->fsm == (_state)) argument
|
| /linux/drivers/net/ethernet/brocade/bna/ |
| H A D | bfa_cs.h | 71 #define bfa_fsm_set_state(_fsm, _state) do { \ argument 72 (_fsm)->fsm = (_state); \ 73 _state ## _entry(_fsm); \ 77 #define bfa_fsm_cmp_state(_fsm, _state) ((_fsm)->fsm == (_state)) argument
|
| /linux/arch/arm/mach-omap2/ |
| H A D | omap_device.c | 227 if (od && (od->_state == OMAP_DEVICE_STATE_ENABLED)) { in _omap_device_notifier_call() 238 if (od->_state == OMAP_DEVICE_STATE_ENABLED && in _omap_device_notifier_call() 471 if (od->_state == OMAP_DEVICE_STATE_ENABLED) { in omap_device_enable() 474 __func__, od->_state); in omap_device_enable() 481 od->_state = OMAP_DEVICE_STATE_ENABLED; in omap_device_enable() 502 if (od->_state != OMAP_DEVICE_STATE_ENABLED) { in omap_device_idle() 505 __func__, od->_state); in omap_device_idle() 512 od->_state = OMAP_DEVICE_STATE_IDLE; in omap_device_idle() 615 if (od->_state == OMAP_DEVICE_STATE_ENABLED) { in omap_device_late_idle()
|
| H A D | omap_hwmod.c | 540 if (oh->_state != _HWMOD_STATE_ENABLED) { in _set_dmadisable() 1409 if (oh->_state != _HWMOD_STATE_REGISTERED) in _init_clocks() 1422 oh->_state = _HWMOD_STATE_CLKS_INITED; in _init_clocks() 1703 if (oh->_state != _HWMOD_STATE_ENABLED) { in _ocp_softreset() 1880 if (oh->_state != _HWMOD_STATE_INITIALIZED && in _enable() 1881 oh->_state != _HWMOD_STATE_IDLE && in _enable() 1882 oh->_state != _HWMOD_STATE_DISABLED) { in _enable() 1932 oh->_state = _HWMOD_STATE_ENABLED; in _enable() 1974 if (oh->_state != _HWMOD_STATE_ENABLED) { in _idle() 2009 oh->_state = _HWMOD_STATE_IDLE; in _idle() [all …]
|
| H A D | omap_device.h | 57 u8 _state; member
|
| H A D | omap_hwmod.h | 605 u8 _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/drivers/firmware/ |
| H A D | dmi-sysfs.c | 403 void *_state) in dmi_sel_raw_read_helper() argument 405 struct dmi_read_state *state = _state; in dmi_sel_raw_read_helper() 526 void *_state) in dmi_entry_raw_read_helper() argument 528 struct dmi_read_state *state = _state; in dmi_entry_raw_read_helper()
|
| /linux/drivers/gpu/drm/arm/ |
| H A D | malidp_mw.c | 25 #define to_mw_state(_state) (struct malidp_mw_connector_state *)(_state) argument
|
| /linux/drivers/gpu/drm/i915/display/ |
| H A D | intel_atomic.c | 336 void intel_atomic_state_free(struct drm_atomic_state *_state) in intel_atomic_state_free() argument 338 struct intel_atomic_state *state = to_intel_atomic_state(_state); in intel_atomic_state_free()
|
| H A D | intel_tc.c | 1803 struct drm_atomic_state *_state; in reset_link() local 1807 _state = drm_atomic_state_alloc(display->drm); in reset_link() 1808 if (!_state) in reset_link() 1811 state = to_intel_atomic_state(_state); in reset_link()
|
| /linux/net/rxrpc/ |
| H A D | call_state.c | 66 call->_state = RXRPC_CALL_COMPLETE; in rxrpc_prefail_call()
|
| H A D | ar-internal.h | 739 enum rxrpc_call_state _state; /* Current state of call (needs barrier) */ member 1101 smp_store_release(&call->_state, state); in rxrpc_set_call_state() 1107 return call->_state; /* Only inside I/O thread */ in __rxrpc_call_state() 1118 return smp_load_acquire(&call->_state); in rxrpc_call_state()
|
| /linux/drivers/virtio/ |
| H A D | virtio_mem.c | 425 #define virtio_mem_bbm_for_each_bb(_vm, _bb_id, _state) \ argument 427 _bb_id < vm->bbm.next_bb_id && _vm->bbm.bb_count[_state]; \ 429 if (virtio_mem_bbm_get_bb_state(_vm, _bb_id) == _state) 431 #define virtio_mem_bbm_for_each_bb_rev(_vm, _bb_id, _state) \ argument 433 _bb_id >= vm->bbm.first_bb_id && _vm->bbm.bb_count[_state]; \ 435 if (virtio_mem_bbm_get_bb_state(_vm, _bb_id) == _state) 491 #define virtio_mem_sbm_for_each_mb(_vm, _mb_id, _state) \ argument 493 _mb_id < _vm->sbm.next_mb_id && _vm->sbm.mb_count[_state]; \ 495 if (virtio_mem_sbm_get_mb_state(_vm, _mb_id) == _state) 497 #define virtio_mem_sbm_for_each_mb_rev(_vm, _mb_id, _state) \ argument [all …]
|
| /linux/rust/syn/ |
| H A D | token.rs | 267 fn hash<H: Hasher>(&self, _state: &mut H) {} 394 fn hash<H: Hasher>(&self, _state: &mut H) {} 501 fn hash<H: Hasher>(&self, _state: &mut H) {} 631 fn hash<H: Hasher>(&self, _state: &mut H) {} in hash()
|
| H A D | custom_keyword.rs | 251 fn hash<__H: $crate::__private::Hasher>(&self, _state: &mut __H) {}
|
| H A D | custom_punctuation.rs | 215 fn hash<__H: $crate::__private::Hasher>(&self, _state: &mut __H) {}
|
| H A D | parse.rs | 1420 fn hash<H: Hasher>(&self, _state: &mut H) {} in hash()
|
| /linux/drivers/gpu/drm/vc4/ |
| H A D | vc4_kms.c | 35 #define to_vc4_ctm_state(_state) \ argument 36 container_of_const(_state, struct vc4_ctm_state, base) 44 #define to_vc4_load_tracker_state(_state) \ argument 45 container_of_const(_state, struct vc4_load_tracker_state, base)
|
| /linux/tools/include/nolibc/ |
| H A D | stdio.h | 501 static int __nolibc_sprintf_cb(intptr_t _state, const char *buf, size_t size) in sprintf() 503 char **state = (char **)_state; 450 __nolibc_sprintf_cb(intptr_t _state,const char * buf,size_t size) __nolibc_sprintf_cb() argument
|
| /linux/drivers/dma/ |
| H A D | pl330.c | 252 #define UNTIL(t, s) while (!(_state(t) & (s))) cpu_relax(); 916 static inline u32 _state(struct pl330_thread *thrd) in _state() function 980 if (_state(thrd) == PL330_STATE_FAULT_COMPLETING) in _stop() 984 if (_state(thrd) == PL330_STATE_COMPLETING in _stop() 985 || _state(thrd) == PL330_STATE_KILLING in _stop() 986 || _state(thrd) == PL330_STATE_STOPPED) in _stop() 1012 if (_state(thrd) != PL330_STATE_STOPPED) in _trigger() 1061 switch (_state(thrd)) { in pl330_start_thread() 1065 if (_state(thrd) == PL330_STATE_KILLING) in pl330_start_thread()
|
| /linux/drivers/dma/qcom/ |
| H A D | gpi.c | 307 #define TO_GPI_EV_STATE_STR(_state) (((_state) >= MAX_EV_STATES) ? \ argument 308 "INVALID" : gpi_ev_state_str[(_state)]) 390 #define TO_GPI_PM_STR(_state) (((_state) >= MAX_PM_STATE) ? \ argument 391 "INVALID" : gpi_pm_state_str[(_state)])
|
| /linux/drivers/media/v4l2-core/ |
| H A D | v4l2-subdev.c | 513 static int call_##f##_state(struct v4l2_subdev *sd, \ 514 struct v4l2_subdev_state *_state, \ 517 struct v4l2_subdev_state *state = _state; \ 519 if (!_state) \ 522 if (!_state && state) \ 530 static int call_##f##_state(struct v4l2_subdev *sd, \
|
| /linux/net/atm/ |
| H A D | clip.c | 856 static void *clip_seq_sub_iter(struct neigh_seq_state *_state, in clip_seq_sub_iter() argument 859 struct clip_seq_state *state = (struct clip_seq_state *)_state; in clip_seq_sub_iter()
|
| /linux/drivers/net/phy/ |
| H A D | phy.c | 44 #define PHY_STATE_STR(_state) \ argument 45 case PHY_##_state: \ 46 return __stringify(_state); \
|