Home
last modified time | relevance | path

Searched refs:state (Results 4101 - 4125 of 13656) sorted by relevance

1...<<161162163164165166167168169170>>...547

/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/isp/kernels/cnr/cnr_2/
H A Dia_css_cnr2.host.c70 void/*struct sh_css_isp_cnr_vmem_state*/ * state, in ia_css_init_cnr2_state()
73 memset(state, 0, size); in ia_css_init_cnr2_state()
69 ia_css_init_cnr2_state( void * state, size_t size) ia_css_init_cnr2_state() argument
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/isp/kernels/de/de_1.0/
H A Dia_css_de.host.c75 void/*struct sh_css_isp_de_vmem_state*/ * state, in ia_css_init_de_state()
78 memset(state, 0, size); in ia_css_init_de_state()
74 ia_css_init_de_state( void * state, size_t size) ia_css_init_de_state() argument
/kernel/linux/linux-6.6/drivers/tty/ipwireless/
H A Dhardware.h40 int state);
42 int state);
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/link/
H A Dlink_dpms.h31 struct dc_state *state,
40 struct dc_state *state,
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H A Dintel_fbdev.h21 void intel_fbdev_set_suspend(struct drm_device *dev, int state, bool synchronous);
43 static inline void intel_fbdev_set_suspend(struct drm_device *dev, int state, bool synchronous) in intel_fbdev_set_suspend() argument
H A Dintel_hdcp.h31 int intel_hdcp_enable(struct intel_atomic_state *state,
36 void intel_hdcp_update_pipe(struct intel_atomic_state *state,
/kernel/linux/linux-6.6/drivers/infiniband/hw/irdma/
H A Dtrace.c67 const char *parse_cm_state(enum irdma_cm_node_state state) in parse_cm_state() argument
69 switch (state) { in parse_cm_state()
111 return ("Bad state"); in parse_cm_state()
/kernel/linux/linux-6.6/drivers/gpu/drm/xen/
H A Dxen_drm_front_evtchnl.h44 enum xen_drm_front_evtchnl_state state; member
77 enum xen_drm_front_evtchnl_state state);
/kernel/linux/linux-6.6/kernel/time/
H A Dtick-sched.h44 * @nohz_mode: Mode - one state of tick_nohz_mode
52 * @idle_exittime: Time when the idle state was left
113 extern int __tick_broadcast_oneshot_control(enum tick_broadcast_state state);
116 __tick_broadcast_oneshot_control(enum tick_broadcast_state state) in __tick_broadcast_oneshot_control() argument
/test/xts/hats/hdf/usb/usbdBenchmarkTest/include/
H A DHdfUsbdBenchmarkRequestTest.h35 void SetUp(const ::benchmark::State &state);
36 void TearDown(const ::benchmark::State &state);
/device/qemu/riscv32_virt/liteos_m/board/driver/
H A Dvirtnet.c146 struct VirtNetif *nic = netif->state; in Feature0()
349 struct VirtNetif *nic = netif->state; in LowLevelOutput()
395 struct VirtNetif *nic = netif->state; in LowLevelInput()
421 struct VirtNetif *nic = netif->state; in VirtnetRxHandle()
469 struct VirtNetif *nic = netif->state; in VirtnetIRQhandle()
484 struct VirtNetif *nic = netif->state; in LowLevelInit()
530 netif->state = nic; in EthernetIfInit()
549 struct VirtNetif *nic = netif->state; in VirtnetDeInit()
583 if (netif_add(netif, &ip, &mask, &gw, netif->state, in VirtnetInit()
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/
H A Danalogix_dp-rockchip.c288 static struct drm_crtc *rockchip_dp_drm_get_new_crtc(struct drm_encoder *encoder, struct drm_atomic_state *state) in rockchip_dp_drm_get_new_crtc() argument
293 connector = drm_atomic_get_new_connector_for_encoder(state, encoder); in rockchip_dp_drm_get_new_crtc()
298 conn_state = drm_atomic_get_new_connector_state(state, connector); in rockchip_dp_drm_get_new_crtc()
306 static void rockchip_dp_drm_encoder_enable(struct drm_encoder *encoder, struct drm_atomic_state *state) in rockchip_dp_drm_encoder_enable() argument
313 crtc = rockchip_dp_drm_get_new_crtc(encoder, state); in rockchip_dp_drm_encoder_enable()
318 old_crtc_state = drm_atomic_get_old_crtc_state(state, crtc); in rockchip_dp_drm_encoder_enable()
337 static void rockchip_dp_drm_encoder_disable(struct drm_encoder *encoder, struct drm_atomic_state *state) in rockchip_dp_drm_encoder_disable() argument
344 crtc = rockchip_dp_drm_get_new_crtc(encoder, state); in rockchip_dp_drm_encoder_disable()
350 new_crtc_state = drm_atomic_get_new_crtc_state(state, crtc); in rockchip_dp_drm_encoder_disable()
/kernel/linux/linux-5.10/arch/arm/mach-at91/
H A Dpm.c68 static int at91_pm_valid_state(suspend_state_t state) in at91_pm_valid_state() argument
70 switch (state) { in at91_pm_valid_state()
216 static int at91_pm_begin(suspend_state_t state) in at91_pm_begin() argument
218 switch (state) { in at91_pm_begin()
297 static void at91_pm_suspend(suspend_state_t state) in at91_pm_suspend() argument
326 static int at91_pm_enter(suspend_state_t state) in at91_pm_enter() argument
332 switch (state) { in at91_pm_enter()
336 * Ensure that clocks are in a valid state. in at91_pm_enter()
342 at91_pm_suspend(state); in at91_pm_enter()
351 pr_debug("AT91: PM - bogus suspend state in at91_pm_enter()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ctx.c318 out->state.flags = 0x0; in amdgpu_ctx_query()
319 out->state.hangs = 0x0; in amdgpu_ctx_query()
325 out->state.reset_status = AMDGPU_CTX_NO_RESET; in amdgpu_ctx_query()
327 out->state.reset_status = AMDGPU_CTX_UNKNOWN_RESET; in amdgpu_ctx_query()
352 out->state.flags = 0x0; in amdgpu_ctx_query2()
353 out->state.hangs = 0x0; in amdgpu_ctx_query2()
356 out->state.flags |= AMDGPU_CTX_QUERY2_FLAGS_RESET; in amdgpu_ctx_query2()
359 out->state.flags |= AMDGPU_CTX_QUERY2_FLAGS_VRAMLOST; in amdgpu_ctx_query2()
362 out->state.flags |= AMDGPU_CTX_QUERY2_FLAGS_GUILTY; in amdgpu_ctx_query2()
/kernel/linux/linux-5.10/tools/testing/selftests/net/
H A Dvrf-xfrm-tests.sh200 for x in state policy
262 # state
264 ip -netns host1 xfrm state add src ${HOST1_4} dst ${HOST2_4} \
271 ip -netns host2 xfrm state add src ${HOST1_4} dst ${HOST2_4} \
279 ip -netns host1 xfrm state add src ${HOST2_4} dst ${HOST1_4} \
286 ip -netns host2 xfrm state add src ${HOST2_4} dst ${HOST1_4} \
294 ip -6 -netns host1 xfrm state add src ${HOST1_6} dst ${HOST2_6} \
301 ip -6 -netns host2 xfrm state add src ${HOST1_6} dst ${HOST2_6} \
309 ip -6 -netns host1 xfrm state add src ${HOST2_6} dst ${HOST1_6} \
316 ip -6 -netns host2 xfrm state ad
[all...]
/kernel/linux/linux-5.10/drivers/media/common/saa7146/
H A Dsaa7146_fops.c63 buf->vb.state = VIDEOBUF_NEEDS_INIT; in saa7146_dma_free()
85 buf->vb.state = VIDEOBUF_QUEUED; in saa7146_buffer_queue()
94 int state) in saa7146_buffer_finish()
97 DEB_EE("dev:%p, dmaq:%p, state:%d\n", dev, q, state); in saa7146_buffer_finish()
106 q->curr->vb.state = state; in saa7146_buffer_finish()
352 if (buf->state == VIDEOBUF_DONE || buf->state == VIDEOBUF_ERROR) { in __fops_poll()
357 DEB_D("nothing to poll for, buf->state in __fops_poll()
92 saa7146_buffer_finish(struct saa7146_dev *dev, struct saa7146_dmaqueue *q, int state) saa7146_buffer_finish() argument
[all...]
/kernel/linux/linux-5.10/drivers/lightnvm/
H A Dpblk-gc.c69 WARN_ON(line->state != PBLK_LINESTATE_GC); in pblk_put_line_back()
70 line->state = PBLK_LINESTATE_CLOSED; in pblk_put_line_back()
72 line->state); in pblk_put_line_back()
292 /* Line goes back to closed state, so we cannot release additional in pblk_gc_line_prepare_ws()
294 * gc to free line state transition. in pblk_gc_line_prepare_ws()
424 WARN_ON(line->state != PBLK_LINESTATE_CLOSED); in pblk_gc_free_full_lines()
425 line->state = PBLK_LINESTATE_GC; in pblk_gc_free_full_lines()
427 line->state); in pblk_gc_free_full_lines()
472 WARN_ON(line->state != PBLK_LINESTATE_CLOSED); in pblk_gc_run()
473 line->state in pblk_gc_run()
[all...]
/kernel/linux/linux-5.10/drivers/input/mouse/
H A Dcyapa_gen6.c145 cyapa->state = CYAPA_STATE_NO_DEVICE; in cyapa_pip_state_parse()
147 /* Try to wake from it deep sleep state if it is. */ in cyapa_pip_state_parse()
182 cyapa->state = is_bootloader ? CYAPA_STATE_GEN6_BL in cyapa_pip_state_parse()
187 cyapa->state = is_bootloader ? CYAPA_STATE_GEN5_BL in cyapa_pip_state_parse()
334 /* New power state applied in device not match the set power state. */ in cyapa_gen6_change_power_state()
412 static int cyapa_gen6_deep_sleep(struct cyapa *cyapa, u8 state) in cyapa_gen6_deep_sleep() argument
416 if (state == PIP_DEEP_SLEEP_STATE_ON) in cyapa_gen6_deep_sleep()
424 return cyapa_pip_deep_sleep(cyapa, state); in cyapa_gen6_deep_sleep()
436 if (cyapa->state ! in cyapa_gen6_set_power_mode()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_sp.h35 /* Configure HW according to the current object state */
87 /* Ramrod state params */
88 int state; /* "ramrod is pending" state bit */ member
89 unsigned long *pstate; /* pointer to state buffer */
478 int state; member
577 /* A state that is set in raw.pstate, when there are pending commands */
626 * Set/Clear/Check SCHEDULED state of the object
773 /*********************** Queue state update ***********************************/
1065 enum bnx2x_q_state state, next_stat member
1330 enum bnx2x_func_state state, next_state; global() member
[all...]
/kernel/linux/linux-5.10/drivers/scsi/csiostor/
H A Dcsio_attr.c156 /* set vport state */ in csio_lnode_async_event()
163 /* set vport state */ in csio_lnode_async_event()
240 * csio_get_port_state - Return FC local port state.
249 char state[16]; in csio_get_host_port_state() local
253 csio_lnode_state_to_str(ln, state); in csio_get_host_port_state()
254 if (!strcmp(state, "READY")) in csio_get_host_port_state()
256 else if (!strcmp(state, "OFFLINE")) in csio_get_host_port_state()
393 char state[16]; in csio_vport_set_state() local
395 /* Set fc vport state based on phyiscal lnode */ in csio_vport_set_state()
396 csio_lnode_state_to_str(pln, state); in csio_vport_set_state()
[all...]
/kernel/linux/linux-5.10/drivers/usb/cdns3/
H A Dep0.c31 * exit from flow control state
139 enum usb_device_state device_state = priv_dev->gadget.state; in cdns3_req_ep0_set_configuration()
183 enum usb_device_state device_state = priv_dev->gadget.state; in cdns3_req_ep0_set_address()
198 "can't set_address from configured state\n"); in cdns3_req_ep0_set_address()
278 enum usb_device_state state; in cdns3_ep0_feature_handle_device() local
285 state = priv_dev->gadget.state; in cdns3_ep0_feature_handle_device()
293 if (state != USB_STATE_CONFIGURED || speed != USB_SPEED_SUPER) in cdns3_ep0_feature_handle_device()
299 if (state != USB_STATE_CONFIGURED || speed != USB_SPEED_SUPER) in cdns3_ep0_feature_handle_device()
308 if (state ! in cdns3_ep0_feature_handle_device()
[all...]
/kernel/linux/linux-5.10/drivers/usb/chipidea/
H A Dotg_fsm.c66 if (ci->fsm.otg->state == OTG_STATE_A_PERIPHERAL) { in a_bus_req_store()
150 if (ci->fsm.otg->state == OTG_STATE_B_PERIPHERAL) { in b_bus_req_store()
354 /* only vbus fall below B_sess_vld in b_idle state */ in b_ssend_srp_tmout()
355 if (ci->fsm.otg->state == OTG_STATE_B_IDLE) in b_ssend_srp_tmout()
590 ci->fsm.otg->state < OTG_STATE_A_IDLE) in ci_otg_fsm_work()
595 if (ci->fsm.otg->state == OTG_STATE_A_IDLE) { in ci_otg_fsm_work()
597 * Further state change for cases: in ci_otg_fsm_work()
616 } else if (ci->fsm.otg->state == OTG_STATE_B_IDLE) { in ci_otg_fsm_work()
620 * Further transite to b_periphearl state in ci_otg_fsm_work()
625 } else if (ci->fsm.otg->state in ci_otg_fsm_work()
[all...]
/kernel/linux/linux-5.10/sound/pci/emu10k1/
H A Demu10k1_callback.c102 vp->state = SNDRV_EMUX_ST_OFF; in snd_emu10k1_synth_get_voice()
225 int state, val; in lookup_voices() local
228 state = vp->state; in lookup_voices()
229 if (state == SNDRV_EMUX_ST_OFF) { in lookup_voices()
237 else if (state == SNDRV_EMUX_ST_RELEASED || in lookup_voices()
238 state == SNDRV_EMUX_ST_PENDING) { in lookup_voices()
246 else if (state == SNDRV_EMUX_ST_STANDBY) in lookup_voices()
248 else if (state & SNDRV_EMUX_ST_ON) in lookup_voices()
/kernel/linux/linux-5.10/net/bluetooth/cmtp/
H A Dcapi.c82 app->state = BT_OPEN; in cmtp_application_add()
207 application->state = BT_CONNECTED; in cmtp_recv_interopmsg()
220 application->state = BT_CLOSED; in cmtp_recv_interopmsg()
244 session->state = BT_CONNECTED; in cmtp_recv_interopmsg()
409 application->state = BT_CONFIG; in cmtp_register_appl()
424 if (application->state == BT_CLOSED) { in cmtp_register_appl()
429 if (application->state == BT_CONNECTED) in cmtp_register_appl()
467 (application->state == BT_CLOSED), CMTP_INTEROP_TIMEOUT); in cmtp_release_appl()
485 if ((!application) || (application->state != BT_CONNECTED)) { in cmtp_send_message()
/kernel/linux/linux-5.10/net/netfilter/ipvs/
H A Dip_vs_proto_sctp.c249 * - INIT1 state: use shorter timeout for dropped INIT packets
250 * - REJECTED state: use shorter timeout if INIT is rejected with ABORT
254 * COOKIE_SENT and COOKIE_REPLIED processing happens in CLOSED state.
330 /* Timeout table[state] */
368 static const char *sctp_state_name(int state) in sctp_state_name() argument
370 if (state >= IP_VS_SCTP_S_LAST) in sctp_state_name()
372 if (sctp_state_name_table[state]) in sctp_state_name()
373 return sctp_state_name_table[state]; in sctp_state_name()
434 next_state = sctp_states[direction][event][cp->state]; in set_sctp_state()
436 if (next_state != cp->state) { in set_sctp_state()
[all...]

Completed in 19 milliseconds

1...<<161162163164165166167168169170>>...547