Home
last modified time | relevance | path

Searched refs:alt (Results 401 - 425 of 469) sorted by relevance

1...<<111213141516171819

/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H A Df_hid.c806 static int hidg_set_alt(struct usb_function *f, unsigned intf, unsigned alt) in hidg_set_alt() argument
814 VDBG(cdev, "hidg_set_alt intf:%d alt:%d\n", intf, alt); in hidg_set_alt()
H A Df_acm.c420 static int acm_set_alt(struct usb_function *f, unsigned intf, unsigned alt) in acm_set_alt() argument
425 /* we know alt == 0, so this is an activation or a reset */ in acm_set_alt()
H A Df_rndis.c526 static int rndis_set_alt(struct usb_function *f, unsigned intf, unsigned alt) in rndis_set_alt() argument
531 /* we know alt == 0 */ in rndis_set_alt()
/kernel/linux/linux-6.6/drivers/hid/
H A Dhid-asus.c1087 struct usb_host_interface *alt = in asus_probe() local
1090 if (alt->desc.bInterfaceNumber == MEDION_E1239T_TPAD_INTF) { in asus_probe()
/kernel/linux/linux-6.6/drivers/usb/typec/
H A Danx7411.c672 /* DP alt mode enter success */ in anx7411_parse_cmd()
1030 has_dp = (state->alt && state->alt->svid == USB_TYPEC_DP_SID && in anx7411_usb_mux_set()
1031 state->alt->mode == USB_TYPEC_DP_MODE); in anx7411_usb_mux_set()
/third_party/alsa-lib/src/ucm/
H A Dparser.c208 const char *alt, char **name) in parse_get_safe_name()
213 if (alt) { in parse_get_safe_name()
214 id = alt; in parse_get_safe_name()
207 parse_get_safe_name(snd_use_case_mgr_t *uc_mgr, snd_config_t *n, const char *alt, char **name) parse_get_safe_name() argument
/third_party/python/Tools/scripts/
H A Dtexi2html.py750 alt = args[3]
772 alt and (' ALT="' + alt + '"') or "", \
/kernel/linux/linux-5.10/drivers/usb/gadget/function/
H A Df_acm.c420 static int acm_set_alt(struct usb_function *f, unsigned intf, unsigned alt) in acm_set_alt() argument
425 /* we know alt == 0, so this is an activation or a reset */ in acm_set_alt()
H A Df_rndis.c539 static int rndis_set_alt(struct usb_function *f, unsigned intf, unsigned alt) in rndis_set_alt() argument
544 /* we know alt == 0 */ in rndis_set_alt()
/kernel/linux/linux-5.10/drivers/media/usb/gspca/
H A Dse401.c322 gspca_dev->alt = 1; /* Ignore the bogus isoc alt settings */ in sd_isoc_init()
H A Dstk1135.c406 /* disable alt 2-wire serial interface */ in sd_init()
463 gspca_dbg(gspca_dev, D_STREAM, "camera started alt: 0x%02x\n", in sd_start()
464 gspca_dev->alt); in sd_start()
/kernel/linux/linux-6.6/drivers/media/usb/gspca/
H A Dse401.c322 gspca_dev->alt = 1; /* Ignore the bogus isoc alt settings */ in sd_isoc_init()
H A Dstk1135.c406 /* disable alt 2-wire serial interface */ in sd_init()
463 gspca_dbg(gspca_dev, D_STREAM, "camera started alt: 0x%02x\n", in sd_start()
464 gspca_dev->alt); in sd_start()
/third_party/elfutils/libdwfl/
H A DlibdwflP.h196 Dwarf *alt; /* Dwarf used for dwarf_setalt, or NULL. */ member
197 int alt_fd; /* descriptor, only valid when alt != NULL. */
198 Elf *alt_elf; /* Elf for alt Dwarf. */
548 /* Same, but takes an explicit build_id, can also be used for alt debug. */
/kernel/linux/linux-5.10/fs/ubifs/
H A Dtnc.c2046 znode->alt = 1; in correct_parent_keys()
2102 znode->alt = 1; in insert_zbranch()
2148 if (znode->alt) in tnc_insert()
H A Dtnc_commit.c657 znode->alt = 0; in get_znodes_to_commit()
/kernel/linux/linux-6.6/fs/ubifs/
H A Dtnc.c2047 znode->alt = 1; in correct_parent_keys()
2103 znode->alt = 1; in insert_zbranch()
2149 if (znode->alt) in tnc_insert()
H A Dtnc_commit.c657 znode->alt = 0; in get_znodes_to_commit()
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx4/
H A Dmlx4_ib.h358 struct mlx4_roce_smac_vlan_info alt; member
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx4/
H A Dmlx4_ib.h359 struct mlx4_roce_smac_vlan_info alt; member
/kernel/linux/linux-5.10/fs/dlm/
H A Dlock.c2448 int8_t alt = 0, rqmode = lkb->lkb_rqmode; in can_be_granted() local
2487 alt = DLM_LOCK_PR; in can_be_granted()
2489 alt = DLM_LOCK_CW; in can_be_granted()
2491 if (alt) { in can_be_granted()
2492 lkb->lkb_rqmode = alt; in can_be_granted()
/kernel/linux/linux-6.6/fs/dlm/
H A Dlock.c2222 int8_t alt = 0, rqmode = lkb->lkb_rqmode; in can_be_granted() local
2261 alt = DLM_LOCK_PR; in can_be_granted()
2263 alt = DLM_LOCK_CW; in can_be_granted()
2265 if (alt) { in can_be_granted()
2266 lkb->lkb_rqmode = alt; in can_be_granted()
/kernel/linux/linux-5.10/drivers/usb/gadget/
H A Dcomposite.c135 * @alt: alternate setting number
151 u8 alt) in config_ep_by_speed_and_alt()
195 if (int_desc->bAlternateSetting == alt) { in config_ep_by_speed_and_alt()
890 DBG(cdev, "interface %d (%s/%p) alt 0 --> %d\n", in set_config()
148 config_ep_by_speed_and_alt(struct usb_gadget *g, struct usb_function *f, struct usb_ep *_ep, u8 alt) config_ep_by_speed_and_alt() argument
/kernel/linux/linux-5.10/drivers/media/usb/gspca/gl860/
H A Dgl860-mi2020.c609 gspca_dev->alt = 3 + 1; in mi2020_configure_alt()
615 gspca_dev->alt = 1 + 1; in mi2020_configure_alt()
/kernel/linux/linux-6.6/drivers/media/usb/gspca/gl860/
H A Dgl860-mi2020.c609 gspca_dev->alt = 3 + 1; in mi2020_configure_alt()
615 gspca_dev->alt = 1 + 1; in mi2020_configure_alt()

Completed in 53 milliseconds

1...<<111213141516171819