/Linux-v6.1/tools/usb/usbip/libsrc/ |
D | usbip_common.c | 94 dbg("%-20s = %x", to_string(name), (int) udev->name) 97 dbg("%-20s = %x", to_string(name), (int) uinf->name) 107 dbg("%-20s = %s", "Interface(C/SC/P)", buff); in dump_usb_interface() 114 dbg("%-20s = %s", "path", udev->path); in dump_usb_device() 115 dbg("%-20s = %s", "busid", udev->busid); in dump_usb_device() 121 dbg("%-20s = %s", "Device(C/SC/P)", buff); in dump_usb_device() 128 dbg("%-20s = %s", "Vendor/Product", buff); in dump_usb_device() 133 dbg("%-20s = %s", "speed", in dump_usb_device() 279 uint16_t product) in usbip_names_get_product() argument 283 prod = names_product(vendor, product); in usbip_names_get_product() [all …]
|
/Linux-v6.1/drivers/media/platform/atmel/ |
D | atmel-isc-regs.h | 114 #define ISC_DPC_CFG_GDCCLP_SHIFT 20 115 #define ISC_DPC_CFG_GDCCLP_MASK GENMASK(22, 20) 226 /* Offset for CSC register specific to sama5d2 product */ 228 /* Offset for CSC register specific to sama7g5 product */ 252 /* Offset for CBC register specific to sama5d2 product */ 254 /* Offset for CBC register specific to sama7g5 product */ 276 /* Offset for SUB422 register specific to sama5d2 product */ 278 /* Offset for SUB422 register specific to sama7g5 product */ 284 /* Offset for SUB420 register specific to sama5d2 product */ 286 /* Offset for SUB420 register specific to sama7g5 product */ [all …]
|
/Linux-v6.1/Documentation/ABI/testing/ |
D | sysfs-driver-hid-roccat-kone | 1 …es/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/kone/ro… 25 …es/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/kone/ro… 33 …es/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/kone/ro… 45 …es/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/kone/ro… 64 …es/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/kone/ro… 76 …es/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/kone/ro… 88 …es/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/kone/ro… 103 …es/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/kone/ro… 107 ranging from 5 to 20 grams which are recognized by the mouse 121 4 20g
|
/Linux-v6.1/arch/x86/platform/geode/ |
D | geos.c | 43 .poll_interval = 20, 105 const char *vendor, *product; in geos_init() local 114 product = dmi_get_system_info(DMI_PRODUCT_NAME); in geos_init() 115 if (!product || strcmp(product, "Geos")) in geos_init() 119 KBUILD_MODNAME, vendor, product); in geos_init()
|
D | alix.c | 59 .poll_interval = 20, 171 const char *vendor, *product; in alix_present_dmi() local 177 product = dmi_get_system_info(DMI_PRODUCT_NAME); in alix_present_dmi() 178 if (!product || (strcmp(product, "ALIX.2D") && strcmp(product, "ALIX.6"))) in alix_present_dmi() 182 KBUILD_MODNAME, vendor, product); in alix_present_dmi()
|
/Linux-v6.1/include/linux/usb/ |
D | pd_vdo.h | 93 * [3] :: (Product | Cable) VDO 109 * <29:27> :: product type (UFP / Cable / VPD) 111 * <25:23> :: product type (DFP) (SVDM version 2.0+ only; set to zero in version 1.0) 113 * <20:16> :: Reserved, Shall be set to zero 120 /* SOP Product Type (UFP) */ 127 /* SOP' Product Type (Cable Plug / VPD) */ 133 /* SOP Product Type (DFP) */ 163 * Product VDO 165 * <31:16> : USB Product ID 262 * <23:20> :: Reserved, Shall be set to zero [all …]
|
/Linux-v6.1/include/dt-bindings/usb/ |
D | pd.h | 38 #define PDO_BATT_MAX_VOLT_SHIFT 20 /* 50mV units */ 50 #define PDO_VAR_MAX_VOLT_SHIFT 20 /* 50mV units */ 102 * <29:27> :: product type (UFP / Cable / VPD) 104 * <25:23> :: product type (DFP) (SVDM version 2.0+ only; set to zero in version 1.0) 106 * <20:16> :: Reserved, Shall be set to zero 113 /* SOP Product Type (UFP) */ 120 /* SOP' Product Type (Cable Plug / VPD) */ 126 /* SOP Product Type (DFP) */ 145 * Product VDO 147 * <31:16> : USB Product ID [all …]
|
/Linux-v6.1/drivers/hid/ |
D | hid-magicmouse.c | 216 if (input->id.product == USB_DEVICE_ID_APPLE_MAGICMOUSE || in magicmouse_emit_touch() 217 input->id.product == USB_DEVICE_ID_APPLE_MAGICMOUSE2) { in magicmouse_emit_touch() 219 x = (tdata[1] << 28 | tdata[0] << 20) >> 20; in magicmouse_emit_touch() 220 y = -((tdata[2] << 24 | tdata[1] << 16) >> 20); in magicmouse_emit_touch() 227 } else if (input->id.product == USB_DEVICE_ID_APPLE_MAGICTRACKPAD2) { in magicmouse_emit_touch() 259 if (emulate_scroll_wheel && (input->id.product != in magicmouse_emit_touch() 359 if (input->id.product == USB_DEVICE_ID_APPLE_MAGICTRACKPAD2) in magicmouse_emit_touch() 363 if (input->id.product == USB_DEVICE_ID_APPLE_MAGICMOUSE || in magicmouse_emit_touch() 364 input->id.product == USB_DEVICE_ID_APPLE_MAGICMOUSE2) in magicmouse_emit_touch() 366 else if (input->id.product != in magicmouse_emit_touch() [all …]
|
D | hid-elecom.c | 58 switch (hdev->product) { in elecom_report_fixup() 70 * 20: button bit count in elecom_report_fixup() 75 mouse_button_fixup(hdev, rdesc, *rsize, 20, 28, 22, 14, 8); in elecom_report_fixup() 85 * 20: button usage maximum in elecom_report_fixup() 87 mouse_button_fixup(hdev, rdesc, *rsize, 12, 30, 14, 20, 6); in elecom_report_fixup() 98 * 20: button usage maximum in elecom_report_fixup() 100 mouse_button_fixup(hdev, rdesc, *rsize, 12, 30, 14, 20, 8); in elecom_report_fixup()
|
/Linux-v6.1/tools/leds/ |
D | get_led_device_info.sh | 59 product=`cat product` 62 product=`cat device/name` 73 product=`echo $compatible | awk -F, '{print $2}'` 98 if [ ! -z "$product" ]; then 99 printf "product:\t\t$product\n" 136 status_tab=20 170 elif [ "$devicename" = "$product" ]; then 171 print_msg_failed "$S_DEV" "$devicename" "Redundant: use of product name is discouraged"
|
/Linux-v6.1/Documentation/ABI/obsolete/ |
D | sysfs-driver-hid-roccat-isku | 1 …es/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/isku/ro… 12 …es/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/isku/ro… 20 …es/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/isku/ro… 31 …es/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/isku/ro… 41 …es/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/isku/ro… 51 …es/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/isku/ro… 61 …es/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/isku/ro… 71 …es/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/isku/ro… 81 …es/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/isku/ro… 91 …es/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/isku/ro… [all …]
|
D | sysfs-driver-hid-roccat-ryos | 1 …es/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/ryos/ro… 9 …es/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/ryos/ro… 21 …es/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/ryos/ro… 31 …es/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/ryos/ro… 41 …es/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/ryos/ro… 51 …es/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/ryos/ro… 61 …es/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/ryos/ro… 71 …es/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/ryos/ro… 81 …es/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/ryos/ro… 92 …es/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/ryos/ro… [all …]
|
/Linux-v6.1/drivers/usb/serial/ |
D | ftdi_sio_ids.h | 3 * vendor/product IDs (VID/PID) of devices using FTDI USB serial converters. 35 #define FTDI_SIO_PID 0x8372 /* Product Id SIO application of 8U100AX */ 36 #define FTDI_232RL_PID 0xFBFA /* Product ID for FT232RL */ 70 #define FTDI_CANDAPTER_PID 0x9F80 /* Product Id */ 101 /* OpenDCC (www.opendcc.de) product id */ 126 #define FTDI_MICRO_CHAMELEON_PID 0xCAA0 /* Product Id */ 151 #define FTDI_IPLUS_PID 0xD070 /* Product Id */ 152 #define FTDI_IPLUS2_PID 0xD071 /* Product Id */ 194 * Zolix (www.zolix.com.cb) product ids 199 * NDI (www.ndigital.com) product ids [all …]
|
/Linux-v6.1/include/linux/ |
D | mod_devicetable.h | 89 * @idProduct: Vendor-assigned product ID. 90 * @bcdDevice_lo: Low end of range of vendor-assigned product version numbers. 91 * This is also used to identify individual product versions, for 93 * @bcdDevice_hi: High end of version number range. The range of product 131 /* Used for product specific matches; range is inclusive */ 176 __u32 product; member 354 __u16 product; member 387 __u32 sversion; /* 20 bits */ 461 #define I2C_NAME_SIZE 20 471 #define PCI_EPF_NAME_SIZE 20 [all …]
|
/Linux-v6.1/Documentation/input/devices/ |
D | xpad.rst | 154 S: Product=XBOX DDR 164 For a full list of supported controllers and associated vendor and product 170 original Microsoft XBOX controller (US), vendor=0x045e, product=0x0202 171 smaller Microsoft XBOX controller (US), vendor=0x045e, product=0x0289 172 original Microsoft XBOX controller (Japan), vendor=0x045e, product=0x0285 173 InterAct PowerPad Pro (Germany), vendor=0x05fd, product=0x107a 174 RedOctane Xbox Dance Pad (US), vendor=0x0c12, product=0x8809 197 show 20 inputs (6 axes, 14 buttons).
|
/Linux-v6.1/Documentation/arm/ |
D | marvell.rst | 42 …- Product Brief : https://web.archive.org/web/20111027032509/http://www.marvell.com/embedded-proc… 45 …- Product Brief : https://web.archive.org/web/20111027032509/http://www.marvell.com/embedded-proc… 48 …- Product Brief : https://web.archive.org/web/20130730072715/http://www.marvell.com/embedded-proc… 53 …- Product Brief : https://web.archive.org/web/20131113121446/http://www.marvell.com/embedded-proc… 59 …- Product Brief : https://web.archive.org/web/20120616201621/http://www.marvell.com/embedded-proc… 64 …- Product Brief : https://web.archive.org/web/20130730091058/http://www.marvell.com/embedded-proc… 67 …- Product Brief : https://web.archive.org/web/20120131133709/http://www.marvell.com/embedded-proc… 74 …- Product Brief : https://web.archive.org/web/20120616201639/http://www.marvell.com/embedded-proc… 90 …- Product Brief : https://web.archive.org/web/20120616194711/http://www.marvell.com/embedded-proc… 95 …- Product Brief : https://web.archive.org/web/20140801121623/http://www.marvell.com/embedded-proc… [all …]
|
/Linux-v6.1/arch/nios2/kernel/ |
D | insnemu.S | 120 stw r5, 20(sp) 357 * A "product" is the number that one gets by summing a "multiplicand" 363 * they are faster. To compute the lower half of a product (pppp below) 364 * one shifts the product left before adding in each of the partial 367 * To compute the upper half of a product (PPPP below), one adds in the 369 * the add by a right shift of the product. 386 * opcodes is the value of the partial product associated with the sign 393 * opcodes is the value of the partial product associated with the sign 551 ldw r5, 20(sp)
|
/Linux-v6.1/Documentation/devicetree/bindings/net/ |
D | vertexcom-mse102x.yaml | 20 http://www.vertexcom.com/doc/MSE1022%20Product%20Brief.pdf
|
/Linux-v6.1/sound/usb/ |
D | usbaudio.h | 10 /* handling of USB vendor/product ID pairs as 32-bit numbers */ 11 #define USB_ID(vendor, product) (((unsigned int)(vendor) << 16) | (product)) argument 152 * Add a delay of 20ms at each control message handling
|
/Linux-v6.1/drivers/net/wireless/realtek/rtlwifi/rtl8192se/ |
D | fw.h | 54 /* 0x12: CE product, 0x92: IT product */ 56 /* 0x87: CE product, 0x81: IT product */ 282 H2C_SETKEY_CMD, /*20*/
|
/Linux-v6.1/Documentation/scsi/ |
D | aic7xxx.rst | 30 aic7859 10 PCI/32 20MHz 8Bit 3 31 aic7860 10 PCI/32 20MHz 8Bit 3 33 aic7880 10 PCI/32 20MHz 16Bit 16 34 aic7890 20 PCI/32 40MHz 16Bit 16 3 4 5 6 7 8 35 aic7891 20 PCI/64 40MHz 16Bit 16 3 4 5 6 7 8 36 aic7892 20 PCI/64-66 80MHz 16Bit 16 3 4 5 6 7 8 37 aic7895 15 PCI/32 20MHz 16Bit 16 2 3 4 5 38 aic7895C 15 PCI/32 20MHz 16Bit 16 2 3 4 5 8 39 aic7896 20 PCI/32 40MHz 16Bit 16 2 3 4 5 6 7 8 40 aic7897 20 PCI/64 40MHz 16Bit 16 2 3 4 5 6 7 8 [all …]
|
/Linux-v6.1/drivers/bluetooth/ |
D | btbcm.c | 63 * The address 00:20:70:02:A0:00 indicates a BCM20702A0 controller in btbcm_check_bdaddr() 66 * The address 20:70:02:A0:00:00 indicates a BCM20702A1 controller in btbcm_check_bdaddr() 69 * The address 20:76:A0:00:56:79 indicates a BCM2076B1 controller in btbcm_check_bdaddr() 334 bt_dev_err(hdev, "BCM: Read USB product info failed (%ld)", in btbcm_read_usb_product() 340 bt_dev_err(hdev, "BCM: USB product length mismatch"); in btbcm_read_usb_product() 592 /* Read USB Product Info */ in btbcm_initialize() 708 /* Read USB Product Info */ in btbcm_setup_apple() 711 bt_dev_info(hdev, "BCM: product %4.4x:%4.4x", in btbcm_setup_apple()
|
/Linux-v6.1/Documentation/hwmon/ |
D | g760a.rst | 12 http://www.gmt.com.tw/product/datasheet/EDS-760A.pdf 35 speed differs more than 20% with respect to the programmed fan speed;
|
/Linux-v6.1/arch/loongarch/include/asm/ |
D | cpu.h | 16 * | Reserved | Company ID | Series ID | Product ID | 44 * Particular Product ID values for bits 11:0 of the PRID register. 95 #define CPU_FEATURE_SCALEFREQ 20 /* CPU supports cpufreq scaling */
|
/Linux-v6.1/drivers/media/platform/chips-media/ |
D | coda-bit.c | 68 if (dev->devtype->product == CODA_HX4 || in coda_command_async() 69 dev->devtype->product == CODA_7541 || in coda_command_async() 70 dev->devtype->product == CODA_960) { in coda_command_async() 81 if (dev->devtype->product == CODA_960) { in coda_command_async() 125 if (dev->devtype->product == CODA_960) { in coda_hw_reset() 139 if (dev->devtype->product == CODA_960) in coda_hw_reset() 290 if (ctx->dev->devtype->product == CODA_960) in coda_bitstream_try_queue() 442 if ((dev->devtype->product == CODA_960) && in coda_bit_stream_end_flag() 455 if (dev->devtype->product == CODA_DX6) in coda_parabuf_write() 505 if (dev->devtype->product != CODA_DX6 && in coda_alloc_framebuffers() [all …]
|