Searched refs:ven (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | hid.h | 743 #define HID_DEVICE(b, g, ven, prod) \ argument 744 .bus = (b), .group = (g), .vendor = (ven), .product = (prod) 745 #define HID_USB_DEVICE(ven, prod) \ argument 746 .bus = BUS_USB, .vendor = (ven), .product = (prod) 747 #define HID_BLUETOOTH_DEVICE(ven, prod) \ argument 748 .bus = BUS_BLUETOOTH, .vendor = (ven), .product = (prod) 749 #define HID_I2C_DEVICE(ven, prod) \ argument 750 .bus = BUS_I2C, .vendor = (ven), .product = (prod)
|
H A D | rio_drv.h | 291 #define RIO_DEVICE(dev,ven) \ argument 292 .did = (dev), .vid = (ven), \
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/ |
H A D | se-Skroven | 1 # Sweden - Skröven
|
/openbmc/linux/include/scsi/ |
H A D | libfcoe.h | 283 #define MODULE_ALIAS_FCOE_PCI(ven, dev) \ argument 285 "v" __stringify(ven) \
|
/openbmc/linux/drivers/video/fbdev/matrox/ |
H A D | matroxfb_misc.c | 791 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()
|
/openbmc/linux/arch/arm64/boot/dts/mediatek/ |
H A D | mt6795-sony-xperia-m5.dts | 235 pins-fw-ven {
|
/openbmc/linux/arch/arm64/boot/dts/qcom/ |
H A D | msm8998-sony-xperia-yoshino.dtsi | 799 nfc_ven: nfc-ven-state {
|
/openbmc/linux/Documentation/translations/sp_SP/process/ |
H A D | coding-style.rst | 1132 Vim interpreta los marcadores que se ven así:
|
/openbmc/linux/Documentation/translations/sp_SP/ |
H A D | memory-barriers.txt | 1325 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
|