Searched refs:pulls (Results 1 – 7 of 7) sorted by relevance
/drivers/pinctrl/vt8500/ |
D | pinctrl-wmt.c | 309 struct property *pins, *funcs, *pulls; in wmt_pctl_dt_node_to_map() local 322 pulls = of_find_property(np, "wm,pull", NULL); in wmt_pctl_dt_node_to_map() 324 if (!funcs && !pulls) { in wmt_pctl_dt_node_to_map() 335 num_pulls = pulls ? (pulls->length / sizeof(u32)) : 0; in wmt_pctl_dt_node_to_map()
|
/drivers/pinctrl/ |
D | pinctrl-bcm2835.c | 707 struct property *pins, *funcs, *pulls; in bcm2835_pctl_dt_node_to_map() local 721 pulls = of_find_property(np, "brcm,pull", NULL); in bcm2835_pctl_dt_node_to_map() 723 if (!funcs && !pulls) { in bcm2835_pctl_dt_node_to_map() 732 num_pulls = pulls ? (pulls->length / 4) : 0; in bcm2835_pctl_dt_node_to_map()
|
/drivers/mfd/ |
D | wm8994-core.c | 466 int pulls = 0; in wm8994_device_init() local 679 pulls |= WM8994_SPKMODE_PU; in wm8994_device_init() 685 pulls); in wm8994_device_init()
|
/drivers/gpu/drm/nouveau/core/engine/graph/fuc/ |
D | gpcnve0.fuc | 275 // handler, pulls a command from the queue and executes its handler
|
D | gpcnvc0.fuc | 363 // handler, pulls a command from the queue and executes its handler
|
D | hubnvc0.fuc | 367 // handler, pulls a command from the queue and executes its handler
|
D | hubnve0.fuc | 317 // handler, pulls a command from the queue and executes its handler
|