PATH:
usr
/
src
/
kernels
/
5.14.0-611.49.2.el9_7.x86_64
/
include
/
linux
/
usb
// SPDX-License-Identifier: GPL-2.0+ /* * usb_c67x00.h: platform definitions for the Cypress C67X00 USB chip * * Copyright (C) 2006-2008 Barco N.V. */ #ifndef _LINUX_USB_C67X00_H #define _LINUX_USB_C67X00_H /* SIE configuration */ #define C67X00_SIE_UNUSED 0 #define C67X00_SIE_HOST 1 #define C67X00_SIE_PERIPHERAL_A 2 /* peripheral on A port */ #define C67X00_SIE_PERIPHERAL_B 3 /* peripheral on B port */ #define c67x00_sie_config(config, n) (((config)>>(4*(n)))&0x3) #define C67X00_SIE1_UNUSED (C67X00_SIE_UNUSED << 0) #define C67X00_SIE1_HOST (C67X00_SIE_HOST << 0) #define C67X00_SIE1_PERIPHERAL_A (C67X00_SIE_PERIPHERAL_A << 0) #define C67X00_SIE1_PERIPHERAL_B (C67X00_SIE_PERIPHERAL_B << 0) #define C67X00_SIE2_UNUSED (C67X00_SIE_UNUSED << 4) #define C67X00_SIE2_HOST (C67X00_SIE_HOST << 4) #define C67X00_SIE2_PERIPHERAL_A (C67X00_SIE_PERIPHERAL_A << 4) #define C67X00_SIE2_PERIPHERAL_B (C67X00_SIE_PERIPHERAL_B << 4) struct c67x00_platform_data { int sie_config; /* SIEs config (C67X00_SIEx_*) */ unsigned long hpi_regstep; /* Step between HPI registers */ }; #endif /* _LINUX_USB_C67X00_H */
[-] uvc.h
[edit]
[-] pd_ado.h
[edit]
[-] tcpm.h
[edit]
[-] ehci_pdriver.h
[edit]
[-] onboard_dev.h
[edit]
[-] rndis_host.h
[edit]
[-] tcpci.h
[edit]
[-] sl811.h
[edit]
[-] isp1362.h
[edit]
[-] pd_bdo.h
[edit]
[-] otg.h
[edit]
[-] typec_dp.h
[edit]
[-] audio-v3.h
[edit]
[-] iowarrior.h
[edit]
[-] ohci_pdriver.h
[edit]
[-] otg-fsm.h
[edit]
[-] typec_tbt.h
[edit]
[-] midi-v2.h
[edit]
[-] typec_altmode.h
[edit]
[-] typec_mux.h
[edit]
[-] webusb.h
[edit]
[-] uas.h
[edit]
[-] pd.h
[edit]
[-] net2280.h
[edit]
[-] functionfs.h
[edit]
[-] cdc.h
[edit]
[-] typec_retimer.h
[edit]
[-] renesas_usbhs.h
[edit]
[-] phy_companion.h
[edit]
[-] usbnet.h
[edit]
[-] ch9.h
[edit]
[-] tegra_usb_phy.h
[edit]
[-] xhci-dbgp.h
[edit]
[-] g_hid.h
[edit]
[-] quirks.h
[edit]
[-] input.h
[edit]
[-] role.h
[edit]
[-] chipidea.h
[edit]
[-] isp116x.h
[edit]
[-] phy.h
[edit]
[-] ezusb.h
[edit]
[-] typec.h
[edit]
[-] ehci-dbgp.h
[edit]
[-] cdc_ncm.h
[edit]
[-] hcd.h
[edit]
[-] pd_vdo.h
[edit]
[-] r8152.h
[edit]
[-] usb338x.h
[edit]
[-] ulpi.h
[edit]
[-] audio-v2.h
[edit]
[-] gadget.h
[edit]
[-] serial.h
[edit]
[-] irda.h
[edit]
[-] ljca.h
[edit]
[-] of.h
[edit]
[-] usb_phy_generic.h
[edit]
[-] c67x00.h
[edit]
[-] musb.h
[edit]
[-] ehci_def.h
[edit]
[-] ccid.h
[edit]
[-] storage.h
[edit]
[-] isp1301.h
[edit]
[-] r8a66597.h
[edit]
[-] m66592.h
[edit]
[-] pd_ext_sdb.h
[edit]
[-] composite.h
[edit]
[+]
..
[-] cdc-wdm.h
[edit]
[-] audio.h
[edit]
[-] gadget_configfs.h
[edit]
[-] musb-ux500.h
[edit]