Searched refs:usb (Results 51 - 75 of 1236) sorted by relevance

1234567891011>>

/linux-master/drivers/phy/ti/
H A DMakefile2 obj-$(CONFIG_PHY_DA8XX_USB) += phy-da8xx-usb.o
3 obj-$(CONFIG_PHY_DM816X_USB) += phy-dm816x-usb.o
8 obj-$(CONFIG_TWL4030_USB) += phy-twl4030-usb.o
/linux-master/drivers/phy/broadcom/
H A DMakefile10 obj-$(CONFIG_PHY_BRCM_USB) += phy-brcm-usb-dvr.o
12 phy-brcm-usb-dvr-objs := phy-brcm-usb.o phy-brcm-usb-init.o phy-brcm-usb-init-synopsys.o
15 obj-$(CONFIG_PHY_BCM_SR_USB) += phy-bcm-sr-usb.o
/linux-master/drivers/platform/chrome/
H A Dcros_ec_typec.h9 #include <linux/usb/pd.h>
10 #include <linux/usb/role.h>
11 #include <linux/usb/typec.h>
12 #include <linux/usb/typec_altmode.h>
13 #include <linux/usb/typec_mux.h>
14 #include <linux/usb/typec_retimer.h>
/linux-master/drivers/media/usb/go7007/
H A Dgo7007-usb.c15 #include <linux/usb.h>
618 MODULE_DEVICE_TABLE(usb, go7007_usb_id_table);
625 struct go7007_usb *usb = go->hpi_context; local
629 return usb_control_msg(usb->usbdev,
630 usb_rcvctrlpipe(usb->usbdev, 0), request,
634 return usb_control_msg(usb->usbdev,
635 usb_sndctrlpipe(usb->usbdev, 0), request,
643 struct go7007_usb *usb = go->hpi_context; local
653 if (usb->board->flags & GO7007_USB_EZUSB) {
678 struct go7007_usb *usb local
724 struct go7007_usb *usb = go->hpi_context; local
774 struct go7007_usb *usb = go->hpi_context; local
833 struct go7007_usb *usb = go->hpi_context; local
866 struct go7007_usb *usb = go->hpi_context; local
881 struct go7007_usb *usb = go->hpi_context; local
898 struct go7007_usb *usb = go->hpi_context; local
953 struct go7007_usb *usb = go->hpi_context; local
1044 struct go7007_usb *usb; local
[all...]
/linux-master/drivers/net/wireless/purelifi/plfxlc/
H A Dchip.h11 #include "usb.h"
24 struct plfxlc_usb usb; member in struct:plfxlc_chip
37 #define plfxlc_chip_dev(chip) (&(chip)->usb.intf->dev)
59 *usb)
61 return container_of(usb, struct plfxlc_chip, usb);
58 plfxlc_usb_to_chip(struct plfxlc_usb *usb) argument
/linux-master/drivers/gnss/
H A DMakefile21 obj-$(CONFIG_GNSS_USB) += gnss-usb.o
22 gnss-usb-y := usb.o
/linux-master/drivers/phy/
H A DMakefile9 obj-$(CONFIG_PHY_LPC18XX_USB_OTG) += phy-lpc18xx-usb-otg.o
11 obj-$(CONFIG_PHY_PISTACHIO_USB) += phy-pistachio-usb.o
12 obj-$(CONFIG_USB_LGM_PHY) += phy-lgm-usb.o
/linux-master/drivers/usb/host/
H A Dfhci-tds.c20 #include <linux/usb.h>
21 #include <linux/usb/hcd.h>
95 void fhci_ep0_free(struct fhci_usb *usb) argument
100 ep = usb->ep0;
136 usb->ep0 = NULL;
144 * usb A pointer to the data structure of the USB
148 u32 fhci_create_ep(struct fhci_usb *usb, enum fhci_mem_alloc data_mem, argument
160 fhci_err(usb->fhci, "illegal TD ring length parameters\n");
224 usb->ep0 = ep;
228 fhci_ep0_free(usb);
242 fhci_init_ep_registers(struct fhci_usb *usb, struct endpoint *ep, enum fhci_mem_alloc data_mem) argument
277 fhci_td_transaction_confirm(struct fhci_usb *usb) argument
377 fhci_host_transaction(struct fhci_usb *usb, struct packet *pkt, enum fhci_ta_type trans_type, u8 dest_addr, u8 dest_ep, enum fhci_tf_mode trans_mode, enum fhci_speed dest_speed, u8 data_toggle) argument
468 fhci_flush_bds(struct fhci_usb *usb) argument
521 fhci_flush_actual_frame(struct fhci_usb *usb) argument
573 fhci_tx_conf_interrupt(struct fhci_usb *usb) argument
587 fhci_host_transmit_actual_frame(struct fhci_usb *usb) argument
[all...]
/linux-master/drivers/usb/phy/
H A Dof.c9 #include <linux/usb/of.h>
10 #include <linux/usb/otg.h>
/linux-master/arch/mips/alchemy/common/
H A DMakefile10 setup.o sleeper.o dma.o dbdma.o vss.o irq.o usb.o
/linux-master/drivers/staging/vt6656/
H A Dusbpipe.c53 ret = usb_control_msg(priv->usb,
54 usb_sndctrlpipe(priv->usb, 0),
113 ret = usb_control_msg(priv->usb,
114 usb_rcvctrlpipe(priv->usb, 0),
181 dev_dbg(&priv->usb->dev, "---->s_nsInterruptProcessData\n");
229 dev_dbg(&priv->usb->dev, "%s status = %d\n", __func__, status);
237 dev_dbg(&priv->usb->dev, "Submit int URB failed %d\n", status);
244 dev_dbg(&priv->usb->dev, "---->Interrupt Polling Thread\n");
247 priv->usb,
248 usb_rcvintpipe(priv->usb,
460 struct vnt_tx_usb_header *usb; local
[all...]
/linux-master/drivers/net/wireless/realtek/rtw88/
H A Drtw8723du.c6 #include <linux/usb.h>
9 #include "usb.h"
18 MODULE_DEVICE_TABLE(usb, rtw_8723du_id_table);
/linux-master/arch/arm/mach-omap2/
H A Domap_phy_internal.c17 #include <linux/usb.h>
18 #include <linux/usb/musb.h>
/linux-master/drivers/phy/intel/
H A DMakefile3 obj-$(CONFIG_PHY_INTEL_KEEMBAY_USB) += phy-intel-keembay-usb.o
/linux-master/drivers/phy/qualcomm/
H A DMakefile2 obj-$(CONFIG_PHY_ATH79_USB) += phy-ath79-usb.o
5 obj-$(CONFIG_PHY_QCOM_IPQ4019_USB) += phy-qcom-ipq4019-usb.o
14 obj-$(CONFIG_PHY_QCOM_QMP_USB) += phy-qcom-qmp-usb.o
15 obj-$(CONFIG_PHY_QCOM_QMP_USB_LEGACY) += phy-qcom-qmp-usb-legacy.o
20 obj-$(CONFIG_PHY_QCOM_USB_HS) += phy-qcom-usb-hs.o
21 obj-$(CONFIG_PHY_QCOM_USB_HSIC) += phy-qcom-usb-hsic.o
22 obj-$(CONFIG_PHY_QCOM_USB_HS_28NM) += phy-qcom-usb-hs-28nm.o
23 obj-$(CONFIG_PHY_QCOM_USB_SS) += phy-qcom-usb-ss.o
25 obj-$(CONFIG_PHY_QCOM_IPQ806X_USB) += phy-qcom-ipq806x-usb.o
/linux-master/drivers/usb/typec/altmodes/
H A Dnvidia.c8 #include <linux/usb/typec_altmode.h>
9 #include <linux/usb/typec_dp.h>
/linux-master/drivers/net/wireless/mediatek/mt76/
H A Dusb.c16 MODULE_PARM_DESC(disable_usb_sg, "Disable usb scatter-gather support");
26 lockdep_assert_held(&dev->usb.usb_ctrl_mtx);
55 mutex_lock(&dev->usb.usb_ctrl_mtx);
59 mutex_unlock(&dev->usb.usb_ctrl_mtx);
67 struct mt76_usb *usb = &dev->usb; local
72 addr, usb->data, sizeof(__le32));
74 data = get_unaligned_le32(usb->data);
105 mutex_lock(&dev->usb.usb_ctrl_mtx);
107 mutex_unlock(&dev->usb
115 struct mt76_usb *usb = &dev->usb; local
161 struct mt76_usb *usb = &dev->usb; local
193 struct mt76_usb *usb = &dev->usb; local
233 struct mt76_usb *usb = &dev->usb; local
260 struct mt76_usb *usb = &dev->usb; local
293 mt76u_set_endpoints(struct usb_interface *intf, struct mt76_usb *usb) argument
630 struct mt76_usb *usb = container_of(w, struct mt76_usb, rx_worker); local
761 struct mt76_usb *usb = container_of(w, struct mt76_usb, status_worker); local
798 struct mt76_usb *usb; local
1078 struct mt76_usb *usb = &dev->usb; local
[all...]
/linux-master/drivers/media/usb/gspca/gl860/
H A DMakefile10 ccflags-y += -I$(srctree)/drivers/media/usb/gspca
/linux-master/drivers/media/usb/gspca/stv06xx/
H A DMakefile10 ccflags-y += -I$(srctree)/drivers/media/usb/gspca
/linux-master/drivers/media/usb/gspca/m5602/
H A DMakefile12 ccflags-y += -I$(srctree)/drivers/media/usb/gspca
/linux-master/kernel/trace/
H A Drpm-traces.c13 #include <linux/usb.h>
/linux-master/include/uapi/linux/usb/
H A Dgadgetfs.h9 * when it's closed, the device disconnects from usb. Operations on
25 #include <linux/usb/ch9.h>
/linux-master/drivers/input/joystick/iforce/
H A DMakefile11 obj-$(CONFIG_JOYSTICK_IFORCE_USB) += iforce-usb.o
/linux-master/drivers/nfc/pn533/
H A DMakefile5 pn533_usb-objs = usb.o
/linux-master/include/linux/phy/
H A Domap_usb.h12 #include <linux/usb/phy_companion.h>

Completed in 431 milliseconds

1234567891011>>