OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GPIO_PIN_LOW
(Results
1 - 25
of
43
) sorted by relevancy
1
2
/src/sys/arch/evbarm/netwalker/
netwalker_spi.c
64
imxgpio_data_write(GPIO_NO(4, 24),
GPIO_PIN_LOW
);
68
imxgpio_data_write(GPIO_NO(4, 25),
GPIO_PIN_LOW
);
72
imxgpio_data_write(GPIO_NO(3, 0),
GPIO_PIN_LOW
);
141
imxgpio_data_write(GPIO_NO(3, 14),
GPIO_PIN_LOW
);
netwalker_usb.c
192
imxgpio_data_write(GPIO_NO(2, 1),
GPIO_PIN_LOW
);
/src/sys/arch/zaurus/dev/
ioexp.c
178
if (level ==
GPIO_PIN_LOW
)
232
GPIO_PIN_LOW
, true);
238
GPIO_PIN_LOW
, true);
271
ioexp_gpio_pin_write(sc, IOEXP_IR_ON,
GPIO_PIN_LOW
,
306
ioexp_gpio_pin_write(sc, IOEXP_MIC_BIAS,
GPIO_PIN_LOW
,
339
GPIO_PIN_LOW
, true);
scoop.c
114
scoop_gpio_pin_write(sc, SCOOP1_AKIN_PULLUP,
GPIO_PIN_LOW
);
119
scoop_gpio_pin_write(sc, SCOOP0_AKIN_PULLUP,
GPIO_PIN_LOW
);
145
(level ==
GPIO_PIN_LOW
) ? (rv & ~bit) : (rv | bit));
242
scoop_gpio_pin_write(sc, SCOOP0_MUTE_L,
GPIO_PIN_LOW
);
243
scoop_gpio_pin_write(sc, SCOOP0_MUTE_R,
GPIO_PIN_LOW
);
266
scoop_gpio_pin_write(sc, SCOOP0_AMP_ON,
GPIO_PIN_LOW
);
/src/sys/dev/gpio/
gpiopwm.c
149
gpio_pin_write(sc->sc_gpio, &sc->sc_map, 0,
GPIO_PIN_LOW
);
172
gpio_pin_write(sc->sc_gpio, &sc->sc_map, 0,
GPIO_PIN_LOW
);
199
gpio_pin_write(sc->sc_gpio, &sc->sc_map, 0,
GPIO_PIN_LOW
);
222
gpio_pin_write(sc->sc_gpio, &sc->sc_map, 0,
GPIO_PIN_LOW
);
gpioiic.c
255
bits & GPIOIIC_SDA ? GPIO_PIN_HIGH :
GPIO_PIN_LOW
);
257
bits & GPIOIIC_SCL ? GPIO_PIN_HIGH :
GPIO_PIN_LOW
);
gpio.c
811
if (value !=
GPIO_PIN_LOW
&& value != GPIO_PIN_HIGH)
842
value = (sc->sc_pins[pin].pin_state ==
GPIO_PIN_LOW
?
843
GPIO_PIN_HIGH :
GPIO_PIN_LOW
);
1075
if (value !=
GPIO_PIN_LOW
&& value != GPIO_PIN_HIGH)
1103
value = (sc->sc_pins[pin].pin_state ==
GPIO_PIN_LOW
?
1104
GPIO_PIN_HIGH :
GPIO_PIN_LOW
);
gpioow.c
255
value ? GPIO_PIN_HIGH :
GPIO_PIN_LOW
);
/src/sys/dev/isa/
soekrisgpio.c
201
return (data & (1 << pin)) ? GPIO_PIN_HIGH :
GPIO_PIN_LOW
;
212
if (value ==
GPIO_PIN_LOW
)
245
return (value & 0x1) ? GPIO_PIN_HIGH :
GPIO_PIN_LOW
;
nct.c
544
int rv =
GPIO_PIN_LOW
;
572
if (val ==
GPIO_PIN_LOW
) {
/src/sys/sys/
gpio.h
27
#define
GPIO_PIN_LOW
0x00 /* low level (logical 0) */
/src/lib/lua/gpio/
gpio.c
179
if (val != GPIO_PIN_HIGH && val !=
GPIO_PIN_LOW
)
234
{ "PIN_LOW",
GPIO_PIN_LOW
},
/src/sys/arch/mips/alchemy/dev/
augpio.c
163
return
GPIO_PIN_LOW
;
213
return
GPIO_PIN_LOW
;
/src/sys/dev/tc/
tcu.c
230
return (v & (UINT32_C(1) << pin)) ? GPIO_PIN_HIGH :
GPIO_PIN_LOW
;
243
if (val ==
GPIO_PIN_LOW
)
/src/sys/arch/emips/ebus/
gpio_ebus.c
112
(data & (1 << i)) ? GPIO_PIN_HIGH :
GPIO_PIN_LOW
;
/src/sys/arch/mips/adm5120/dev/
admgpio.c
91
return ((gpio0 & mask) != 0) ? GPIO_PIN_HIGH :
GPIO_PIN_LOW
;
/src/sys/dev/fdt/
fdt_pinctrl.c
303
pinval =
GPIO_PIN_LOW
;
/src/sys/dev/ppbus/
ppbus_gpio.c
94
pin->pin_state =
GPIO_PIN_LOW
;
/src/usr.sbin/gpioctl/
gpioctl.c
198
value =
GPIO_PIN_LOW
;
271
if (value == GPIO_PIN_HIGH || value ==
GPIO_PIN_LOW
) {
/src/sys/dev/ic/
mcp23xxxgpio.c
187
return
GPIO_PIN_LOW
;
195
val = data & __BIT(epin) ? GPIO_PIN_HIGH :
GPIO_PIN_LOW
;
/src/sys/arch/arm/marvell/
mvsocgpp.c
213
(valin & mask) ? GPIO_PIN_HIGH :
GPIO_PIN_LOW
;
217
(valout & mask) ? GPIO_PIN_HIGH :
GPIO_PIN_LOW
;
/src/sys/arch/i386/pci/
gscpcib.c
154
sc->sc_gpio_pins[i].pin_state =
GPIO_PIN_LOW
;
/src/sys/arch/mips/atheros/dev/
argpio.c
254
GPIO_PIN_HIGH :
GPIO_PIN_LOW
);
/src/sys/arch/mips/rmi/
rmixl_gpio.c
178
?
GPIO_PIN_LOW
/src/sys/arch/sandpoint/sandpoint/
nhpow.c
200
GPIO_PIN_HIGH :
GPIO_PIN_LOW
;
Completed in 21 milliseconds
1
2
Indexes created Mon Oct 27 20:09:55 GMT 2025