Searched refs:usb (Results 26 - 50 of 1236) sorted by relevance

1234567891011>>

/linux-master/arch/powerpc/boot/dts/fsl/
H A Dqoriq-usb2-dr-0.dtsi35 usb@211000 {
H A Dqoriq-usb2-mph-0.dtsi35 usb@210000 {
/linux-master/drivers/media/radio/si4713/
H A DMakefile7 obj-$(CONFIG_USB_SI4713) += radio-usb-si4713.o
/linux-master/drivers/phy/motorola/
H A DMakefile6 obj-$(CONFIG_PHY_CPCAP_USB) += phy-cpcap-usb.o
/linux-master/drivers/phy/ralink/
H A DMakefile3 obj-$(CONFIG_PHY_RALINK_USB) += phy-ralink-usb.o
/linux-master/drivers/net/wireless/purelifi/plfxlc/
H A DMakefile3 plfxlc-objs += chip.o firmware.o usb.o mac.o
H A Dusb.h13 #include <linux/usb.h>
38 #define plfxlc_usb_dev(usb) (&(usb)->intf->dev)
67 spinlock_t lock; /* spin lock for usb interrupt buffer */
123 /* Contains the usb parts. The structure doesn't require a lock because intf
156 int plfxlc_usb_wreq_async(struct plfxlc_usb *usb, const u8 *buffer,
161 plfxlc_usb_to_usbdev(struct plfxlc_usb *usb) argument
163 return interface_to_usbdev(usb->intf);
173 plfxlc_usb_to_hw(struct plfxlc_usb *usb) argument
175 return plfxlc_intf_to_hw(usb
[all...]
/linux-master/arch/arm/mach-omap1/
H A Dusb.h6 #include <linux/platform_data/usb-omap1.h>
7 #include <linux/soc/ti/omap1-usb.h>
/linux-master/drivers/usb/gadget/function/
H A Du_phonet.h11 #include <linux/usb/composite.h>
12 #include <linux/usb/cdc.h>
H A Du_tcm.h16 #include <linux/usb/composite.h>
H A Du_printer.h16 #include <linux/usb/composite.h>
H A Du_gether.h16 #include <linux/usb/composite.h>
H A Du_eem.h16 #include <linux/usb/composite.h>
H A Du_ecm.h16 #include <linux/usb/composite.h>
H A Du_midi.h16 #include <linux/usb/composite.h>
/linux-master/drivers/usb/phy/
H A DMakefile10 obj-$(CONFIG_AB8500_USB) += phy-ab8500-usb.o
11 obj-$(CONFIG_FSL_USB2_OTG) += phy-fsl-usb.o
17 obj-$(CONFIG_TWL6030_USB) += phy-twl6030-usb.o
18 obj-$(CONFIG_USB_TEGRA_PHY) += phy-tegra-usb.o
19 obj-$(CONFIG_USB_GPIO_VBUS) += phy-gpio-vbus-usb.o
21 obj-$(CONFIG_USB_MV_OTG) += phy-mv-usb.o
22 obj-$(CONFIG_USB_MXS_PHY) += phy-mxs-usb.o
/linux-master/drivers/net/wireless/zydas/zd1211rw/
H A Dzd_usb.h15 #include <linux/usb.h>
203 /* Contains the usb parts. The structure doesn't require a lock because intf
218 #define zd_usb_dev(usb) (&usb->intf->dev)
220 static inline struct usb_device *zd_usb_to_usbdev(struct zd_usb *usb) argument
222 return interface_to_usbdev(usb->intf);
230 static inline struct ieee80211_hw *zd_usb_to_hw(struct zd_usb *usb) argument
232 return zd_intf_to_hw(usb->intf);
235 void zd_usb_init(struct zd_usb *usb, struct ieee80211_hw *hw,
237 int zd_usb_init_hw(struct zd_usb *usb);
261 zd_usb_ioread16(struct zd_usb *usb, u16 *value, const zd_addr_t addr) argument
[all...]
/linux-master/drivers/usb/roles/
H A DMakefile5 obj-$(CONFIG_USB_ROLES_INTEL_XHCI) += intel-xhci-usb-role-switch.o
/linux-master/sound/usb/6fire/
H A Dcommon.h14 #include <linux/usb.h>
/linux-master/sound/usb/hiface/
H A Dchip.h16 #include <linux/usb.h>
/linux-master/include/linux/usb/
H A Dusb_phy_generic.h5 #include <linux/usb/otg.h>
/linux-master/drivers/usb/host/
H A Dfhci-hcd.c23 #include <linux/usb.h>
24 #include <linux/usb/hcd.h>
58 u16 fhci_get_sof_timer_count(struct fhci_usb *usb) argument
60 return be16_to_cpu(in_be16(&usb->fhci->regs->usb_ussft) / 12);
64 static u32 endpoint_zero_init(struct fhci_usb *usb, argument
70 rc = fhci_create_ep(usb, data_mem, ring_len);
75 fhci_init_ep_registers(usb, usb->ep0, data_mem);
81 void fhci_usb_enable_interrupt(struct fhci_usb *usb) argument
83 struct fhci_hcd *fhci = usb
101 fhci_usb_disable_interrupt(struct fhci_usb *usb) argument
119 struct fhci_usb *usb = fhci->usb_lld; local
133 struct fhci_usb *usb = fhci->usb_lld; local
244 struct fhci_usb *usb = lld; local
259 struct fhci_usb *usb = fhci->usb_lld; local
306 struct fhci_usb *usb; local
468 struct fhci_usb *usb = fhci->usb_lld; local
[all...]
/linux-master/drivers/platform/chrome/
H A Dcros_typec_vdm.h6 #include <linux/usb/typec_altmode.h>
/linux-master/drivers/media/radio/si470x/
H A DMakefile7 obj-$(CONFIG_USB_SI470X) += radio-si470x-usb.o
/linux-master/drivers/phy/starfive/
H A DMakefile4 obj-$(CONFIG_PHY_STARFIVE_JH7110_USB) += phy-jh7110-usb.o

Completed in 223 milliseconds

1234567891011>>