OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:gpio_softc
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/arch/macppc/dev/
gpio.c
57
struct
gpio_softc
{
struct
61
CFATTACH_DECL_NEW(gpio_obio, sizeof(struct
gpio_softc
),
64
CFATTACH_DECL_NEW(gpio_gpio, sizeof(struct
gpio_softc
),
86
struct
gpio_softc
*sc = device_private(self);
158
struct
gpio_softc
*sc = device_private(self);
180
struct
gpio_softc
*sc;
/src/sys/arch/mips/rmi/
rmixl_gpio.c
57
struct
gpio_softc
{
struct
85
sizeof(struct
gpio_softc
),
94
struct
gpio_softc
* const gpio = arg;
103
struct
gpio_softc
* const gpio = arg;
122
struct
gpio_softc
* const gpio = arg;
141
struct
gpio_softc
* const gpio = device_private(self);
201
struct
gpio_softc
* const gpio = device_private(self);
/src/sys/arch/arm/gemini/
gemini_gpio.c
81
struct
gpio_softc
{
struct
102
((struct
gpio_softc
*)((char *)(pic) - \
103
offsetof(struct
gpio_softc
, gpio_pic)))
113
struct
gpio_softc
* const gpio = PIC_TO_SOFTC(pic);
130
struct
gpio_softc
* const gpio = PIC_TO_SOFTC(pic);
147
struct
gpio_softc
* const gpio = PIC_TO_SOFTC(pic);
166
struct
gpio_softc
* const gpio = PIC_TO_SOFTC(pic);
243
sizeof(struct
gpio_softc
),
252
struct
gpio_softc
* const gpio = device_private(arg);
260
struct
gpio_softc
* const gpio = device_private(arg)
[
all
...]
/src/sys/arch/arm/imx/
imx31_gpio.c
74
struct
gpio_softc
{
struct
88
((struct
gpio_softc
*)((char *)(pic) - \
89
offsetof(struct
gpio_softc
, gpio_pic)))
99
struct
gpio_softc
* const gpio = PIC_TO_SOFTC(pic);
115
struct
gpio_softc
* const gpio = PIC_TO_SOFTC(pic);
125
struct
gpio_softc
* const gpio = PIC_TO_SOFTC(pic);
170
struct
gpio_softc
* const gpio = PIC_TO_SOFTC(pic);
223
sizeof(struct
gpio_softc
),
232
struct
gpio_softc
* const gpio = arg;
240
struct
gpio_softc
* const gpio = arg
[
all
...]
/src/sys/dev/gpio/
gpio.c
66
struct
gpio_softc
{
struct
93
static int gpio_pinbyname(struct
gpio_softc
*, char *);
94
static int gpio_ioctl(struct
gpio_softc
*, u_long, void *, int,
99
static int gpio_ioctl_oapi(struct
gpio_softc
*, u_long, void *, int,
103
CFATTACH_DECL3_NEW(gpio, sizeof(struct
gpio_softc
),
147
struct
gpio_softc
*sc = device_private(self);
162
struct
gpio_softc
*sc;
213
gpio_pin_defname(struct
gpio_softc
*sc, int pin)
232
struct
gpio_softc
*sc = device_private(self);
278
struct
gpio_softc
*sc
[
all
...]
Completed in 12 milliseconds
Indexes created Mon Sep 22 21:09:42 GMT 2025