/kernel/linux/linux-6.6/drivers/media/usb/dvb-usb/ |
H A D | digitv.c | 236 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 D | usb-urb.c | 96 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 D | vicam.c | 84 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 D | tsl2550.c | 63 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 D | gruhandles.h | 193 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 D | dev.c | 21 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 D | pcs-6352.c | 161 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 D | utobject.c | 30 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 D | xdr4.c | 185 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 D | xdr.c | 190 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 D | user_session.c | 179 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 D | pm_domain.h | 63 * 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 D | inetdevice.h | 20 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 D | leds.h | 225 * 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 D | qed_eth_if.h | 205 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 D | v4l2-mem2mem.h | 40 * 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 D | rfcomm.h | 158 unsigned long state; member 176 unsigned long state; member 350 u16 state; member
|
/kernel/linux/linux-6.6/drivers/soc/qcom/ |
H A D | pmic_glink.c | 56 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 D | driver.c | 163 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 D | fhci-q.c | 152 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 D | sbs-manager.c | 8 * 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 D | mpfs.c | 90 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 D | ucsi_glink.c | 279 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 D | kcs_bmc_npcm7xx.c | 125 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 D | gpio-ath79.c | 155 * 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()
|