| /linux/fs/crypto/ |
| H A D | Kconfig | 20 # Note: this option only pulls in the algorithms that filesystem encryption 25 # Also note that this option only pulls in the generic implementations of the
|
| /linux/drivers/pinctrl/vt8500/ |
| H 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()
|
| /linux/drivers/mfd/ |
| H 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()
|
| /linux/tools/power/pm-graph/config/ |
| H A D | cgskip.txt | 10 # The sleepgraph tool automatically pulls this file in when
|
| /linux/drivers/pinctrl/bcm/ |
| H 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()
|
| /linux/arch/arm/boot/dts/rockchip/ |
| H A D | rk3288-veyron-sdmmc.dtsi | 22 * We also have external pulls, so disable the internal ones.
|
| H A D | rk3288-veyron.dtsi | 490 * We also have external pulls, so disable the internal ones. 550 * We also have external pulls, so disable the internal ones.
|
| /linux/drivers/pinctrl/qcom/ |
| H A D | pinctrl-lpass-lpi.c | 391 static const char * const pulls[] = { in lpi_gpio_dbg_show_one() local 409 seq_printf(s, " %s", pulls[pull]); in lpi_gpio_dbg_show_one()
|
| /linux/drivers/pinctrl/ |
| H 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()
|
| /linux/arch/arm64/boot/dts/qcom/ |
| H A D | sc7280-idp.dtsi | 659 bias-pull-down; /* No external pulls or external pulldown */ 663 bias-pull-down; /* No external pulls or external pulldown */ 667 bias-pull-down; /* No external pulls or external pulldown */
|
| H A D | sc7280-qcard.dtsi | 494 * via the eDP connector (it doesn't hit the baseboard). The external pulls 564 * board. In cases where the pulls may be board dependent we defer those
|
| H A D | sc7180-trogdor.dtsi | 1336 * driving them. We rely on the normal pulls configured in
|
| /linux/sound/soc/codecs/ |
| H A D | cs35l56.c | 1611 u32 gpios[5], pulls[5]; in cs35l56_process_xu_onchip_speaker_id() local 1616 static_assert(ARRAY_SIZE(pulls) == ARRAY_SIZE(cs35l56->base.onchip_spkid_pulls)); in cs35l56_process_xu_onchip_speaker_id() 1624 ARRAY_SIZE(pulls), pulls); in cs35l56_process_xu_onchip_speaker_id() 1635 pulls, num_pulls); in cs35l56_process_xu_onchip_speaker_id()
|
| H A D | cs35l56-shared.c | 1580 const u32 *pulls, int num_pulls) in cs35l56_check_and_save_onchip_spkid_gpios() argument 1613 switch (pulls[i]) { in cs35l56_check_and_save_onchip_spkid_gpios() 1624 dev_err(cs35l56_base->dev, "Invalid spkid pull %d\n", pulls[i]); in cs35l56_check_and_save_onchip_spkid_gpios()
|
| /linux/Documentation/usb/ |
| H A D | mtouchusb.rst | 53 the device could be calibrated, the driver pulls to raw coordinate data from
|
| /linux/drivers/gpio/ |
| H A D | gpio-nomadik.c | 448 static const char * const pulls[] = { in nmk_gpio_dbg_show_one() local 454 offset, label ?: "(none)", pulls[pullidx], in nmk_gpio_dbg_show_one()
|
| /linux/include/sound/ |
| H A D | cs35l56.h | 451 const u32 *pulls, int num_pulls);
|
| /linux/arch/arm/boot/dts/samsung/ |
| H A D | exynos5250-snow-common.dtsi | 100 * Config irq to disable internal pulls
|
| H A D | exynos5420-peach-pit.dts | 994 * Config irq to disable internal pulls
|
| H A D | exynos5800-peach-pi.dts | 976 * Config irq to disable internal pulls
|
| /linux/tools/power/pm-graph/ |
| H A D | README | 452 For a full example config, see config/custom-timeline-functions.cfg. It pulls 527 For a full example config, see config/custom-timeline-functions.cfg. It pulls
|
| /linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/ |
| H A D | gpc.fuc | 292 // handler, pulls a command from the queue and executes its handler
|
| H A D | hub.fuc | 219 // handler, pulls a command from the queue and executes its handler
|
| /linux/arch/arm64/boot/dts/rockchip/ |
| H A D | rk3399-gru.dtsi | 775 * We also have external pulls, so disable the internal ones.
|
| /linux/Documentation/bpf/ |
| H A D | bpf_devel_QA.rst | 685 pulls in some header files containing file scope host assembly codes.
|