Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Ds3c64xx-pinctrl.dtsi73 gpi: gpi { label
647 samsung,pins = "gpi-3", "gpi-4", "gpi-5", "gpi-6",
648 "gpi-7", "gpi-10", "gpi-11", "gpi-12",
649 "gpi-13", "gpi-14", "gpi-15", "gpj-3",
656 samsung,pins = "gpi-2", "gpi-3", "gpi-4", "gpi-5",
657 "gpi-6", "gpi-7", "gpi-10", "gpi-11",
658 "gpi-12", "gpi-13", "gpi-14", "gpi-15",
666 samsung,pins = "gpi-0", "gpi-1", "gpi-2", "gpi-3",
667 "gpi-4", "gpi-5", "gpi-6", "gpi-7",
668 "gpi-8", "gpi-9", "gpi-10", "gpi-11",
[all …]
H A Ds5pv210-fascinate4g.dts289 PIN_SLP(gpi-0, PREV, NONE);
290 PIN_SLP(gpi-1, INPUT, DOWN);
291 PIN_SLP(gpi-2, PREV, NONE);
292 PIN_SLP(gpi-3, PREV, NONE);
293 PIN_SLP(gpi-4, PREV, NONE);
294 PIN_SLP(gpi-5, INPUT, DOWN);
295 PIN_SLP(gpi-6, INPUT, DOWN);
H A Ds5pv210-galaxys.dts327 PIN_SLP(gpi-0, PREV, NONE);
328 PIN_SLP(gpi-1, INPUT, DOWN);
329 PIN_SLP(gpi-2, PREV, NONE);
330 PIN_SLP(gpi-3, PREV, NONE);
331 PIN_SLP(gpi-4, PREV, NONE);
332 PIN_SLP(gpi-5, INPUT, DOWN);
333 PIN_SLP(gpi-6, INPUT, DOWN);
H A Ds5pv210-pinctrl.dtsi205 gpi: gpi { label
352 samsung,pins = "gpi-0", "gpi-1", "gpi-2", "gpi-3",
353 "gpi-4", "gpi-5", "gpi-6";
/OK3568_Linux_fs/u-boot/arch/x86/cpu/ivybridge/
H A Dlpc.c114 int gpi; in pch_gpi_routing() local
120 for (reg = 0, gpi = 0; gpi < ARRAY_SIZE(route); gpi++) in pch_gpi_routing()
121 reg |= route[gpi] << (gpi * 2); in pch_gpi_routing()
/OK3568_Linux_fs/u-boot/arch/arm/dts/
H A Ds5pc100-pinctrl.dtsi86 gpi: gpi { label
H A Ds5pc110-pinctrl.dtsi98 gpi: gpi { label
/OK3568_Linux_fs/u-boot/doc/device-tree-bindings/misc/
H A Dintel-lpc.txt15 - intel,gpi-routing : Specifies the GPI routing. There are 16 cells, valid
60 intel,gpi-routing = <0 0 0 0 0 0 0 2
/OK3568_Linux_fs/u-boot/arch/arm/mach-socfpga/include/mach/
H A Dfpga_manager_gen5.h44 u32 gpi; member
H A Dfpga_manager_arria10.h62 u32 gpi; member
/OK3568_Linux_fs/kernel/drivers/input/misc/
H A Dcm109.c128 u8 gpi; /* Cached value of GPI (high nibble) */ member
390 if ((dev->gpi & 0xf0) == (dev->irq_data->byte[HID_IR1] & 0xf0)) in cm109_urb_irq_callback()
393 dev->gpi = dev->irq_data->byte[HID_IR1] & 0xf0; in cm109_urb_irq_callback()
/OK3568_Linux_fs/kernel/drivers/net/ipa/
H A Dgsi.c192 struct gsi_channel_scratch_gpi gpi; member
709 struct gsi_channel_scratch_gpi *gpi; in gsi_channel_program() local
755 gpi = &scr.gpi; in gsi_channel_program()
756 gpi->max_outstanding_tre = gsi_channel_trans_tre_max(gsi, channel_id) * in gsi_channel_program()
758 gpi->outstanding_threshold = 2 * GSI_RING_ELEMENT_SIZE; in gsi_channel_program()
/OK3568_Linux_fs/kernel/Documentation/misc-devices/
H A Dmax6875.rst33 - vin gpi vout
/OK3568_Linux_fs/buildroot/package/python-rpi-gpio/
H A D0001-fix-build-with-gcc-10.x.patch142 @@ -26,4 +26,4 @@ void pwm_set_duty_cycle(unsigned int gpi
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/freescale/
H A Dfsl-ls1028a-kontron-sl28.dts272 compatible = "kontron,sl28cpld-gpi";
/OK3568_Linux_fs/u-boot/arch/x86/dts/
H A Dchromebook_link.dts393 intel,gpi-routing = <0 0 0 0 0 0 0 2
H A Dchromebook_samus.dts522 intel,gpi-routing = <0 0 0 0 0 0 0 2
/OK3568_Linux_fs/kernel/drivers/hwmon/
H A Dlm93.c265 u8 gpi; member
960 data->gpi = lm93_read_byte(client, LM93_REG_GPI); in lm93_update_client_common()
2326 return sprintf(buf, "%d\n", LM93_GPI_FROM_REG(data->gpi)); in gpio_show()