Searched refs:pulls (Results 1 – 8 of 8) sorted by relevance
| /drivers/pinctrl/vt8500/ |
| A D | pinctrl-wmt.c | 301 struct property *pins, *funcs, *pulls; in wmt_pctl_dt_node_to_map() local 314 pulls = of_find_property(np, "wm,pull", NULL); in wmt_pctl_dt_node_to_map() 316 if (!funcs && !pulls) { in wmt_pctl_dt_node_to_map() 327 num_pulls = pulls ? (pulls->length / sizeof(u32)) : 0; in wmt_pctl_dt_node_to_map()
|
| /drivers/mfd/ |
| A D | wm8994-core.c | 310 int pulls = 0; in wm8994_device_init() local 540 pulls |= WM8994_SPKMODE_PU; in wm8994_device_init() 542 pulls |= WM8994_CSNADDR_PD; in wm8994_device_init() 548 pulls); in wm8994_device_init()
|
| /drivers/pinctrl/bcm/ |
| A D | pinctrl-bcm2835.c | 825 struct property *pins, *funcs, *pulls; in bcm2835_pctl_dt_node_to_map() local 844 pulls = of_find_property(np, "brcm,pull", NULL); in bcm2835_pctl_dt_node_to_map() 846 if (!funcs && !pulls) { in bcm2835_pctl_dt_node_to_map() 855 num_pulls = pulls ? (pulls->length / 4) : 0; in bcm2835_pctl_dt_node_to_map()
|
| /drivers/pinctrl/ |
| A D | pinctrl-rp1.c | 1181 struct property *pins, *funcs, *pulls; in rp1_pctl_dt_node_to_map() local 1201 pulls = of_find_property(np, "brcm,pull", NULL); in rp1_pctl_dt_node_to_map() 1202 if (!pulls) in rp1_pctl_dt_node_to_map() 1205 if (!function && !funcs && !num_configs && !pulls) { in rp1_pctl_dt_node_to_map() 1214 num_pulls = pulls ? (pulls->length / 4) : 0; in rp1_pctl_dt_node_to_map()
|
| /drivers/pinctrl/qcom/ |
| A D | pinctrl-lpass-lpi.c | 361 static const char * const pulls[] = { in lpi_gpio_dbg_show_one() local 379 seq_printf(s, " %s", pulls[pull]); in lpi_gpio_dbg_show_one()
|
| /drivers/gpio/ |
| A D | gpio-nomadik.c | 442 static const char * const pulls[] = { in nmk_gpio_dbg_show_one() local 450 pulls[pullidx], in nmk_gpio_dbg_show_one()
|
| /drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/ |
| A D | gpc.fuc | 292 // handler, pulls a command from the queue and executes its handler
|
| A D | hub.fuc | 219 // handler, pulls a command from the queue and executes its handler
|
Completed in 24 milliseconds