PATH:
usr
/
src
/
kernels
/
5.14.0-611.49.2.el9_7.x86_64
/
include
/
linux
/
usb
// SPDX-License-Identifier: GPL-2.0 /* * M66592 driver platform data * * Copyright (C) 2009 Renesas Solutions Corp. */ #ifndef __LINUX_USB_M66592_H #define __LINUX_USB_M66592_H #define M66592_PLATDATA_XTAL_12MHZ 0x01 #define M66592_PLATDATA_XTAL_24MHZ 0x02 #define M66592_PLATDATA_XTAL_48MHZ 0x03 struct m66592_platdata { /* one = on chip controller, zero = external controller */ unsigned on_chip:1; /* one = big endian, zero = little endian */ unsigned endian:1; /* (external controller only) M66592_PLATDATA_XTAL_nnMHZ */ unsigned xtal:2; /* (external controller only) one = 3.3V, zero = 1.5V */ unsigned vif:1; /* (external controller only) set one = WR0_N shorted to WR1_N */ unsigned wr0_shorted_to_wr1:1; }; #endif /* __LINUX_USB_M66592_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]