Home
last modified time | relevance | path

Searched refs:state (Results 13101 - 13125 of 20529) sorted by relevance

1...<<521522523524525526527528529530>>...822

/kernel/linux/linux-5.10/kernel/irq/
H A Ddebugfs.c18 static void irq_debug_show_bits(struct seq_file *m, int ind, unsigned int state, in irq_debug_show_bits() argument
24 if (state & sd->mask) in irq_debug_show_bits()
/kernel/linux/linux-5.10/kernel/time/
H A Dtick-common.c263 * current active broadcast state for this CPU. in tick_setup_device()
383 * @state: The target state (enter/exit)
385 * The system enters/leaves a state, where affected devices might stop
392 int tick_broadcast_oneshot_control(enum tick_broadcast_state state) in tick_broadcast_oneshot_control() argument
399 return __tick_broadcast_oneshot_control(state); in tick_broadcast_oneshot_control()
/kernel/linux/linux-5.10/net/bridge/
H A Dbr_stp_if.c75 if (p->state != BR_STATE_DISABLED) in br_stp_disable_bridge()
294 if (p->state != BR_STATE_DISABLED && in br_stp_set_bridge_priority()
H A Dbr_ioctl.c226 p.state = pt->state; in old_dev_ioctl()
/kernel/linux/linux-5.10/net/dsa/
H A Dtag_sja1105.c153 /* This is a simple state machine which follows the hardware mechanism of
189 if (!test_bit(SJA1105_HWTS_RX_EN, &sp->data->state)) in sja1105_rcv_meta_state_machine()
223 /* Drop the meta frame if we're not in the right state in sja1105_rcv_meta_state_machine()
226 if (!test_bit(SJA1105_HWTS_RX_EN, &sp->data->state)) in sja1105_rcv_meta_state_machine()
/kernel/linux/linux-5.10/net/ieee802154/
H A Dcore.c256 unsigned long state, void *ptr) in cfg802154_netdev_notifier_call()
269 switch (state) { in cfg802154_netdev_notifier_call()
255 cfg802154_netdev_notifier_call(struct notifier_block *nb, unsigned long state, void *ptr) cfg802154_netdev_notifier_call() argument
/kernel/linux/linux-5.10/net/ncsi/
H A Dinternal.h211 int state; member
228 unsigned int state; member
315 #define NCSI_DEV_RESET 8 /* Reset state of NC */
/kernel/linux/linux-5.10/drivers/gpu/drm/mediatek/
H A Dmtk_disp_rdma.c196 struct mtk_plane_state *state, in mtk_rdma_layer_config()
200 struct mtk_plane_pending_state *pending = &state->pending; in mtk_rdma_layer_config()
195 mtk_rdma_layer_config(struct mtk_ddp_comp *comp, unsigned int idx, struct mtk_plane_state *state, struct cmdq_pkt *cmdq_pkt) mtk_rdma_layer_config() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/ast/
H A Dast_drv.h295 #define to_ast_crtc_state(state) container_of(state, struct ast_crtc_state, base)
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/modules/hdcp/
H A Dhdcp_log.h43 mod_hdcp_state_id_to_str(hdcp->state.id), \
44 hdcp->state.stay_count)
62 /* state machine logs */
H A Dhdcp1_transition.c50 /* out of sync with psp state */ in mod_hdcp_hdcp1_transition()
176 /* out of sync with psp state */ in mod_hdcp_hdcp1_dp_transition()
211 if (hdcp->state.stay_count < 2 && in mod_hdcp_hdcp1_dp_transition()
295 if (hdcp->state.stay_count < 2 && in mod_hdcp_hdcp1_dp_transition()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/inc/
H A Dcore_types.h78 struct dc_state *state,
169 struct dc *dc, struct dc_state *state,
386 * struct dc_state - The full description of a state requested by a user
390 * @res_ctx: Persistent state of resources
/kernel/linux/linux-5.10/drivers/pnp/pnpacpi/
H A Dcore.c128 static int pnpacpi_suspend(struct pnp_dev *dev, pm_message_t state) in pnpacpi_suspend() argument
149 power_state = (state.event == PM_EVENT_ON) ? in pnpacpi_suspend()
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H A Dradeon_fb.c387 void radeon_fbdev_set_suspend(struct radeon_device *rdev, int state) in radeon_fbdev_set_suspend() argument
390 drm_fb_helper_set_suspend(&rdev->mode_info.rfbdev->helper, state); in radeon_fbdev_set_suspend()
/kernel/linux/linux-5.10/drivers/gpu/drm/virtio/
H A Dvirtgpu_display.c114 struct drm_crtc_state *state) in virtio_gpu_crtc_atomic_check()
130 if (drm_atomic_crtc_needs_modeset(crtc->state)) { in virtio_gpu_crtc_atomic_flush()
113 virtio_gpu_crtc_atomic_check(struct drm_crtc *crtc, struct drm_crtc_state *state) virtio_gpu_crtc_atomic_check() argument
/kernel/linux/linux-5.10/include/linux/
H A Dkey.h215 short state; /* Key state (+) or rejection error (-) */ member
447 return smp_load_acquire(&key->state); in key_read_state()
H A Dbacking-dev.h5 * low-level device information and state which is propagated up through
55 return test_bit(WB_has_dirty_io, &wb->state); in wb_has_dirty_io()
133 return test_bit(WB_writeback_running, &wb->state); in writeback_in_progress()
H A Dblk-mq.h30 * @state: BLK_MQ_S_* flags. Defines the state of the hw
33 unsigned long state; member
485 * blk_mq_rq_state() - read the current MQ_RQ_* state of a request
490 return READ_ONCE(rq->state); in blk_mq_rq_state()
H A Dhrtimer.h71 * Values to track state of the timer
79 * The callback state is not part of the timer->state because clearing it would
83 * Therefore we track the callback state in:
93 * All state transitions are protected by cpu_base->lock.
113 * @state: state information (See bit values above)
126 u8 state; member
476 /* The READ_ONCE pairs with the update functions of timer->state */ in hrtimer_is_queued()
477 return !!(READ_ONCE(timer->state) in hrtimer_is_queued()
[all...]
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/eed1_8/
H A Dia_css_eed1_8.host.c286 void *state, in ia_css_init_eed1_8_state()
289 memset(state, 0, size); in ia_css_init_eed1_8_state()
285 ia_css_init_eed1_8_state( void *state, size_t size) ia_css_init_eed1_8_state() argument
/kernel/linux/linux-5.10/drivers/scsi/fnic/
H A Dfnic.h113 * state_flags to identify host state along along with fnic's state
255 enum fnic_state state; member
361 const char *fnic_state_to_str(unsigned int state);
/kernel/linux/linux-5.10/drivers/staging/fsl-dpaa2/ethsw/
H A Ddpsw.h98 * IRQ event - Indicates that the link state changed
221 * struct dpsw_link_state - Structure representing DPSW link state
236 struct dpsw_link_state *state);
283 * @DPSW_STP_STATE_BLOCKING: Blocking state
284 * @DPSW_STP_STATE_LISTENING: Listening state
285 * @DPSW_STP_STATE_LEARNING: Learning state
286 * @DPSW_STP_STATE_FORWARDING: Forwarding state
299 * @vlan_id: VLAN ID STP state
300 * @state: STP state
304 enum dpsw_stp_state state; global() member
[all...]
/kernel/linux/linux-5.10/drivers/staging/hievent/
H A Dhievent_driver.c410 int state; in hievent_init_module() local
412 state = hieventdev_init(); in hievent_init_module()
/kernel/linux/linux-5.10/drivers/staging/hilog/
H A Dhilog.c397 int state = hilogdev_init(); in hilog_init_module() local
399 pr_info("\t hilog_init Start%d\n", state); in hilog_init_module()
/kernel/linux/linux-5.10/include/linux/firmware/
H A Dxlnx-zynqmp.h323 int zynqmp_pm_clock_getstate(u32 clock_id, u32 *state);
383 static inline int zynqmp_pm_clock_getstate(u32 clock_id, u32 *state) in zynqmp_pm_clock_getstate() argument

Completed in 26 milliseconds

1...<<521522523524525526527528529530>>...822