Home
last modified time | relevance | path

Searched refs:state (Results 5976 - 6000 of 13247) sorted by relevance

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

/kernel/linux/linux-6.6/drivers/media/usb/dvb-usb/
H A Ddigitv.c236 static int digitv_rc_query(struct dvb_usb_device *d, u32 *event, int *state) in digitv_rc_query() argument
244 *state = REMOTE_NO_KEY_PRESSED; in digitv_rc_query()
264 *state = REMOTE_KEY_PRESSED; in digitv_rc_query()
H A Dusb-urb.c96 if (stream->state & USB_STATE_URB_BUF) { in usb_free_stream_buffers()
106 stream->state &= ~USB_STATE_URB_BUF; in usb_free_stream_buffers()
131 stream->state |= USB_STATE_URB_BUF; in usb_allocate_stream_buffers()
/kernel/linux/linux-6.6/drivers/media/usb/gspca/
H A Dvicam.c84 static int vicam_set_camera_power(struct gspca_dev *gspca_dev, int state) in vicam_set_camera_power() argument
88 ret = vicam_control_msg(gspca_dev, 0x50, state, 0, NULL, 0); in vicam_set_camera_power()
92 if (state) in vicam_set_camera_power()
/kernel/linux/linux-6.6/drivers/misc/
H A Dtsl2550.c63 static int tsl2550_set_power_state(struct i2c_client *client, int state) in tsl2550_set_power_state() argument
68 if (state == 0) in tsl2550_set_power_state()
77 data->power_state = state; in tsl2550_set_power_state()
/kernel/linux/linux-6.6/drivers/misc/sgi-gru/
H A Dgruhandles.h193 unsigned int state:3; member
267 unsigned int state:3; member
364 unsigned int state:2; member
417 * Maintains internal GRU state for active CBs.
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/sf/dev/
H A Ddev.c21 struct mutex table_lock; /* Serializes sf life cycle and vhca state change handler */
188 "SF DEV: teardown state for invalid dev index=%d sfnum=0x%x\n", in mlx5_sf_dev_state_change_handler()
233 u8 state; in mlx5_sf_dev_add_active_work() local
247 state = MLX5_GET(query_vhca_state_out, out, vhca_state_context.vhca_state); in mlx5_sf_dev_add_active_work()
248 if (state != MLX5_VHCA_STATE_ACTIVE) in mlx5_sf_dev_add_active_work()
257 * above. e.g.: the query returns that the state of the in mlx5_sf_dev_add_active_work()
/kernel/linux/linux-6.6/drivers/net/dsa/mv88e6xxx/
H A Dpcs-6352.c161 struct phylink_link_state *state) in marvell_c22_pcs_get_state()
166 state->link = false; in marvell_c22_pcs_get_state()
181 status, state); in marvell_c22_pcs_get_state()
160 marvell_c22_pcs_get_state(struct phylink_pcs *pcs, struct phylink_link_state *state) marvell_c22_pcs_get_state() argument
/kernel/linux/linux-6.6/drivers/acpi/acpica/
H A Dutobject.c30 union acpi_generic_state *state, void *context);
557 union acpi_generic_state *state, void *context) in acpi_ut_get_element_length()
584 state->pkg.this_target_obj = NULL; in acpi_ut_get_element_length()
555 acpi_ut_get_element_length(u8 object_type, union acpi_operand_object *source_object, union acpi_generic_state *state, void *context) acpi_ut_get_element_length() argument
/kernel/linux/linux-6.6/fs/lockd/
H A Dxdr4.c185 if (xdr_stream_decode_u32(xdr, &argp->state) < 0) in nlm4svc_decode_lockargs()
255 if (xdr_stream_decode_u32(xdr, &argp->state) < 0) in nlm4svc_decode_reboot()
300 if (xdr_stream_decode_u32(xdr, &argp->state) < 0) in nlm4svc_decode_notify()
H A Dxdr.c190 if (xdr_stream_decode_u32(xdr, &argp->state) < 0) in nlmsvc_decode_lockargs()
260 if (xdr_stream_decode_u32(xdr, &argp->state) < 0) in nlmsvc_decode_reboot()
305 if (xdr_stream_decode_u32(xdr, &argp->state) < 0) in nlmsvc_decode_notify()
/kernel/linux/linux-6.6/fs/smb/server/mgmt/
H A Duser_session.c179 if (sess->state != SMB2_SESSION_VALID || in ksmbd_expire_session()
286 if (sess && sess->state != SMB2_SESSION_VALID) in ksmbd_session_lookup_all()
352 sess->state = SMB2_SESSION_IN_PROGRESS; in __session_create()
/kernel/linux/linux-6.6/include/linux/
H A Dpm_domain.h63 * optimal idle state.
133 enum gpd_status status; /* Current state of the domain */
137 unsigned int performance_state; /* Aggregated max performance state */
147 unsigned int state);
158 unsigned int state_idx; /* state that genpd will go to when off */
183 /* Sub-domain's per-master domain performance state */
234 int dev_pm_genpd_set_performance_state(struct device *dev, unsigned int state);
282 unsigned int state) in dev_pm_genpd_set_performance_state()
281 dev_pm_genpd_set_performance_state(struct device *dev, unsigned int state) dev_pm_genpd_set_performance_state() argument
H A Dinetdevice.h20 DECLARE_BITMAP(state, IPV4_DEVCONF_MAX);
69 set_bit(index, in_dev->cnf.state); in ipv4_devconf_set()
75 bitmap_fill(in_dev->cnf.state, IPV4_DEVCONF_MAX); in ipv4_devconf_setall()
H A Dleds.h225 * Trigger can use this to get the initial state of a LED already set in
230 * may be in a not supported initial state by the attached LED trigger.
644 typedef int (*gpio_blink_set_t)(struct gpio_desc *desc, int state,
669 #define GPIO_LED_NO_BLINK_LOW 0 /* No blink GPIO state low */
670 #define GPIO_LED_NO_BLINK_HIGH 1 /* No blink GPIO state high */
728 void ledtrig_audio_set(enum led_audio type, enum led_brightness state);
735 enum led_brightness state) in ledtrig_audio_set()
734 ledtrig_audio_set(enum led_audio type, enum led_brightness state) ledtrig_audio_set() argument
/kernel/linux/linux-6.6/include/linux/qed/
H A Dqed_eth_if.h205 u8 (*setstate)(struct qed_dev *cdev, u8 state);
230 void (*setpfcstate)(struct qed_dev *cdev, u8 state);
232 u8 (*setdcbx)(struct qed_dev *cdev, u8 state);
/kernel/linux/linux-6.6/include/media/
H A Dv4l2-mem2mem.h40 * until the device enters a state when it can be stopped.
184 * Should be called as soon as possible after reaching a state which allows
196 * state and inform the framework that a job has been finished and have it
201 * @state: vb2 buffer state passed to v4l2_m2m_buf_done().
208 * it with the given state. The same is done for the destination buffer, unless
219 enum vb2_buffer_state state);
222 v4l2_m2m_buf_done(struct vb2_v4l2_buffer *buf, enum vb2_buffer_state state) in v4l2_m2m_buf_done() argument
224 vb2_buffer_done(&buf->vb2_buf, state); in v4l2_m2m_buf_done()
228 * v4l2_m2m_clear_state() - clear encoding/decoding state
[all...]
/kernel/linux/linux-6.6/include/net/bluetooth/
H A Drfcomm.h158 unsigned long state; member
176 unsigned long state; member
350 u16 state; member
/kernel/linux/linux-6.6/drivers/soc/qcom/
H A Dpmic_glink.c56 void (*pdr_notify)(void *priv, int state);
180 static void pmic_glink_pdr_callback(int state, char *svc_path, void *priv) in pmic_glink_pdr_callback() argument
185 pg->pdr_state = state; in pmic_glink_pdr_callback()
/kernel/linux/linux-6.6/drivers/pnp/
H A Ddriver.c163 static int __pnp_bus_suspend(struct device *dev, pm_message_t state) in __pnp_bus_suspend() argument
180 error = pnp_drv->suspend(pnp_dev, state); in __pnp_bus_suspend()
193 pnp_dev->protocol->suspend(pnp_dev, state); in __pnp_bus_suspend()
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dfhci-q.c152 ed->state = FHCI_ED_SKIP; in fhci_move_td_from_ed_to_done_list()
250 ed->state = FHCI_ED_OPER; in fhci_done_td()
271 if (urb_priv->state == URB_DEL) { in fhci_del_ed_list()
/kernel/linux/linux-6.6/drivers/power/supply/
H A Dsbs-manager.c8 * Via sysfs interface the online state and charge type are presented.
242 int ret, i, irq_bat = 0, state = 0; in sbsm_alert() local
248 state = ret; in sbsm_alert()
254 irq_bat |= sbsm->supported_bats & state; in sbsm_alert()
/kernel/linux/linux-6.6/drivers/usb/musb/
H A Dmpfs.c90 musb->xceiv->otg->state = OTG_STATE_A_WAIT_VRISE; in mpfs_musb_set_vbus()
101 musb->xceiv->otg->state = OTG_STATE_B_IDLE; in mpfs_musb_set_vbus()
110 usb_otg_state_string(musb->xceiv->otg->state), in mpfs_musb_set_vbus()
/kernel/linux/linux-6.6/drivers/usb/typec/ucsi/
H A Ducsi_glink.c279 static void pmic_glink_ucsi_pdr_notify(void *priv, int state) in pmic_glink_ucsi_pdr_notify() argument
283 if (state == SERVREG_SERVICE_STATE_UP) in pmic_glink_ucsi_pdr_notify()
285 else if (state == SERVREG_SERVICE_STATE_DOWN) in pmic_glink_ucsi_pdr_notify()
/kernel/linux/linux-6.6/drivers/char/ipmi/
H A Dkcs_bmc_npcm7xx.c125 static void npcm7xx_kcs_irq_mask_update(struct kcs_bmc_device *kcs_bmc, u8 mask, u8 state) in npcm7xx_kcs_irq_mask_update() argument
131 !!(state & KCS_BMC_EVENT_TYPE_OBE) * KCS_CTL_OBEIE); in npcm7xx_kcs_irq_mask_update()
135 !!(state & KCS_BMC_EVENT_TYPE_IBF) * KCS_CTL_IBFIE); in npcm7xx_kcs_irq_mask_update()
/kernel/linux/linux-6.6/drivers/gpio/
H A Dgpio-ath79.c155 * have to disable the interrupt while the configuration state in ath79_gpio_irq_set_type()
193 u32 both_edges, state; in ath79_gpio_irq_handler() local
205 state = ath79_gpio_read(ctrl, AR71XX_GPIO_REG_IN); in ath79_gpio_irq_handler()
207 both_edges, ~state); in ath79_gpio_irq_handler()

Completed in 21 milliseconds

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