/kernel/linux/linux-5.10/kernel/irq/ |
H A D | debugfs.c | 18 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 D | tick-common.c | 263 * 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 D | br_stp_if.c | 75 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 D | br_ioctl.c | 226 p.state = pt->state; in old_dev_ioctl()
|
/kernel/linux/linux-5.10/net/dsa/ |
H A D | tag_sja1105.c | 153 /* 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 D | core.c | 256 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 D | internal.h | 211 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 D | mtk_disp_rdma.c | 196 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 D | ast_drv.h | 295 #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 D | hdcp_log.h | 43 mod_hdcp_state_id_to_str(hdcp->state.id), \ 44 hdcp->state.stay_count) 62 /* state machine logs */
|
H A D | hdcp1_transition.c | 50 /* 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 D | core_types.h | 78 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 D | core.c | 128 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 D | radeon_fb.c | 387 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 D | virtgpu_display.c | 114 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 D | key.h | 215 short state; /* Key state (+) or rejection error (-) */ member 447 return smp_load_acquire(&key->state); in key_read_state()
|
H A D | backing-dev.h | 5 * 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 D | blk-mq.h | 30 * @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 D | hrtimer.h | 71 * 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 D | ia_css_eed1_8.host.c | 286 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 D | fnic.h | 113 * 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 D | dpsw.h | 98 * 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 D | hievent_driver.c | 410 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 D | hilog.c | 397 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 D | xlnx-zynqmp.h | 323 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
|