Home
last modified time | relevance | path

Searched refs:state (Results 5851 - 5875 of 13247) sorted by relevance

1...<<231232233234235236237238239240>>...530

/kernel/linux/linux-5.10/drivers/staging/fwserial/
H A Dfwserial.h65 * @lock: spinlock to synchonize changes to state & port fields
70 * @timer: timer for resetting peer state if remote request times out
71 * @state: current state
74 * @port: associated tty_port (usable if state == FWSC_ATTACHED)
86 /* these are usable only if state == FWSC_ATTACHED */
99 int state; member
108 /* state values for fwtty_peer.state field */
124 /* must be holding peer lock for these state funclet
[all...]
/kernel/linux/linux-5.10/drivers/staging/comedi/drivers/
H A Dadq12b.c61 #define ADQ12B_STINR_OUT2 BIT(7) /* timer 2 output state */
62 #define ADQ12B_STINR_OUTP BIT(6) /* pacer output state */
165 val = (s->state >> chan) & 0x01; in adq12b_do_insn_bits()
172 data[1] = s->state; in adq12b_do_insn_bits()
H A Dadl_pci7x3x.c38 * has dual-interrupt sources for change-of-state (COS) on any 16
115 unsigned int val = s->state; in adl_pci7x3x_do_insn_bits()
119 * It seems the PCI-7230 needs the 16-bit DO state in adl_pci7x3x_do_insn_bits()
129 data[1] = s->state; in adl_pci7x3x_do_insn_bits()
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/dpaa2/
H A Ddpmac.c122 * @link_state: Link state configuration
141 dpmac_set_field(cmd_params->state, STATE, link_state->up); in dpmac_set_link_state()
142 dpmac_set_field(cmd_params->state, STATE_VALID, in dpmac_set_link_state()
/kernel/linux/linux-6.6/drivers/media/pci/ddbridge/
H A Dddbridge-mci.h245 int ddb_mci_cmd(struct mci *state, struct mci_command *command,
247 int ddb_mci_config(struct mci *state, u32 config);
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/
H A Dqed_iwarp.h18 enum qed_iwarp_qp_state qed_roce2iwarp_state(enum qed_roce_qp_state state);
117 enum qed_iwarp_ep_state state; member
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/
H A Defx.h222 if ((efx->state != STATE_DISABLED) && !efx->reset_pending) { in efx_device_attach_if_not_resetting()
224 if (efx->state == STATE_NET_UP) in efx_device_attach_if_not_resetting()
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_inode_fork.h166 struct xfs_ifork *xfs_iext_state_to_fork(struct xfs_inode *ip, int state);
200 void xfs_iext_update_extent(struct xfs_inode *ip, int state,
/kernel/linux/linux-6.6/include/linux/
H A Dif_bridge.h126 int br_mst_get_state(const struct net_device *dev, u16 msti, u8 *state);
171 u8 *state) in br_mst_get_state()
170 br_mst_get_state(const struct net_device *dev, u16 msti, u8 *state) br_mst_get_state() argument
H A Dserial_8250.h60 void (*pm)(struct uart_port *, unsigned int state,
192 void serial8250_do_pm(struct uart_port *port, unsigned int state,
/kernel/linux/linux-6.6/include/net/netfilter/
H A Dnf_queue.h21 struct nf_hook_state state; member
127 int nf_queue(struct sk_buff *skb, struct nf_hook_state *state,
/kernel/linux/linux-6.6/include/net/sctp/
H A Dcommand.h32 SCTP_CMD_NEW_STATE, /* Enter a new state. */
100 * analysis of the state functions, but in reality just taken from
114 enum sctp_state state; member
155 SCTP_ARG_CONSTRUCTOR(STATE, enum sctp_state, state)
H A Dulpevent.h11 * sctp_ulpevent type is used to carry information from the state machine
76 __u16 state,
84 int state, int error);
/kernel/linux/linux-6.6/include/pcmcia/
H A Dss.h125 int (*set_socket)(struct pcmcia_socket *s, socket_state_t *state);
133 u_int state; member
134 u_int suspended_state; /* state before suspend */
183 /* state thread */
224 /* status of the card during resume from a system sleep state */
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/
H A Disp2400_input_system_public.h27 /*! Read the state of INPUT_SYSTEM[ID]
30 \param state[out] input system state structure
32 \return none, state = INPUT_SYSTEM[ID].state
36 input_system_state_t *state);
38 /*! Read the state of RECEIVER[ID]
41 \param state[out] receiver state structure
43 \return none, state
[all...]
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/isp/kernels/ynr/ynr_1.0/
H A Dia_css_ynr.host.c214 void/*struct sh_css_isp_ynr_vmem_state*/ * state, in ia_css_init_ynr_state()
217 memset(state, 0, size); in ia_css_init_ynr_state()
213 ia_css_init_ynr_state( void * state, size_t size) ia_css_init_ynr_state() argument
/kernel/linux/linux-6.6/drivers/tty/serial/8250/
H A D8250_pxa.c79 static void serial_pxa_pm(struct uart_port *port, unsigned int state, in serial_pxa_pm() argument
84 if (!state) in serial_pxa_pm()
/kernel/linux/linux-6.6/drivers/staging/vt6656/
H A Dmac.c174 int vnt_mac_set_led(struct vnt_private *priv, u8 state, u8 led) in vnt_mac_set_led() argument
179 data[1] = state; in vnt_mac_set_led()
/kernel/linux/linux-6.6/drivers/virt/acrn/
H A Dhypercall.h121 * @regs_state: Service VM GPA of registers state
299 * @state: Service VM GPA of buffer of P-states and C-states
301 static inline long hcall_get_cpu_state(u64 cmd, u64 state) in hcall_get_cpu_state() argument
303 return acrn_hypercall2(HC_PM_GET_CPU_STATE, cmd, state); in hcall_get_cpu_state()
/kernel/linux/linux-6.6/drivers/usb/typec/mux/
H A Dpi3usb30532.c77 pi3usb30532_mux_set(struct typec_mux_dev *mux, struct typec_mux_state *state) in pi3usb30532_mux_set() argument
86 switch (state->mode) { in pi3usb30532_mux_set()
/kernel/linux/linux-6.6/drivers/base/
H A Disa.c65 static int isa_bus_suspend(struct device *dev, pm_message_t state) in isa_bus_suspend() argument
70 return isa_driver->suspend(dev, to_isa_dev(dev)->id, state); in isa_bus_suspend()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn21/
H A Drn_clk_mgr_vbios_smu.c232 void rn_vbios_smu_set_dcn_low_power_state(struct clk_mgr_internal *clk_mgr, enum dcn_pwr_state state) in rn_vbios_smu_set_dcn_low_power_state() argument
236 if (state == DCN_PWR_STATE_LOW_POWER) in rn_vbios_smu_set_dcn_low_power_state()
/kernel/linux/linux-6.6/drivers/clocksource/
H A Dmxs_timer.c120 static void mxs_irq_clear(char *state) in mxs_irq_clear() argument
134 pr_debug("%s: changing mode to %s\n", __func__, state); in mxs_irq_clear()
222 * Initialize timers to a known state in mxs_timer_init()
/kernel/linux/linux-6.6/drivers/comedi/drivers/
H A Dadq12b.c60 #define ADQ12B_STINR_OUT2 BIT(7) /* timer 2 output state */
61 #define ADQ12B_STINR_OUTP BIT(6) /* pacer output state */
164 val = (s->state >> chan) & 0x01; in adq12b_do_insn_bits()
171 data[1] = s->state; in adq12b_do_insn_bits()
/kernel/linux/linux-6.6/drivers/cpufreq/
H A Dkirkwood-cpufreq.c53 unsigned int state = kirkwood_freq_table[index].driver_data; in kirkwood_cpufreq_target() local
63 switch (state) { in kirkwood_cpufreq_target()

Completed in 18 milliseconds

1...<<231232233234235236237238239240>>...530