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

12345678

/linux-master/drivers/usb/gadget/function/
H A Df_midi.c363 static int f_midi_set_alt(struct usb_function *f, unsigned intf, unsigned alt) argument
369 /* we only set alt for MIDIStreaming interface */
H A Df_fs.c3716 unsigned interface, unsigned alt)
3722 if (alt != (unsigned)-1) {
3741 if (alt == (unsigned)-1) {
3715 ffs_func_set_alt(struct usb_function *f, unsigned interface, unsigned alt) argument
H A Df_mass_storage.c2398 static int fsg_set_alt(struct usb_function *f, unsigned intf, unsigned alt) argument
/linux-master/fs/ubifs/
H A Dubifs.h777 * @alt: lower bound of key range has altered i.e. child inserted at slot 0
796 int alt; member in struct:ubifs_znode
/linux-master/fs/btrfs/
H A Dextent-tree.c2178 int alt = 1; local
2200 if (alt)
2205 alt = 1 - alt;
/linux-master/drivers/usb/host/
H A Dxhci.c1881 * configuration or alt setting is installed in the device, so there's no need
2906 * installing a new alt setting, the USB core won't allow URBs to be
4793 struct usb_host_interface *alt,
4799 for (j = 0; j < alt->desc.bNumEndpoints; j++) {
4801 &alt->endpoint[j].desc, state, timeout))
4791 xhci_update_timeout_for_interface(struct xhci_hcd *xhci, struct usb_device *udev, struct usb_host_interface *alt, enum usb3_link_state state, u16 *timeout) argument
/linux-master/drivers/bluetooth/
H A Dbtusb.c2205 int alt)
2210 BT_DBG("Looking for Alt no :%d", alt);
2216 if (intf->altsetting[i].desc.bAlternateSetting == alt)
2251 /* Bluetooth USB spec recommends alt 6 (63 bytes), but
2253 * work for all adapters that do not have alt 6, and
2255 * alt 3 (HCI payload >= 60 Bytes let air packet
2271 bt_dev_err(hdev, "set USB alt:(%d) failed!", new_alts);
4560 BT_ERR("failed to set interface 0, alt 0 %d", err);
2204 btusb_find_altsetting(struct btusb_data *data, int alt) argument
/linux-master/drivers/media/usb/cx231xx/
H A Dcx231xx-cards.c1433 need set alt here.*/
1734 dev->video_mode.alt = -1;
/linux-master/drivers/infiniband/hw/mlx5/
H A Dqp.c3519 const struct ib_qp_attr *attr, bool alt)
3529 alt ? attr->alt_pkey_index : attr->pkey_index);
3589 alt ? attr->alt_timeout : attr->timeout);
3516 mlx5_set_path(struct mlx5_ib_dev *dev, struct mlx5_ib_qp *qp, const struct rdma_ah_attr *ah, void *path, u8 port, int attr_mask, u32 path_flags, const struct ib_qp_attr *attr, bool alt) argument
/linux-master/drivers/net/usb/
H A Dr8152.c2117 struct usb_host_interface *alt = intf->cur_altsetting; local
2118 struct usb_host_endpoint *ep_intr = alt->endpoint + 2;
8381 struct usb_host_interface *alt = intf->cur_altsetting; local
8384 if (usb_find_common_endpoints(alt, &in, &out, &intr, NULL) < 0) {
/linux-master/include/rdma/
H A Dib_verbs.h1757 struct ib_port_pkey alt; member in struct:ib_ports_pkeys
/linux-master/drivers/media/usb/gspca/
H A Dtopro.c4094 /* This function is called before choosing the alt setting */
4316 reg_w(gspca_dev, 0x22, gspca_dev->alt);
4492 reg_w(gspca_dev, 0x22, gspca_dev->alt);
/linux-master/tools/power/pm-graph/
H A Dsleepgraph.py4294 tr.alt {background-color:#ddd;}\n\
4436 rcls = ['alt'] if num % 2 == 1 else []
4526 rcls = ['alt'] if num % 2 == 1 else []
4570 rcls = ['alt'] if num % 2 == 1 else []

Completed in 395 milliseconds

12345678