Lines Matching +full:on +full:- +full:device
20 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
32 To compile these devices into your kernel and use the device hints, place the
34 .Bd -ragged -offset indent
35 .Cd "device gpio"
36 .Cd "device gpioc"
37 .Cd "device gpioiic"
38 .Cd "device gpioled"
41 Additional device entries for the
44 .Bd -ragged -offset indent
45 .Cd "device a10_gpio"
46 .Cd "device bcm_gpio"
47 .Cd "device imx51_gpio"
48 .Cd "device lpcgpio"
49 .Cd "device mv_gpio"
50 .Cd "device ti_gpio"
51 .Cd "device gpio_avila"
52 .Cd "device gpio_cambria"
53 .Cd "device zy7_gpio"
54 .Cd "device pxagpio"
57 Additional device entries for the
60 .Bd -ragged -offset indent
61 .Cd "device ar71xxx_gpio"
62 .Cd "device octeon_gpio"
63 .Cd "device rt305_gpio"
66 Additional device entries for the
69 .Bd -ragged -offset indent
70 .Cd "device wiigpio"
71 .Cd "device macgpio"
74 Additional device entries for the
75 .Li RISC-V
77 .Bd -ragged -offset indent
78 .Cd "device sifive_gpio"
84 available on embedded architectures and can provide bit banging style
90 .Dq General-Purpose Input/Output.
99 .Xr device.hints 5
106 is used to describe the device tree, the bus discovery is done via the DTS
112 .Xr device.hints 5
117 .Bl -tag -width ".Va hint.driver.unit.pin_list"
121 where the device is attached.
127 are the driver name and the unit number for the device driver.
129 This is a bitmask of the pins on the
131 that are connected to the device.
135 This is a list of pin numbers of pins on the
137 that are connected to the device.
144 Any non-digit character can be used as a separator.
150 .Xr device.hints 5
154 .Bl -tag -width ".Va hint.gpio.function_clear"
156 This is a bitmask of pins on the GPIO board that we would like to expose
161 This is a bitmask of pins on the GPIO board that will be set to ON at host
163 To set pin 2, 5 and 13 to be set ON at boot, use the bitmask of
174 of some device in a system.
179 .Xr device.hints 5 ,