Searched refs:alt (Results 151 - 175 of 188) sorted by relevance

12345678

/linux-master/drivers/media/usb/gspca/gl860/
H A Dgl860-ov2640.c323 gspca_dev->alt = 3 + 1;
329 gspca_dev->alt = 1 + 1;
H A Dgl860-mi1320.c352 gspca_dev->alt = 3 + 1;
357 gspca_dev->alt = 1 + 1;
H A Dgl860-mi2020.c609 gspca_dev->alt = 3 + 1;
615 gspca_dev->alt = 1 + 1;
/linux-master/drivers/usb/misc/
H A Dusb-ljca.c746 struct usb_host_interface *alt = interface->cur_altsetting; local
775 ret = usb_find_common_endpoints(alt, &ep_in, &ep_out, NULL, NULL);
/linux-master/drivers/media/usb/em28xx/
H A Dem28xx-cards.c3711 int alt, int ep,
3744 e = &intf->altsetting[alt].endpoint[ep].desc;
3762 dev->alt_max_pkt_size_isoc[alt] = size;
3784 * alt settings. So far, we've seen
3790 dev->dvb_alt_isoc = alt;
3803 dev->dvb_alt_isoc = alt;
3933 dev->alt = -1;
4034 dev->dev_next->alt = -1;
3708 em28xx_check_usb_descriptor(struct em28xx *dev, struct usb_device *udev, struct usb_interface *intf, int alt, int ep, bool *has_vendor_audio, bool *has_video, bool *has_dvb) argument
/linux-master/drivers/usb/typec/
H A Danx7411.c672 /* DP alt mode enter success */
1030 has_dp = (state->alt && state->alt->svid == USB_TYPEC_DP_SID &&
1031 state->alt->mode == USB_TYPEC_DP_MODE);
/linux-master/drivers/media/usb/gspca/
H A Dstk1135.c406 /* disable alt 2-wire serial interface */
463 gspca_dbg(gspca_dev, D_STREAM, "camera started alt: 0x%02x\n",
464 gspca_dev->alt);
H A Dse401.c322 gspca_dev->alt = 1; /* Ignore the bogus isoc alt settings */
H A Dsn9c20x.c1967 pr_warn("sn9c20x camera with unknown number of alt settings (%d), please report!\n",
1969 gspca_dev->alt = intf->num_altsetting;
1975 gspca_dev->alt = 2;
1978 gspca_dev->alt = 6;
1981 gspca_dev->alt = 9;
2081 /* called on streamoff with alt==0 and on disconnect */
H A Dspca500.c502 /* need alt setting here */
503 gspca_dbg(gspca_dev, D_PACK, "ClickSmart310 sync alt: %d\n",
504 gspca_dev->alt);
509 gspca_dev->alt) < 0) {
/linux-master/drivers/net/usb/
H A Dcdc_ncm.c1034 struct usb_host_interface *alt; local
1055 alt = usb_altnum_to_altsetting(intf, CDC_NCM_COMM_ALTSETTING_MBIM);
1056 if (alt && cdc_ncm_comm_intf_is_mbim(alt))
/linux-master/drivers/usb/serial/
H A Dio_edgeport.c2790 struct usb_host_interface *alt; local
2792 alt = serial->interface->cur_altsetting;
2797 for (i = 0; i < alt->desc.bNumEndpoints; ++i) {
2801 endpoint = &alt->endpoint[i].desc;
/linux-master/drivers/usb/gadget/function/
H A Df_midi2.c1265 unsigned int alt)
1271 if (intf != midi2->midi_if || alt > 1)
1274 if (alt == 0)
1276 else if (alt == 1)
1264 f_midi2_set_alt(struct usb_function *fn, unsigned int intf, unsigned int alt) argument
H A Df_printer.c1171 unsigned intf, unsigned alt)
1176 if (!alt)
1170 printer_func_set_alt(struct usb_function *f, unsigned intf, unsigned alt) argument
H A Df_hid.c806 static int hidg_set_alt(struct usb_function *f, unsigned intf, unsigned alt) argument
814 VDBG(cdev, "hidg_set_alt intf:%d alt:%d\n", intf, alt);
H A Df_rndis.c526 static int rndis_set_alt(struct usb_function *f, unsigned intf, unsigned alt) argument
531 /* we know alt == 0 */
H A Df_acm.c420 static int acm_set_alt(struct usb_function *f, unsigned intf, unsigned alt) argument
425 /* we know alt == 0, so this is an activation or a reset */
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_backlight.c1219 bool alt, cpu_mode; local
1222 alt = intel_de_read(i915, SOUTH_CHICKEN2) & LPT_PWM_GRANULARITY;
1224 alt = intel_de_read(i915, SOUTH_CHICKEN1) & SPT_PWM_GRANULARITY;
1225 panel->backlight.alternate_pwm_increment = alt;
/linux-master/drivers/hid/
H A Dhid-asus.c1087 struct usb_host_interface *alt = local
1090 if (alt->desc.bInterfaceNumber == MEDION_E1239T_TPAD_INTF) {
/linux-master/fs/ubifs/
H A Dtnc.c2047 znode->alt = 1;
2103 znode->alt = 1;
2149 if (znode->alt)
H A Dtnc_commit.c657 znode->alt = 0;
/linux-master/drivers/infiniband/hw/mlx4/
H A Dmlx4_ib.h359 struct mlx4_roce_smac_vlan_info alt; member in struct:mlx4_ib_qp
/linux-master/fs/dlm/
H A Dlock.c2225 int8_t alt = 0, rqmode = lkb->lkb_rqmode; local
2264 alt = DLM_LOCK_PR;
2266 alt = DLM_LOCK_CW;
2268 if (alt) {
2269 lkb->lkb_rqmode = alt;
/linux-master/drivers/usb/gadget/
H A Dcomposite.c138 * @alt: alternate setting number
154 u8 alt)
209 if (int_desc->bAlternateSetting == alt) {
1020 DBG(cdev, "interface %d (%s/%p) alt 0 --> %d\n",
151 config_ep_by_speed_and_alt(struct usb_gadget *g, struct usb_function *f, struct usb_ep *_ep, u8 alt) argument
/linux-master/tools/testing/radix-tree/
H A Dmaple.c34370 void *expected, *alt; local
34483 void *expected, *alt; local
[all...]

Completed in 547 milliseconds

12345678