Home
last modified time | relevance | path

Searched full:gpos (Results 1 – 10 of 10) sorted by relevance

/linux-6.12.1/drivers/gpio/
Dgpio-twl6040.c3 * Access to GPOs on TWL6040 chip
43 /* This only drives GPOs, and can't change direction */ in twl6040gpo_direction_out()
Dgpio-tps65218.c57 /* Only drives GPOs */ in tps65218_gpio_output()
Dgpio-bd71815.c3 * Support to GPOs on ROHM BD71815
DKconfig1261 Support for GPO(s) on ROHM BD71815 PMIC. There are two GPOs
1414 This driver supports the GPO on TI Lp873x PMICs. 2 GPOs are present
/linux-6.12.1/Documentation/devicetree/bindings/media/i2c/
Dti,ds90ub913.yaml24 number must be in range of [0, 3]. Note that GPOs 2 and 3 are not
/linux-6.12.1/arch/x86/boot/
Dvesa.h53 u8 gpos; /* 34 */ member
/linux-6.12.1/drivers/gpu/drm/stm/
Dltdc.c554 int psize, alen, apos, rlen, rpos, glen, gpos, blen, bpos; in ltdc_set_flexible_pixel_format() local
560 glen = 8; gpos = 8; blen = 8; bpos = 16; in ltdc_set_flexible_pixel_format()
565 glen = 5; gpos = 5; blen = 5; bpos = 0; in ltdc_set_flexible_pixel_format()
570 glen = 4; gpos = 4; blen = 4; bpos = 0; in ltdc_set_flexible_pixel_format()
575 glen = 8; gpos = 0; blen = 8; bpos = 0; in ltdc_set_flexible_pixel_format()
580 glen = 4; gpos = 0; blen = 4; bpos = 0; in ltdc_set_flexible_pixel_format()
585 glen = 8; gpos = 0; blen = 8; bpos = 0; in ltdc_set_flexible_pixel_format()
597 (psize << 18) + (blen << 14) + (bpos << 9) + (glen << 5) + gpos); in ltdc_set_flexible_pixel_format()
/linux-6.12.1/Documentation/devicetree/bindings/mfd/
Drohm,bd71815-pmic.yaml16 counter, a real-time clock (RTC), and a 32.768 kHz clock gate and two GPOs.
/linux-6.12.1/sound/pci/riptide/
Driptide.c242 #define SEND_GPOS(p,b,c,d) sendcmd(p,PARM|RESP,GPOS,BYTE3(c)|BYTE2(b),RET(d)) /* get positi…
307 0x20, PSTR, KSTR, KDMA, GPOS, SETF, GSTS, NGPOS, PSEL = enumerator
/linux-6.12.1/sound/soc/codecs/
Dtlv320adc3xxx.c976 * as GPOs. in adc3xxx_gpio_request()