| /OK3568_Linux_fs/kernel/drivers/leds/ |
| H A D | leds-ns2.c | 48 struct gpio_desc *slow; member 63 slow_level = gpiod_get_value_cansleep(led->slow); in ns2_led_get_mode() 92 gpiod_set_value(led->slow, led->modval[i].slow_level); in ns2_led_set_mode() 97 gpiod_set_value_cansleep(led->slow, led->modval[i].slow_level); in ns2_led_set_mode() 188 led->slow = devm_fwnode_gpiod_get_index(dev, node, "slow", 0, in ns2_led_register() 191 if (IS_ERR(led->slow)) in ns2_led_register() 192 return PTR_ERR(led->slow); in ns2_led_register() 213 led->can_sleep = gpiod_cansleep(led->cmd) || gpiod_cansleep(led->slow); in ns2_led_register()
|
| /OK3568_Linux_fs/kernel/drivers/soc/fsl/qe/ |
| H A D | ucc.c | 62 case 0: guemr = &qe_immr->ucc1.slow.guemr; in ucc_set_type() 64 case 1: guemr = &qe_immr->ucc2.slow.guemr; in ucc_set_type() 66 case 2: guemr = &qe_immr->ucc3.slow.guemr; in ucc_set_type() 68 case 3: guemr = &qe_immr->ucc4.slow.guemr; in ucc_set_type() 70 case 4: guemr = &qe_immr->ucc5.slow.guemr; in ucc_set_type() 72 case 5: guemr = &qe_immr->ucc6.slow.guemr; in ucc_set_type() 74 case 6: guemr = &qe_immr->ucc7.slow.guemr; in ucc_set_type() 76 case 7: guemr = &qe_immr->ucc8.slow.guemr; in ucc_set_type()
|
| /OK3568_Linux_fs/kernel/drivers/misc/eeprom/ |
| H A D | ee1004.c | 179 const char *slow = NULL; in ee1004_probe() local 188 slow = "word"; in ee1004_probe() 192 slow = "byte"; in ee1004_probe() 236 if (slow) in ee1004_probe() 239 slow); in ee1004_probe()
|
| /OK3568_Linux_fs/kernel/drivers/net/wan/ |
| H A D | sealevel.c | 204 int txdma, int rxdma, int slow) in slvl_init() argument 242 if (slow) in slvl_init() 359 static bool slow=false; variable 369 module_param(slow, bool, 0); 370 MODULE_PARM_DESC(slow, "Set this for an older Sealevel card such as the 4012"); 380 slvl_unit = slvl_init(io, irq, txdma, rxdma, slow); in slvl_init_module()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/timer/ |
| H A D | img,pistachio-gptimer.txt | 10 "slow", slow counter clock 26 clock-names = "fast", "slow", "sys";
|
| /OK3568_Linux_fs/kernel/arch/ia64/ |
| H A D | Kconfig.debug | 41 bool "Turn on compare-and-exchange bug checking (slow!)" 45 compare-and-exchange instructions. This is slow! Itaniums 50 bool "Turn on irq debug checks (slow!)" 55 problems, but slow! If you're unsure, select N.
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/leds/ |
| H A D | leds-ns2.txt | 10 - slow-gpio: Slow LED GPIO. See OF device-tree GPIO specification. 12 the corresponding cmd-gpio/slow-gpio values. All the GPIO values combinations 28 slow-gpio = <&gpio0 29 0>;
|
| /OK3568_Linux_fs/kernel/lib/math/ |
| H A D | prime_numbers.c | 272 bool slow = slow_is_prime_number(x); in selftest() local 275 if (slow != fast) { in selftest() 277 x, slow ? "yes" : "no", fast ? "yes" : "no"); in selftest() 281 if (!slow) in selftest()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/libsas/ |
| H A D | sas_init.c | 43 struct sas_task_slow *slow = kmalloc(sizeof(*slow), flags); in sas_alloc_slow_task() local 45 if (!task || !slow) { in sas_alloc_slow_task() 48 kfree(slow); in sas_alloc_slow_task() 52 task->slow_task = slow; in sas_alloc_slow_task() 53 slow->task = task; in sas_alloc_slow_task() 54 timer_setup(&slow->timer, NULL, 0); in sas_alloc_slow_task() 55 init_completion(&slow->completion); in sas_alloc_slow_task()
|
| /OK3568_Linux_fs/kernel/fs/afs/ |
| H A D | fs_probe.c | 359 struct afs_server *fast, *slow, *server; in afs_fs_probe_dispatcher() local 376 fast = slow = server = NULL; in afs_fs_probe_dispatcher() 391 slow = list_first_entry(&net->fs_probe_slow, struct afs_server, probe_link); in afs_fs_probe_dispatcher() 392 poll_at = slow->probed_at + afs_fs_probe_slow_poll_interval; in afs_fs_probe_dispatcher() 397 slow = NULL; in afs_fs_probe_dispatcher() 401 server = fast ?: slow; in afs_fs_probe_dispatcher()
|
| /OK3568_Linux_fs/kernel/net/mptcp/ |
| H A D | mptcp_diag.c | 119 bool slow; in mptcp_diag_get_info() local 127 slow = lock_sock_fast(sk); in mptcp_diag_get_info() 145 unlock_sock_fast(sk, slow); in mptcp_diag_get_info()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/ |
| H A D | drm_modeset_lock.c | 242 bool interruptible, bool slow) in modeset_lock() argument 255 } else if (interruptible && slow) { in modeset_lock() 259 } else if (slow) { in modeset_lock()
|
| /OK3568_Linux_fs/kernel/arch/arc/lib/ |
| H A D | memcmp.S | 71 ; slow track insn 86 ; slow track insn 99 ; slow track insn
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | nsfs.c | 68 goto slow; in __ns_get_path() 71 goto slow; in __ns_get_path() 78 slow: in __ns_get_path()
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | armada-370-seagate-nas-4bay.dts | 91 slow-gpio = <&pca9554 2 GPIO_ACTIVE_HIGH>; 101 slow-gpio = <&pca9554 5 GPIO_ACTIVE_HIGH>;
|
| /OK3568_Linux_fs/kernel/arch/sh/include/asm/ |
| H A D | io.h | 154 #define __BUILD_IOPORT_SINGLE(pfx, bwlq, type, p, slow) \ argument 162 slow; \ 172 slow; \
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-platform-mellanox-bootctl | 36 emmc_legacy boot from the onchip eMMC in legacy (slow) mode 51 emmc_legacy boot from the onchip eMMC in legacy (slow) mode
|
| /OK3568_Linux_fs/debian/scripts/rkstage0/02-sys-tweaks/files/ |
| H A D | 50raspi | 1 # never use pdiffs. Current implementation is very slow on low-powered devices
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeopositioninfosource/ |
| H A D | qgeopositioninfosource.pro | 3 testcase.timeout = 400 # this test is slow
|
| /OK3568_Linux_fs/kernel/drivers/s390/cio/ |
| H A D | css.c | 550 static int css_evaluate_new_subchannel(struct subchannel_id schid, int slow) in css_evaluate_new_subchannel() argument 555 if (!slow) { in css_evaluate_new_subchannel() 572 static int css_evaluate_known_subchannel(struct subchannel *sch, int slow) in css_evaluate_known_subchannel() argument 578 ret = sch->driver->sch_event(sch, slow); in css_evaluate_known_subchannel() 591 static void css_evaluate_subchannel(struct subchannel_id schid, int slow) in css_evaluate_subchannel() argument 598 ret = css_evaluate_known_subchannel(sch, slow); in css_evaluate_subchannel() 601 ret = css_evaluate_new_subchannel(schid, slow); in css_evaluate_subchannel()
|
| /OK3568_Linux_fs/u-boot/drivers/clk/at91/ |
| H A D | Makefile | 6 obj-y += clk-slow.o clk-main.o clk-plla.o clk-master.o
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qnmeapositioninfosource/qnmeapositioninfosource_realtime_generic/ |
| H A D | qnmeapositioninfosource_realtime_generic.pro | 3 testcase.timeout = 400 # this test is slow
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qnmeapositioninfosource/qnmeapositioninfosource_simulation_generic/ |
| H A D | qnmeapositioninfosource_simulation_generic.pro | 3 testcase.timeout = 400 # this test is slow
|
| /OK3568_Linux_fs/u-boot/board/freescale/corenet_ds/ |
| H A D | pbi.cfg | 26 #Initialize eSPI controller, default configuration is slow for eSPI to
|
| /OK3568_Linux_fs/u-boot/board/varisys/cyrus/ |
| H A D | pbi.cfg | 26 #Initialize eSPI controller, default configuration is slow for eSPI to
|