Home
last modified time | relevance | path

Searched refs:product (Results 201 – 225 of 1031) sorted by relevance

12345678910>>...42

/openbmc/linux/drivers/hid/
H A Dhid-holtek-mouse.c40 switch (hdev->product) { in holtek_mouse_report_fixup()
H A Dhid-letsketch.c91 input->id.product = data->hdev->product; in letsketch_alloc_input_dev()
H A Dhid-picolcd_core.c227 if (hdev->product == USB_DEVICE_ID_PICOLCD_BOOTLOADER) in picolcd_reset()
434 idev->id.product = hdev->product; in picolcd_init_keys()
543 if (hdev->product == USB_DEVICE_ID_PICOLCD_BOOTLOADER) in picolcd_probe()
H A Dhid-elecom.c59 switch (hdev->product) { in elecom_report_fixup()
/openbmc/obmc-ikvm/
H A Dcreate_usbhid.sh21 echo "Virtual Keyboard and Mouse" > strings/0x409/product
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-class-power-rt946711 product enter shipping stage. After entering shipping mode,
/openbmc/linux/drivers/input/touchscreen/
H A Dtsc2005.c21 .product = 2005,
H A Dtps6507x-ts.c258 input_dev->id.product = init_data->product; in tps6507x_ts_probe()
/openbmc/linux/arch/arm/boot/dts/marvell/
H A Dkirkwood-ns2mini.dts8 /* This machine is embedded in the first LaCie CloudBox product. */
H A Darmada-370-seagate-personal-cloud-2bay.dts16 * Material desc (product spec) : STCSxxxxxxx
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-proto/
H A Dxorgproto_2024.1.bb5 BUGTRACKER = "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg"
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Dti,tlv320adc3xxx.yaml14 https://www.ti.com/product/TLV320ADC3001
15 https://www.ti.com/product/TLV320ADC3101
/openbmc/openbmc/poky/documentation/dev-manual/
H A Dvulnerabilities.rst20 Security is a process, not a product, and thus at any time, a number of security
101 Fixing CVE product name and version mappings
105 product name when querying the CVE database. If this mapping contains false positives, e.g.
108 in the recipe name to CVE product mapping. These mapping issues can be fixed by setting
112 The variable supports using vendor and product names like this::
117 product is ``flex``. With this setting the ``flex`` recipe only maps to this specific
118 product and not products from other vendors with same name ``flex``.
/openbmc/openbmc/meta-phosphor/classes/
H A Dobmc-phosphor-utils.bbclass17 lst = [fmt.format(*x) for x in itertools.product(*lists)]
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/
H A Dxcb-util.inc10 BUGTRACKER = "https://bugs.freedesktop.org/enter_bug.cgi?product=XCB"
/openbmc/openbmc/meta-phosphor/recipes-connectivity/jsnbd/jsnbd/
H A Dstate_hook57 echo "Virtual Media Device" > strings/0x409/product
/openbmc/linux/Documentation/devicetree/bindings/iio/dac/
H A Dmicrochip,mcp4728.yaml17 https://www.microchip.com/en-us/product/mcp4728
/openbmc/linux/arch/mips/ar7/
H A Dclock.c164 int product; in tnetd7300_get_clock() local
195 product = (mul & 1) ? in tnetd7300_get_clock()
198 return product / divisor; in tnetd7300_get_clock()
/openbmc/linux/include/linux/
H A Dmod_devicetable.h177 __u32 product; member
368 __u16 product; member
768 __u16 product; member
/openbmc/linux/drivers/usb/misc/
H A Dusb251xb.c137 char product[USB251XB_STRING_BUFSIZE]; member
336 memcpy(&i2c_wb[USB251XB_ADDR_PRODUCT_STRING], hub->product, in usb251xb_connect()
553 memset(hub->product, 0, USB251XB_STRING_BUFSIZE); in usb251xb_get_ofdata()
556 (wchar_t *)hub->product, in usb251xb_get_ofdata()
/openbmc/linux/drivers/hwmon/
H A Demc2103.c633 int manufacturer, product; in emc2103_detect() local
642 product = i2c_smbus_read_byte_data(new_client, REG_PRODUCT_ID); in emc2103_detect()
643 if ((product != 0x24) && (product != 0x26)) in emc2103_detect()
/openbmc/linux/arch/powerpc/platforms/cell/
H A Dcbe_powerbutton.c60 dev->id.product = 0x02; in cbe_powerbutton_init()
/openbmc/linux/drivers/media/platform/qcom/venus/
H A Dhfi_plat_bufs_v6.c272 u32 product; in size_h264d_hw_bin_buffer() local
274 product = width * height; in size_h264d_hw_bin_buffer()
275 size_yuv = (product <= BIN_BUFFER_THRESHOLD) ? in size_h264d_hw_bin_buffer()
276 ((BIN_BUFFER_THRESHOLD * 3) >> 1) : ((product * 3) >> 1); in size_h264d_hw_bin_buffer()
303 u32 product; in size_h265d_hw_bin_buffer() local
305 product = width * height; in size_h265d_hw_bin_buffer()
306 size_yuv = (product <= BIN_BUFFER_THRESHOLD) ? in size_h265d_hw_bin_buffer()
307 ((BIN_BUFFER_THRESHOLD * 3) >> 1) : ((product * 3) >> 1); in size_h265d_hw_bin_buffer()
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DMTLL11 …iana University -- short IU -- have the exclusive rights to license this product under the followi…
17 …"This product includes software developed at the University of Notre Dame, the Pervasive Technolog…
/openbmc/linux/Documentation/devicetree/bindings/usb/
H A Dusb-device.yaml33 "usbVID,PID", where VID is the vendor id and PID the product id.
65 the product id, CN is the configuration value and IN is the interface

12345678910>>...42