Home
last modified time | relevance | path

Searched +full:0 +full:x1d6b (Results 1 – 25 of 28) sorted by relevance

12

/linux/drivers/usb/serial/
H A Dusb_debug.c18 0x00,
19 0xff,
20 0x01,
21 0xfe,
22 0x00,
23 0xfe,
24 0x01,
25 0xff,
29 { USB_DEVICE(0x0525, 0x127a) },
34 { USB_DEVICE(0x1d6b, 0x0010) },
[all …]
/linux/drivers/usb/early/
H A Dxhci-dbc.h23 __le32 __reserved_0; /* 0c~0f reserved bits */
35 #define DEBUG_MAX_BURST(p) (((p) >> 16) & 0xff)
37 #define CTRL_DBC_RUN BIT(0)
44 #define DCST_DEBUG_PORT(p) (((p) >> 24) & 0xff)
46 #define PORTSC_CONN_STATUS BIT(0)
102 #define XDBC_VENDOR_ID 0x1d6b /* Linux Foundation 0x1d6b */
103 #define XDBC_PRODUCT_ID 0x0011 /* __le16 idProduct; device 0011 */
104 #define XDBC_DEVICE_REV 0x0010 /* 0.10 */
129 * Rings", these should be 0 and 1, and those are the values AMD machines give
135 #define XDBC_EPID_OUT 0
[all …]
/linux/drivers/usb/host/
H A Dxhci-dbgcap.h19 __le32 __reserved_0; /* 0c~0f reserved bits */
40 #define DBC_CTRL_DBC_RUN BIT(0)
46 #define DBC_CTRL_MAXBURST(p) (((p) >> 16) & 0xff)
47 #define DBC_DOOR_BELL_TARGET(p) (((p) & 0xff) << 8)
59 #define DBC_PORTSC_CONN_STATUS BIT(0)
74 #define DBC_VENDOR_ID 0x1d6b /* Linux Foundation 0x1d6b */
75 #define DBC_PRODUCT_ID 0x0010 /* device 0010 */
76 #define DBC_DEVICE_REV 0x0010 /* 0.10 */
79 DS_DISABLED = 0,
182 #define BULK_OUT 0
[all …]
/linux/Documentation/devicetree/bindings/usb/
H A Daspeed,usb-vhub.yaml77 const: 0
80 '^string@[0-9a-f]+$':
117 reg = <0x1e6a0000 0x300>;
123 pinctrl-0 = <&pinctrl_usb2ad_default>;
125 vhub-vendor-id = <0x1d6b>;
126 vhub-product-id = <0x0107>;
127 vhub-device-revision = <0x0100>;
130 #size-cells = <0>;
133 reg = <0x409>;
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-pci-drivers-xhci_hcd37 The default value is 0x1d6b (Linux Foundation).
50 The default value is 0x0010. It can be any 16-bit integer.
62 The default value is 0x0010. (device rev 0.10)
76 Other permissible value is 0 which is for vendor defined debug
84 DbC events. Unit is milliseconds. Accepted values range from 0
/linux/tools/usb/ffs-aio-example/multibuff/host_app/
H A Dtest.c33 #define VENDOR 0x1d6b
34 #define PRODUCT 0x0105
68 state->attached = 0; in test_init()
77 if (cnt <= 0) { in test_init()
82 for (i = 0; i < cnt; ++i) { in test_init()
108 if (libusb_claim_interface(state->handle, 0)) { in test_init()
109 ret = libusb_detach_kernel_driver(state->handle, 0); in test_init()
116 ret = libusb_claim_interface(state->handle, 0); in test_init()
124 return 0; in test_init()
128 libusb_attach_kernel_driver(state->handle, 0); in test_init()
[all …]
/linux/tools/usb/ffs-aio-example/simple/host_app/
H A Dtest.c33 #define VENDOR 0x1d6b
34 #define PRODUCT 0x0105
68 state->attached = 0; in test_init()
77 if (cnt <= 0) { in test_init()
82 for (i = 0; i < cnt; ++i) { in test_init()
108 if (libusb_claim_interface(state->handle, 0)) { in test_init()
109 ret = libusb_detach_kernel_driver(state->handle, 0); in test_init()
116 ret = libusb_claim_interface(state->handle, 0); in test_init()
124 return 0; in test_init()
128 libusb_attach_kernel_driver(state->handle, 0); in test_init()
[all …]
/linux/drivers/usb/gadget/legacy/
H A Dacm_ms.c27 #define ACM_MS_VENDOR_NUM 0x1d6b /* Linux Foundation */
28 #define ACM_MS_PRODUCT_NUM 0x0106 /* Composite Gadget: ACM + MS*/
41 .bDeviceClass = USB_CLASS_MISC /* 0xEF */,
68 .language = 0x0409, /* en-us */
126 if (status < 0) in acm_ms_do_config()
133 return 0; in acm_ms_do_config()
194 if (status < 0) in acm_ms_bind()
199 if (gadget_is_otg(gadget) && !otg_desc[0]) { in acm_ms_bind()
208 otg_desc[0] = usb_desc; in acm_ms_bind()
214 if (status < 0) in acm_ms_bind()
[all …]
H A Daudio.c39 /* Playback bInterval for HS/SS (1-4: fixed, 0: auto) */
43 "Playback bInterval for HS/SS (1-4: fixed, 0: auto)");
61 /* capture bInterval for HS/SS (1-4: fixed, 0: auto) */
65 "Capture bInterval for HS/SS (1-4: fixed, 0: auto)");
141 .language = 0x0409, /* en-us */
165 #define AUDIO_VENDOR_NUM 0x1d6b /* Linux Foundation */
166 #define AUDIO_PRODUCT_NUM 0x0101 /* Linux-USB Audio Gadget */
178 .bDeviceSubClass = 0,
179 .bDeviceProtocol = 0,
182 .bDeviceSubClass = 0x02,
[all …]
H A Dmulti.c47 #define MULTI_VENDOR_NUM 0x1d6b /* Linux Foundation */
48 #define MULTI_PRODUCT_NUM 0x0104 /* Multifunction Composite Gadget */
68 .bDeviceClass = USB_CLASS_MISC /* 0xEF */,
95 .language = 0x0409, /* en-us */
148 if (ret < 0) in rndis_do_config()
171 return 0; in rndis_do_config()
202 return 0; in rndis_config_register()
230 if (ret < 0) in cdc_do_config()
254 return 0; in cdc_do_config()
285 return 0; in cdc_config_register()
[all …]
H A Dg_ffs.c57 #define GFS_VENDOR_ID 0x1d6b /* Linux Foundation */
58 #define GFS_PRODUCT_ID 0x0105 /* FunctionFS Gadget */
84 module_param_array_named(functions, func_names, charp, &func_num, 0);
108 .language = 0x0409, /* en-us */
181 int ret = 0; in gfs_init()
191 f_ffs[0] = kcalloc(func_num * N_CONF, sizeof(*f_ffs), GFP_KERNEL); in gfs_init()
192 if (!f_ffs[0]) { in gfs_init()
197 f_ffs[i] = f_ffs[0] + i * func_num; in gfs_init()
205 for (i = 0; i < func_num; i++) { in gfs_init()
228 return 0; in gfs_init()
[all …]
H A Dether.c99 #define rndis_borrow_net(...) do {} while (0)
115 #define CDC_VENDOR_NUM 0x0525 /* NetChip */
116 #define CDC_PRODUCT_NUM 0xa4a1 /* Linux-USB Ethernet Gadget */
129 #define SIMPLE_VENDOR_NUM 0x049f
130 #define SIMPLE_PRODUCT_NUM 0x505a
137 #define RNDIS_VENDOR_NUM 0x0525 /* NetChip */
138 #define RNDIS_PRODUCT_NUM 0xa4a2 /* Ethernet/RNDIS Gadget */
141 #define EEM_VENDOR_NUM 0x1d6b /* Linux Foundation */
142 #define EEM_PRODUCT_NUM 0x0102 /* EEM Gadget */
153 .bDeviceSubClass = 0,
[all …]
H A Dwebcam.c32 MODULE_PARM_DESC(streaming_maxburst, "0 - 15 (ss only)");
38 #define WEBCAM_VENDOR_ID 0x1d6b /* Linux Foundation */
39 #define WEBCAM_PRODUCT_ID 0x0102 /* Webcam A/V gadget */
40 #define WEBCAM_DEVICE_BCD 0x0010 /* 0.10 */
59 .language = 0x0409, /* en-us */
76 .bDeviceSubClass = 0x02,
77 .bDeviceProtocol = 0x01,
78 .bMaxPacketSize0 = 0, /* dynamic */
82 .iManufacturer = 0, /* dynamic */
83 .iProduct = 0, /* dynamic */
[all …]
/linux/tools/usb/usbip/vudc/
H A Dvudc_server_example.sh45 ID_VENDOR="0x1d6b"
46 ID_PRODUCT="0x0104"
69 [[ -d /sys/class/udc/usbip-vudc.0 ]] || modprobe usbip-vudc num=1
76 echo "usbip-vudc.0" > UDC
97 # usbipd: info: request 0x8005(6): complete
99 # usbip-vudc.0: Linux Foundation : unknown product (1d6b:0104)
100 # : /sys/devices/platform/usbip-vudc.0
105 # $ usbip attach -r $SERVER_IP -d usbip-vudc.0
/linux/drivers/scsi/isci/
H A Dinit.c68 #define DRV_VERSION "1.2.0"
75 { PCI_VDEVICE(INTEL, 0x1D61),},
76 { PCI_VDEVICE(INTEL, 0x1D63),},
77 { PCI_VDEVICE(INTEL, 0x1D65),},
78 { PCI_VDEVICE(INTEL, 0x1D67),},
79 { PCI_VDEVICE(INTEL, 0x1D69),},
80 { PCI_VDEVICE(INTEL, 0x1D6B),},
81 { PCI_VDEVICE(INTEL, 0x1D60),},
82 { PCI_VDEVICE(INTEL, 0x1D62),},
83 { PCI_VDEVICE(INTEL, 0x1D64),},
[all …]
/linux/drivers/usb/core/
H A Dhcd.c119 0x12, /* __u8 bLength; */
121 0x10, 0x03, /* __le16 bcdUSB; v3.1 */
123 0x09, /* __u8 bDeviceClass; HUB_CLASSCODE */
124 0x00, /* __u8 bDeviceSubClass; */
125 0x03, /* __u8 bDeviceProtocol; USB 3 hub */
126 0x09, /* __u8 bMaxPacketSize0; 2^9 = 512 Bytes */
128 0x6b, 0x1d, /* __le16 idVendor; Linux Foundation 0x1d6b */
129 0x03, 0x00, /* __le16 idProduct; device 0x0003 */
132 0x03, /* __u8 iManufacturer; */
133 0x02, /* __u8 iProduct; */
[all …]
/linux/drivers/usb/gadget/udc/aspeed-vhub/
H A Dhub.c56 .bcdUSB = cpu_to_le16(0x0200),
58 .bDeviceSubClass = 0,
61 .idVendor = cpu_to_le16(0x1d6b),
62 .idProduct = cpu_to_le16(0x0107),
63 .bcdDevice = cpu_to_le16(0x0100),
71 .bLength = 0xA,
73 .bcdUSB = cpu_to_le16(0x0200),
75 .bDeviceSubClass = 0,
76 .bDeviceProtocol = 0,
79 .bRESERVED = 0,
[all …]
/linux/drivers/gpu/drm/meson/
H A Dmeson_registers.h18 #define VPP2_DUMMY_DATA 0x1900
19 #define VPP2_LINE_IN_LENGTH 0x1901
20 #define VPP2_PIC_IN_HEIGHT 0x1902
21 #define VPP2_SCALE_COEF_IDX 0x1903
22 #define VPP2_SCALE_COEF 0x1904
23 #define VPP2_VSC_REGION12_STARTP 0x1905
24 #define VPP2_VSC_REGION34_STARTP 0x1906
25 #define VPP2_VSC_REGION4_ENDP 0x1907
26 #define VPP2_VSC_START_PHASE_STEP 0x1908
27 #define VPP2_VSC_REGION0_PHASE_SLOPE 0x1909
[all …]
/linux/drivers/gpu/drm/amd/include/asic_reg/dce/
H A Ddce_6_0_d.h26 #define ixATTR00 0x0000
27 #define ixATTR01 0x0001
28 #define ixATTR02 0x0002
29 #define ixATTR03 0x0003
30 #define ixATTR04 0x0004
31 #define ixATTR05 0x0005
32 #define ixATTR06 0x0006
33 #define ixATTR07 0x0007
34 #define ixATTR08 0x0008
35 #define ixATTR09 0x0009
[all …]
H A Ddce_8_0_d.h27 #define mmPIPE0_PG_CONFIG 0x1760
28 #define mmPIPE0_PG_ENABLE 0x1761
29 #define mmPIPE0_PG_STATUS 0x1762
30 #define mmPIPE1_PG_CONFIG 0x1764
31 #define mmPIPE1_PG_ENABLE 0x1765
32 #define mmPIPE1_PG_STATUS 0x1766
33 #define mmPIPE2_PG_CONFIG 0x1768
34 #define mmPIPE2_PG_ENABLE 0x1769
35 #define mmPIPE2_PG_STATUS 0x176a
36 #define mmPIPE3_PG_CONFIG 0x176c
[all …]
H A Ddce_11_0_d.h27 #define mmPIPE0_PG_CONFIG 0x2c0
28 #define mmPIPE0_PG_ENABLE 0x2c1
29 #define mmPIPE0_PG_STATUS 0x2c2
30 #define mmPIPE1_PG_CONFIG 0x2c3
31 #define mmPIPE1_PG_ENABLE 0x2c4
32 #define mmPIPE1_PG_STATUS 0x2c5
33 #define mmPIPE2_PG_CONFIG 0x2c6
34 #define mmPIPE2_PG_ENABLE 0x2c7
35 #define mmPIPE2_PG_STATUS 0x2c8
36 #define mmDCFEV0_PG_CONFIG 0x2db
[all …]
H A Ddce_10_0_d.h27 #define mmPIPE0_PG_CONFIG 0x2c0
28 #define mmPIPE0_PG_ENABLE 0x2c1
29 #define mmPIPE0_PG_STATUS 0x2c2
30 #define mmPIPE1_PG_CONFIG 0x2c3
31 #define mmPIPE1_PG_ENABLE 0x2c4
32 #define mmPIPE1_PG_STATUS 0x2c5
33 #define mmPIPE2_PG_CONFIG 0x2c6
34 #define mmPIPE2_PG_ENABLE 0x2c7
35 #define mmPIPE2_PG_STATUS 0x2c8
36 #define mmPIPE3_PG_CONFIG 0x2c9
[all …]
H A Ddce_11_2_d.h27 #define mmPIPE0_PG_CONFIG 0x2c0
28 #define mmPIPE0_PG_ENABLE 0x2c1
29 #define mmPIPE0_PG_STATUS 0x2c2
30 #define mmPIPE1_PG_CONFIG 0x2c3
31 #define mmPIPE1_PG_ENABLE 0x2c4
32 #define mmPIPE1_PG_STATUS 0x2c5
33 #define mmPIPE2_PG_CONFIG 0x2c6
34 #define mmPIPE2_PG_ENABLE 0x2c7
35 #define mmPIPE2_PG_STATUS 0x2c8
36 #define mmPIPE3_PG_CONFIG 0x2c9
[all …]
/linux/drivers/gpu/drm/amd/include/asic_reg/dcn/
H A Ddcn_2_1_0_offset.h27 // base address: 0x48
28 …VGA_MEM_WRITE_PAGE_ADDR 0x0000
29 …ne mmVGA_MEM_WRITE_PAGE_ADDR_BASE_IDX 0
30 …VGA_MEM_READ_PAGE_ADDR 0x0001
31 …ne mmVGA_MEM_READ_PAGE_ADDR_BASE_IDX 0
35 // base address: 0x3b4
36 …CRTC8_IDX 0x002d
38 …CRTC8_DATA 0x002d
40 …GENFC_WT 0x002e
42 …GENS1 0x002e
[all …]
H A Ddcn_1_0_offset.h27 // base address: 0x1300000
31 // base address: 0x1300000
35 // base address: 0x1300000
39 // base address: 0x1300000
43 // base address: 0x1300000
47 // base address: 0x1300020
51 // base address: 0x1300040
55 // base address: 0x1300060
59 // base address: 0x1300080
63 // base address: 0x13000a0
[all …]

12