/kernel/linux/linux-6.6/kernel/entry/ |
H A D | common.c | 189 /* Return the latest work state for arch_exit_to_user_mode() */ in exit_to_user_mode_loop() 208 /* Ensure that kernel state is sane for a return to userspace */ in exit_to_user_mode_prepare() 332 * Scheduler ticks in the idle task can mark quiescent state and in irqentry_enter() 340 * quiescent state and end grace periods prematurely. in irqentry_enter() 342 * Unconditionally invoke ct_irq_enter() so RCU state stays in irqentry_enter() 406 noinstr void irqentry_exit(struct pt_regs *regs, irqentry_state_t state) in irqentry_exit() argument 419 if (state.exit_rcu) { in irqentry_exit() 439 * IRQ flags state is correct already. Just tell RCU if it in irqentry_exit() 442 if (state.exit_rcu) in irqentry_exit()
|
/kernel/linux/linux-6.6/kernel/livepatch/ |
H A D | transition.c | 87 * The transition to the target patch state is complete. Clean up the data 126 /* Prevent klp_ftrace_handler() from seeing KLP_UNDEFINED state */ in klp_complete_transition() 178 * Switch the patched state of the task to the set of functions in the target 179 * patch state. 260 * Determine whether it's safe to transition the task to the target patch state 310 * Try to safely switch a task to the target patch state. If it's currently 333 * state. in klp_try_switch_task() 444 * Try to switch all remaining tasks to the target patch state by walking the 449 * If any tasks are still stuck in the initial patch state, schedule a retry. 461 * Try to switch the tasks to the target patch state b in klp_try_complete_transition() 573 klp_init_transition(struct klp_patch *patch, int state) klp_init_transition() argument [all...] |
/kernel/linux/linux-6.6/drivers/dma/idxd/ |
H A D | dma.c | 92 if (wq->state != IDXD_WQ_ENABLED) in idxd_dma_prep_interrupt() 115 if (wq->state != IDXD_WQ_ENABLED) in idxd_dma_submit_memcpy() 305 if (idxd->state != IDXD_DEV_ENABLED) in idxd_dmaengine_drv_probe()
|
/kernel/linux/linux-6.6/drivers/iio/potentiostat/ |
H A D | lmp91000.c | 105 int state, ret; in lmp91000_read() local 107 ret = regmap_read(data->regmap, LMP91000_REG_MODECN, &state); in lmp91000_read() 116 if (state != channel && channel == LMP91000_REG_MODECN_TEMP) in lmp91000_read()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx4/ |
H A D | catas.c | 172 if (persist->state & MLX4_DEVICE_STATE_INTERNAL_ERROR) in mlx4_enter_error_state() 193 dev->persist->state |= MLX4_DEVICE_STATE_INTERNAL_ERROR; in mlx4_enter_error_state() 254 if (dev->persist->state & MLX4_DEVICE_STATE_INTERNAL_ERROR) { in poll_catas()
|
/kernel/linux/linux-6.6/drivers/net/vxlan/ |
H A D | vxlan_private.h | 35 u16 state; /* see ndm_state */ member 180 __u16 state, __be16 port, __be32 src_vni, 192 __u16 state, __u16 flags,
|
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/mdp3/ |
H A D | mtk-mdp3-vpu.c | 114 if (param->state) { in mdp_vpu_ipi_handle_frame_ack() 117 dev_err(&mdp->pdev->dev, "VPU MDP failure:%d\n", param->state); in mdp_vpu_ipi_handle_frame_ack() 119 vpu->status = param->state; in mdp_vpu_ipi_handle_frame_ack()
|
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/ |
H A D | mt76_connac.h | 330 if (test_bit(MT76_STATE_PM, &phy->state)) in mt76_connac_pm_ref() 348 test_bit(MT76_STATE_MCU_RUNNING, &phy->state)) in mt76_connac_pm_unref() 364 ret = pm->wake.count || test_and_set_bit(MT76_STATE_PM, &phy->state); in mt76_connac_skip_fw_pmctrl()
|
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt7601u/ |
H A D | tx.c | 236 while (!test_bit(MT7601U_STATE_REMOVED, &dev->state)) { in mt7601u_tx_stat() 252 else if (test_and_clear_bit(MT7601U_STATE_MORE_STATS, &dev->state)) in mt7601u_tx_stat() 256 clear_bit(MT7601U_STATE_READING_STATS, &dev->state); in mt7601u_tx_stat()
|
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/ |
H A D | chan.c | 245 enum rtw89_chanctx_state state) in rtw89_chanctx_notify() 259 "chanctx notify listener: cb %d, state %d\n", in rtw89_chanctx_notify() 260 i, state); in rtw89_chanctx_notify() 262 listener->callbacks[i](rtwdev, state); in rtw89_chanctx_notify() 244 rtw89_chanctx_notify(struct rtw89_dev *rtwdev, enum rtw89_chanctx_state state) rtw89_chanctx_notify() argument
|
/kernel/linux/linux-6.6/drivers/phy/qualcomm/ |
H A D | phy-qcom-usb-hs.c | 113 int ret, state; in qcom_usb_hs_phy_power_on() local 158 state = extcon_get_state(uphy->vbus_edev, EXTCON_USB); in qcom_usb_hs_phy_power_on() 159 /* setup initial state */ in qcom_usb_hs_phy_power_on() 160 qcom_usb_hs_phy_vbus_notifier(&uphy->vbus_notify, state, in qcom_usb_hs_phy_power_on()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/ |
H A D | tc358762.c | 152 static void tc358762_post_disable(struct drm_bridge *bridge, struct drm_bridge_state *state) in tc358762_post_disable() argument 174 static void tc358762_pre_enable(struct drm_bridge *bridge, struct drm_bridge_state *state) in tc358762_pre_enable() argument 191 static void tc358762_enable(struct drm_bridge *bridge, struct drm_bridge_state *state) in tc358762_enable() argument
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/inc/ |
H A D | hardwaremanager.h | 92 PHM_PlatformCaps_PerformanceStateOnly, /* indicates only performance power state to be used on current system. */ 93 PHM_PlatformCaps_ExclusiveModeAlwaysHigh, /* In Exclusive (3D) mode always stay in High state. */ 96 PHM_PlatformCaps_UVDAlwaysHigh, /* In UVD mode always stay in High state */ 98 PHM_PlatformCaps_CustomThermalPolicy, /* indicates only performance power state to be used on current system. */ 100 PHM_PlatformCaps_SMCAllowSeparateSWThermalState, /* SMC use separate SW thermal state, instead of the default SMC thermal policy. */ 101 PHM_PlatformCaps_MultiUVDStateSupport, /* Powerplay state table supports multi UVD states. */ 102 PHM_PlatformCaps_EnableSCLKDeepSleepForUVD, /* With HW ECOs, we don't need to disable SCLK Deep Sleep for UVD state. */ 107 PHM_PlatformCaps_ULPS, /* support ULPS mode either through ACPI state or ULPS state */ 108 PHM_PlatformCaps_NativeULPS, /* hardware capable of ULPS state (othe [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
H A D | intel_plane_initial.c | 24 to_intel_crtc_state(crtc->base.state); in intel_reuse_initial_plane_obj() 28 to_intel_plane_state(plane->base.state); in intel_reuse_initial_plane_obj() 219 to_intel_plane_state(plane->base.state); in intel_find_initial_plane_obj() 245 * We've failed to reconstruct the BIOS FB. Current display state in intel_find_initial_plane_obj()
|
H A D | intel_vblank.c | 81 * is still in a working state. However the core vblank code in i915_get_vblank_counter() 421 static void wait_for_pipe_scanline_moving(struct intel_crtc *crtc, bool state) in wait_for_pipe_scanline_moving() argument 427 if (wait_for(pipe_scanline_is_moving(dev_priv, pipe) == state, 100)) in wait_for_pipe_scanline_moving() 430 pipe_name(pipe), str_on_off(state)); in wait_for_pipe_scanline_moving() 515 * consistent state during fastset seamless refresh rate changes. in intel_crtc_update_active_timings()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/ |
H A D | selftest_context.c | 90 vaddr = i915_gem_object_pin_map_unlocked(ce->state->obj, in __live_context_size() 92 ce->state->obj, in __live_context_size() 108 * to be written into the context state. in __live_context_size() 142 i915_gem_object_unpin_map(ce->state->obj); in __live_context_size() 169 * Hide the old default state -- we lie about the context size in live_context_size() 170 * and get confused when the default state is smaller than in live_context_size() 172 * active state is sufficient, we are only checking that we in live_context_size()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/xen/ |
H A D | xen_drm_front_kms.c | 182 drm_atomic_get_new_plane_state(old_plane_state->state, in display_send_page_flip() 252 event = crtc->state->event; in display_update() 260 crtc->state->event = NULL; in display_update()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_streamoutput.c | 62 enum vmw_cmdbuf_res_state state); 220 enum vmw_cmdbuf_res_state state) in vmw_dx_streamoutput_commit_notify() 225 if (state == VMW_CMDBUF_RES_ADD) { in vmw_dx_streamoutput_commit_notify() 219 vmw_dx_streamoutput_commit_notify(struct vmw_resource *res, enum vmw_cmdbuf_res_state state) vmw_dx_streamoutput_commit_notify() argument
|
H A D | vmwgfx_so.c | 81 enum vmw_cmdbuf_res_state state); 125 * @state: Indicating whether a creation or removal has been committed. 129 enum vmw_cmdbuf_res_state state) in vmw_view_commit_notify() 135 if (state == VMW_CMDBUF_RES_ADD) { in vmw_view_commit_notify() 390 * @res_p: If the resource is in an already committed state, points to the 128 vmw_view_commit_notify(struct vmw_resource *res, enum vmw_cmdbuf_res_state state) vmw_view_commit_notify() argument
|
/kernel/linux/linux-6.6/drivers/irqchip/ |
H A D | irq-sun6i-r.c | 151 bool state) in sun6i_r_intc_nmi_set_irqchip_state() 153 if (which == IRQCHIP_STATE_PENDING && !state) in sun6i_r_intc_nmi_set_irqchip_state() 156 return irq_chip_set_parent_state(data, which, state); in sun6i_r_intc_nmi_set_irqchip_state() 149 sun6i_r_intc_nmi_set_irqchip_state(struct irq_data *data, enum irqchip_irq_state which, bool state) sun6i_r_intc_nmi_set_irqchip_state() argument
|
/kernel/linux/linux-6.6/drivers/infiniband/sw/rxe/ |
H A D | rxe_verbs.h | 142 enum rdatm_res_state state; member 308 enum rxe_mr_state state; member 337 enum rxe_mw_state state; member
|
/kernel/linux/linux-6.6/drivers/input/keyboard/ |
H A D | tca8418_keypad.c | 164 u8 reg, state, code; in tca8418_read_keypad() local 178 state = reg & KEY_EVENT_VALUE; in tca8418_read_keypad() 189 input_report_key(input, keymap[code], state); in tca8418_read_keypad()
|
/kernel/linux/linux-6.6/net/netrom/ |
H A D | nr_in.c | 67 * State machine for state 1, Awaiting Connection State. 69 * Handling of state 0 and connection release is in netrom.c. 86 nr->state = NR_STATE_3; in nr_state1_machine() 111 * State machine for state 2, Awaiting Release State. 113 * Handling of state 0 and connection release is in netrom.c. 142 * State machine for state 3, Connected State. 144 * Handling of state 0 and connection release is in netrom.c. 281 if (nr->state == NR_STATE_0) in nr_process_rx_frame() 286 switch (nr->state) { in nr_process_rx_frame()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/benchs/ |
H A D | bench_htab_mem.c | 64 static error_t htab_mem_parse_arg(int key, char *arg, struct argp_state *state) in htab_mem_parse_arg() argument 71 argp_usage(state); in htab_mem_parse_arg() 78 argp_usage(state); in htab_mem_parse_arg()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | unwind-libdw.c | 229 frame_callback(Dwfl_Frame *state, void *arg) in frame_callback() argument 235 if (!dwfl_frame_pc(state, &pc, NULL)) { in frame_callback() 244 if (!dwfl_frame_pc(state, &pc, &isactivation)) { in frame_callback()
|