Home
last modified time | relevance | path

Searched refs:third (Results 1 – 18 of 18) sorted by relevance

/drivers/gpu/drm/i915/display/
A Dintel_quirks.c99 #define SINK_OUI(first, second, third) { (first), (second), (third) } argument
100 #define SINK_DEVICE_ID(first, second, third, fourth, fifth, sixth) \ argument
101 { (first), (second), (third), (fourth), (fifth), (sixth) }
/drivers/of/unittest-data/
A Dtests-phandle.dtsi58 phandle-list-names = "first", "second", "third";
/drivers/parisc/
A DREADME.dino6 ** equipped with third-party or customer-installed PCI I/O expansion
/drivers/net/wireless/realtek/rtl8xxxu/
A DKconfig35 author or reported to be working by third parties.
/drivers/crypto/ccp/
A DKconfig47 enable third-party trusted applications.
/drivers/net/wireless/broadcom/b43legacy/
A Dradio.c133 s16 first, s16 second, s16 third) in b43legacy_set_all_gains() argument
154 if (third != -1) { in b43legacy_set_all_gains()
155 tmp = ((u16)third << 14) | ((u16)third << 6); in b43legacy_set_all_gains()
/drivers/media/common/v4l2-tpg/
A Dv4l2-tpg-core.c590 int third; in color_to_hsv() local
623 third = 0; in color_to_hsv()
626 third = third_size; in color_to_hsv()
629 third = third_size * 2; in color_to_hsv()
635 aux += third; in color_to_hsv()
/drivers/gpu/drm/display/
A Ddrm_dp_helper.c2523 #define OUI(first, second, third) { (first), (second), (third) } argument
2524 #define DEVICE_ID(first, second, third, fourth, fifth, sixth) \ argument
2525 { (first), (second), (third), (fourth), (fifth), (sixth) }
/drivers/tty/
A DKconfig23 one can be used for a text-mode user session, and a third could run
68 would use the third virtual terminal as system console. (Try "man
/drivers/net/wireless/broadcom/b43/
A Dphy_g.c297 s16 first, s16 second, s16 third) in b43_set_all_gains() argument
319 if (third != -1) { in b43_set_all_gains()
320 tmp = ((u16) third << 14) | ((u16) third << 6); in b43_set_all_gains()
/drivers/net/mdio/
A DKconfig59 third revision of the ASPEED MDIO register interface - the first two
/drivers/auxdisplay/
A DKconfig397 The third standard parallel port address is 0x3BC.
/drivers/usb/serial/
A DKconfig130 parallel port on the USB 2 appears as a third serial port on Linux.
/drivers/block/
A Drbd.c7209 struct rbd_device *third; in rbd_dev_remove_parent() local
7215 while (second && (third = second->parent)) { in rbd_dev_remove_parent()
7217 second = third; in rbd_dev_remove_parent()
/drivers/gpu/drm/
A Ddrm_edid.c54 static int oui(u8 first, u8 second, u8 third) in oui() argument
56 return (first << 16) | (second << 8) | third; in oui()
/drivers/watchdog/
A DKconfig1882 NMI that prints a message. The third expiration causes a
1900 will reboot on third timeout.
/drivers/hwmon/
A DKconfig61 third revision of the Abit uGuru chip. Only reading the sensors
62 and their settings is supported. The third revision of the Abit
/drivers/spi/
A DKconfig365 FIFOs of 64 words depth, 4x CSs, but the third one as being a

Completed in 81 milliseconds