Home
last modified time | relevance | path

Searched full:ite (Results 1 – 25 of 54) sorted by relevance

123

/linux/arch/arm64/kvm/vgic/
H A Dvgic-debug.c327 * @ite: Pointer to the current its_ite within the device being processed.
331 * and the current ITE within that device.
335 struct its_ite *ite; member
342 * When the iterator completed processing the final ITE in the last device
344 * device and ITE pointers to NULL.
351 return !iter->dev && !iter->ite; in end_of_iter()
359 * This function moves the iterator to the next ITE within the current device,
360 * or to the first ITE of the next device if the current ITE is the last in
367 struct its_ite *ite = iter->ite; in vgic_its_iter_next() local
369 if (!ite || list_is_last(&ite->ite_list, &dev->itt_head)) { in vgic_its_iter_next()
[all …]
H A Dvgic-its.c230 struct its_ite *ite; in find_ite() local
236 list_for_each_entry(ite, &device->itt_head, ite_list) in find_ite()
237 if (ite->event_id == event_id) in find_ite()
238 return ite; in find_ite()
244 #define for_each_lpi_its(dev, ite, its) \ argument
246 list_for_each_entry(ite, &(dev)->itt_head, ite_list)
350 static void update_affinity_ite(struct kvm *kvm, struct its_ite *ite) in update_affinity_ite() argument
354 if (!its_is_collection_mapped(ite->collection)) in update_affinity_ite()
357 vcpu = collection_to_vcpu(kvm, ite->collection); in update_affinity_ite()
358 update_affinity(ite->irq, vcpu); in update_affinity_ite()
[all …]
/linux/Documentation/devicetree/bindings/display/bridge/
H A Dite,it6505.yaml4 $id: http://devicetree.org/schemas/display/bridge/ite,it6505.yaml#
7 title: ITE it6505
10 - Allen Chen <allen.chen@ite.com.tw>
35 const: ite,it6505
125 compatible = "ite,it6505";
/linux/Documentation/admin-guide/media/
H A Ddvb-usb-af9035-cardlist.rst45 * - ITE 9135 Generic
47 * - ITE 9135(9005) Generic
49 * - ITE 9135(9006) Generic
51 * - ITE 9303 Generic
/linux/drivers/hid/
H A Dhid-ite.c3 * HID driver for some ITE "special" devices
23 hid_info(hdev, "Fixing up Acer Sw5-012 ITE keyboard report descriptor\n"); in ite_report_fixup()
28 hid_info(hdev, "Fixing up Acer S1002/S1003 ITE keyboard report descriptor\n"); in ite_report_fixup()
33 hid_info(hdev, "Fixing up Acer Aspire Switch 10E (SW3-016) ITE keyboard report descriptor\n"); in ite_report_fixup()
144 MODULE_DESCRIPTION("HID driver for some ITE \"special\" devices");
/linux/drivers/media/tuners/
H A Dit913x.h3 * ITE Tech IT9137 silicon tuner driver
6 * IT9137 Copyright (C) ITE Tech Inc.
H A DKconfig64 tristate "ITE Tech IT913x silicon tuner"
69 ITE Tech IT913x silicon tuner driver.
/linux/drivers/usb/typec/mux/
H A Dit5205.c3 * ITE IT5205 Type-C USB alternate mode passive mux
244 if (of_property_read_bool(dev->of_node, "ite,ovp-enable") && client->irq) { in it5205_probe()
275 { .compatible = "ite,it5205" },
293 MODULE_DESCRIPTION("ITE IT5205 alternate mode passive MUX driver");
/linux/Documentation/hwmon/
H A Dit87.rst34 Datasheet: Once publicly available at the ITE website, but no longer
42 Datasheet: Once publicly available at the ITE website, but no longer
50 Datasheet: Once publicly available at the ITE website, but no longer
58 Datasheet: Once publicly available at the ITE website, but no longer
/linux/drivers/ata/
H A Dpata_it8213.c3 * pata_it8213.c - iTE Tech. Inc. IT8213 PATA driver
277 { PCI_VDEVICE(ITE, PCI_DEVICE_ID_ITE_8213), },
296 MODULE_DESCRIPTION("SCSI low-level driver for the ITE 8213");
H A Dpata_it821x.c16 * Based in part on the ITE vendor provided SCSI driver.
19 * http://www.ite.com.tw/EN/products_more.aspx?CategoryID=3&ID=5,91
960 { PCI_VDEVICE(ITE, PCI_DEVICE_ID_ITE_8211), },
961 { PCI_VDEVICE(ITE, PCI_DEVICE_ID_ITE_8212), },
H A DKconfig781 This option enables support for the ITE 821 PATA
790 This option enables support for the ITE 8211 and 8212
/linux/drivers/watchdog/
H A Dit87_wdt.c4 * for ITE IT87xx Environment Control - Low Pin Count Input / Output
12 * Data-sheets: Publicly available at the ITE website
13 * http://www.ite.com.tw/
H A Dadvantech_ec_wdt.c5 * This driver supports Advantech products with ITE based Embedded Controller.
/linux/drivers/media/rc/
H A Dite-cir.h3 * Driver for ITE Tech Inc. IT8712F/IT8512F CIR
9 #define ITE_DRIVER_NAME "ite-cir"
77 /* ITE CIR device structure */
419 * specification is publicly available on ITE's web site, but the
H A DMakefile38 obj-$(CONFIG_IR_ITE_CIR) += ite-cir.o
H A Dfintek-cir.h8 * This driver is based upon the nuvoton, ite and ene drivers for
H A Dite-cir.c3 * Driver for ITE Tech Inc. IT8712F/IT8512 CIR
32 #include "ite-cir.h"
1505 MODULE_DESCRIPTION("ITE Tech Inc. IT8712F/ITE8512F CIR driver");
/linux/tools/testing/selftests/hid/tests/
H A Dtest_ite_keyboard.py16 logger = logging.getLogger("hidtools.test.ite-keyboard")
25 # The ITE keyboards have an issue regarding the Wifi key:
/linux/drivers/media/rc/keymaps/
H A Drc-it913x-v2.c2 /* ITE Generic remotes Version 2
H A Drc-it913x-v1.c2 /* ITE Generic remotes Version 1
/linux/arch/arm/include/asm/
H A Dfutex.h63 " ite eq @ explicit IT needed for the 2b label\n" in futex_atomic_cmpxchg_inatomic()
/linux/arch/arm64/boot/dts/mediatek/
H A Dmt8365-evk.dts304 compatible = "ite,it66121";
559 ite_pins: ite-pins {
/linux/drivers/media/dvb-frontends/
H A Daf9033_priv.h579 * ITE Tech IT9133 AX Omega tuner init
798 * ITE Tech IT9133 AX Omega LNA config 1 tuner init
1017 * ITE Tech IT9133 AX Omega LNA config 2 tuner init
1236 * ITE Tech IT9133 BX demod init
1337 * ITE Tech IT9133 BX Omega tuner init
1553 * ITE Tech IT9133 BX Omega LNA config 1 tuner init
1769 * ITE Tech IT9133 BX Omega LNA config 2 tuner init
/linux/drivers/comedi/drivers/
H A Ddas800.c63 #define ITE 0x1 macro
398 conv_bits |= CASC | ITE; in das800_ai_do_cmd()

123