Home
last modified time | relevance | path

Searched refs:ven (Results 1 – 7 of 7) sorted by relevance

/linux-6.3-rc2/include/linux/
A Dhid.h711 #define HID_DEVICE(b, g, ven, prod) \ argument
712 .bus = (b), .group = (g), .vendor = (ven), .product = (prod)
713 #define HID_USB_DEVICE(ven, prod) \ argument
714 .bus = BUS_USB, .vendor = (ven), .product = (prod)
715 #define HID_BLUETOOTH_DEVICE(ven, prod) \ argument
716 .bus = BUS_BLUETOOTH, .vendor = (ven), .product = (prod)
717 #define HID_I2C_DEVICE(ven, prod) \ argument
718 .bus = BUS_I2C, .vendor = (ven), .product = (prod)
A Drio_drv.h291 #define RIO_DEVICE(dev,ven) \ argument
292 .did = (dev), .vid = (ven), \
/linux-6.3-rc2/include/scsi/
A Dlibfcoe.h283 #define MODULE_ALIAS_FCOE_PCI(ven, dev) \ argument
285 "v" __stringify(ven) \
/linux-6.3-rc2/drivers/video/fbdev/matrox/
A Dmatroxfb_misc.c791 unsigned int ven = readb(b+0x64+0) | (readb(b+0x64+1) << 8); in matroxfb_read_pins() local
794 if (ven != pdev->vendor || dev != pdev->device) { in matroxfb_read_pins()
796 ven, dev, pdev->vendor, pdev->device); in matroxfb_read_pins()
/linux-6.3-rc2/arch/arm64/boot/dts/qcom/
A Dmsm8998-sony-xperia-yoshino.dtsi601 nfc_ven: nfc-ven-state {
/linux-6.3-rc2/Documentation/translations/sp_SP/process/
A Dcoding-style.rst1132 Vim interpreta los marcadores que se ven así:
/linux-6.3-rc2/Documentation/translations/sp_SP/
A Dmemory-barriers.txt1325 Muchas CPU especulan con las cargas: es decir, ven que necesitarán cargar
2852 determinada, ya que las CPU siempre ven sus propias cargas y stores como si

Completed in 19 milliseconds