Home
last modified time | relevance | path

Searched refs:blink (Results 1 – 91 of 91) sorted by relevance

/linux-4.1.27/drivers/scsi/sym53c8xx_2/
Dsym_misc.h48 struct sym_quehead *blink; /* Backward pointer */ member
52 (ptr)->flink = (ptr); (ptr)->blink = (ptr); \
62 return (head->blink == head) ? 0 : head->blink; in sym_que_last()
66 struct sym_quehead * blink, in __sym_que_add() argument
69 flink->blink = new; in __sym_que_add()
71 new->blink = blink; in __sym_que_add()
72 blink->flink = new; in __sym_que_add()
75 static inline void __sym_que_del(struct sym_quehead * blink, in __sym_que_del() argument
78 flink->blink = blink; in __sym_que_del()
79 blink->flink = flink; in __sym_que_del()
[all …]
/linux-4.1.27/Documentation/leds/
Dledtrig-oneshot.txt11 first case, the trigger produces a clear single controlled blink for each
34 invert - reverse the blink logic. If set to 0 (default) blink on for delay_on
35 ms, then blink off for delay_off ms, leaving the LED normally off. If
36 set to 1, blink off for delay_off ms, then blink on for delay_on ms,
40 shot - write any non-empty string to signal an events, this starts a blink
46 echo 33 > delay_on # blink at 1 / (33 + 33) Hz on continuous traffic
Dleds-class.txt58 Hardware accelerated blink of LEDs
61 Some LEDs can be programmed to blink without any CPU interaction. To
Dleds-lp3944.txt25 Setting a led in DIM0 or DIM1 mode makes it blink according to the pattern.
Dleds-lp5521.txt29 Example (start to blink the channel 2 led):
/linux-4.1.27/arch/arc/lib/
Dmemcmp.S63 j_s.d [blink]
77 j_s.d [blink]
88 j_s.d [blink]
94 j_s.d [blink]
116 j_s.d [blink]
119 j_s.d [blink]
122 j_s.d [blink]
Dmemset.S40 j_s [blink]
48 j_s [blink]
58 b memset ;tail call so need to tinker with blink
Dstrcmp.S44 j_s.d [blink]
60 j_s.d [blink]
82 j_s.d [blink]
94 j_s.d [blink]
Dmemcpy-700.S46 j_s.d [blink]
51 jcs [blink]
64 j_s.d [blink]
Dstrchr-700.S82 j.d [blink]
100 j_s.d [blink]
111 j.d [blink]
130 j_s.d [blink]
Dstrcpy-700.S60 j_s [blink]
69 j [blink]
Dstrlen.S68 j_s.d [blink]
77 j_s.d [blink]
/linux-4.1.27/arch/sh/kernel/cpu/sh5/
Dentry.S278 blink tr0, ZERO
331 blink tr0, LINK
399 blink tr0, ZERO
440 blink tr0, ZERO
481 blink tr0, r63
573 blink tr0, ZERO
848 blink tr0, ZERO
876 blink tr0, ZERO /* Do not check softirqs */
892 blink tr0, ZERO
916 blink tr1, LINK
[all …]
Dswitchto.S136 blink tr0, r63
194 blink tr0, r63
/linux-4.1.27/arch/sh/lib64/
Dmemcpy.S63 blink tr0,r63
72 blink tr1,r63
77 blink tr1,r63
85 blink tr1,r63
90 blink tr1,r63
97 blink tr1,r63
107 blink tr0, r63
116 blink tr0, r63
125 blink tr0, r63
141 blink tr1,r63
[all …]
Dcopy_user_memcpy.S78 blink tr0,r63
87 blink tr1,r63
92 blink tr1,r63
100 blink tr1,r63
105 blink tr1,r63
112 blink tr1,r63
122 blink tr0, r63
131 blink tr0, r63
140 blink tr0, r63
156 blink tr1,r63
[all …]
Dstrcpy.S55 blink tr1, r63 // shortstring
77 blink tr4,r63 // return
95 blink tr1, r63 // shortstring
Dstrlen.S31 blink tr4, r63
Dudivdi3.S66 blink tr0,r63
110 blink tr0,r63
Dudivsi3.S59 blink tr0,r63
Dcopy_page.S89 blink tr0, r63 ! return
Dsdivsi3.S50 blink tr0, r63
/linux-4.1.27/arch/arc/kernel/
Dctx_sw_asm.S28 st.a blink, [sp, -4]
62 ld.ab blink, [sp, 4]
63 j [blink]
Dstacktrace.c51 unsigned long fp, sp, blink, ret; in seed_unwind_frame_info() local
59 : "=r"(fp), "=r"(sp), "=r"(blink), "=r"(ret) in seed_unwind_frame_info()
64 frame_info->regs.r31 = blink; in seed_unwind_frame_info()
103 frame_info->regs.r31 = regs->blink; in seed_unwind_frame_info()
Dkgdb.c29 gdb_regs[_BLINK] = kernel_regs->blink; in to_gdb_regs()
49 kernel_regs->blink = gdb_regs[_BLINK]; in from_gdb_regs()
Dkprobes.c158 regs->blink += 2; in setup_singlestep()
431 ri->ret_addr = (kprobe_opcode_t *) regs->blink; in arch_prepare_kretprobe()
434 regs->blink = (unsigned long)&kretprobe_trampoline; in arch_prepare_kretprobe()
Ddisasm.c457 return regs->blink; in get_reg()
488 regs->blink = val; in set_reg()
Dsignal.c234 regs->blink = (unsigned long)ksig->ka.sa.sa_restorer; in setup_rt_frame()
Dtroubleshoot.c181 (void *)regs->blink, (void *)regs->ret); in show_regs()
Dentry.S572 mov blink, resume_user_mode_begin ; tail-call to U mode ret chks
/linux-4.1.27/drivers/leds/
Dleds-wm831x-status.c33 int blink; member
57 if (led->blink) { in wm831x_status_work()
82 led->blink = 0; in wm831x_status_set()
146 led->blink = 1; in wm831x_status_blink_set()
148 led->blink = 0; in wm831x_status_blink_set()
Dleds-tca6507.c187 int blink; /* Set if hardware-blinking */ member
379 if (led->blink) in led_release()
383 led->blink = 0; in led_release()
523 led->blink = 1; in led_prepare()
Dleds-pca9532.c103 static int pca9532_calcpwm(struct i2c_client *client, int pwm, int blink, in pca9532_calcpwm() argument
125 data->psc[pwm] = blink; in pca9532_calcpwm()
DKconfig281 known mode: off, blink at 0.5Hz and blink at 1Hz.
286 value 0 means off, 1..127 means blink at 0.5Hz and 128..255 means
287 blink at 1Hz.
501 comment "LED driver for blink(1) USB RGB LED is under Special HID drivers (HID_THINGM)"
Dleds-ss4200.c470 static DEVICE_ATTR(blink, 0644, nas_led_blink_show, nas_led_blink_store);
/linux-4.1.27/arch/arc/include/asm/
Dentry.h429 PUSH blink
459 POP blink
488 PUSH blink
513 PUSH blink
542 POP blink
561 POP blink
Dptrace.h28 long blink; member
/linux-4.1.27/arch/sh/boot/compressed/
Dhead_64.S139 blink tr0, r18
155 blink tr0, r18
159 1: blink tr0, r63
/linux-4.1.27/arch/arm/plat-orion/
Dgpio.c121 __set_blinking(struct orion_gpio_chip *ochip, unsigned pin, int blink) in __set_blinking() argument
126 if (blink) in __set_blinking()
292 void orion_gpio_set_blink(unsigned pin, int blink) in orion_gpio_set_blink() argument
302 __set_blinking(ochip, pin & 31, blink); in orion_gpio_set_blink()
450 u32 out, io_conf, blink, in_pol, data_in, cause, edg_msk, lvl_msk; in orion_gpio_dbg_show() local
455 blink = readl_relaxed(GPIO_BLINK_EN(ochip)); in orion_gpio_dbg_show()
479 blink & msk ? "(blink )" : ""); in orion_gpio_dbg_show()
/linux-4.1.27/arch/arm/plat-orion/include/plat/
Dorion-gpio.h24 void orion_gpio_set_blink(unsigned pin, int blink);
/linux-4.1.27/arch/arc/include/uapi/asm/
Dptrace.h38 long status32, ret, blink, fp, gp; member
/linux-4.1.27/drivers/block/
Dida_cmd.h230 __u8 blink[256]; member
238 __u8 blink[256]; member
/linux-4.1.27/arch/sh/kernel/
Dhead_64.S332 blink tr0, LINK
357 blink tr7, ZERO
/linux-4.1.27/Documentation/devicetree/bindings/leds/
Dpca963x.txt9 - nxp,hw-blink : use hardware blinking instead of software blinking
/linux-4.1.27/Documentation/devicetree/bindings/pinctrl/
Dmarvell,dove-pinctrl.txt76 pmu-blink Pin is used for blink function
Dnvidia,tegra30-pinmux.txt96 blink, cec, clk_12m_out, clk_32k_in, core_pwr_req, cpu_pwr_req, crt,
Dnvidia,tegra114-pinmux.txt85 blink, cec, cldvfs, clk12, cpu, dap, dap1, dap2, dev3, displaya,
Dnvidia,tegra124-pinmux.txt104 blink, cec, cldvfs, clk12, cpu, dap, dap1, dap2, dev3, displaya,
Dnvidia,tegra210-pinmux.txt136 aud, bcl, blink, ccla, cec, cldvfs, clk, core, cpu, displaya, displayb,
/linux-4.1.27/arch/mips/boot/dts/cavium-octeon/
Docteon_3xxx.dts66 /* irq, blink-activity, blink-link */
78 /* irq, blink-activity, blink-link */
Docteon_68xx.dts67 /* irq, blink-activity, blink-link */
/linux-4.1.27/drivers/net/wireless/ath/carl9170/
DKconfig26 This option is necessary, if you want your device' LEDs to blink
/linux-4.1.27/include/media/davinci/
Dvpbe_osd.h377 enum osd_blink_interval blink; member
/linux-4.1.27/drivers/video/console/
Dmdacon.c388 u8 blink, u8 underline, u8 reverse, u8 italic) in mdacon_build_attr() argument
402 ((blink & 1) << 7); in mdacon_build_attr()
Dsticon.c317 u8 blink, u8 underline, u8 reverse, u8 italic) in sticon_build_attr() argument
Dvgacon.c608 u8 blink, u8 underline, u8 reverse, u8 italic) in vgacon_build_attr() argument
624 if (blink) in vgacon_build_attr()
Dfbcon.c3433 int idx, blink = -1; in show_cursor_blink() local
3450 blink = (ops->flags & FBCON_FLAGS_CURSOR_TIMER) ? 1 : 0; in show_cursor_blink()
3453 return snprintf(buf, PAGE_SIZE, "%d\n", blink); in show_cursor_blink()
3461 int blink, idx; in store_cursor_blink() local
3478 blink = simple_strtoul(buf, last, 0); in store_cursor_blink()
3480 if (blink) { in store_cursor_blink()
/linux-4.1.27/arch/powerpc/boot/dts/
Dmotionpro.dts19 blink-delay = <100>; // 100 msec
/linux-4.1.27/drivers/gpio/
Dgpio-mvebu.c509 u32 out, io_conf, blink, in_pol, data_in, cause, edg_msk, lvl_msk; in mvebu_gpio_dbg_show() local
514 blink = readl_relaxed(mvebu_gpioreg_blink(mvchip)); in mvebu_gpio_dbg_show()
538 blink & msk ? "(blink )" : ""); in mvebu_gpio_dbg_show()
/linux-4.1.27/drivers/media/platform/davinci/
Dvpbe_osd.c189 enum osd_blink_interval blink) in _osd_set_blink_attribute() argument
195 osdatrmd |= blink << OSD_OSDATRMD_BLNKINT_SHIFT; in _osd_set_blink_attribute()
556 _osd_set_blink_attribute(sd, osd->is_blinking, osd->blink); in osd_enable_layer()
1306 osd->blink); in osd_set_layer_config()
1425 osd->blink = BLINK_X1; in osd_init_layer()
/linux-4.1.27/drivers/isdn/hisax/
Delsa.c611 int blink = 0; in elsa_led_handler() local
622 blink = 250; in elsa_led_handler()
628 blink = 500; in elsa_led_handler()
642 if (blink) { in elsa_led_handler()
644 cs->hw.elsa.tl.expires = jiffies + ((blink * HZ) / 1000); in elsa_led_handler()
Ddiva.c801 int blink = 0; in diva_led_handler() local
814 blink = 250; in diva_led_handler()
822 blink = 500; in diva_led_handler()
828 if (blink) { in diva_led_handler()
830 cs->hw.diva.tl.expires = jiffies + ((blink * HZ) / 1000); in diva_led_handler()
/linux-4.1.27/drivers/leds/trigger/
DKconfig26 This allows LEDs to blink in one-shot pulses with parameters
/linux-4.1.27/arch/arm/boot/dts/
Dorion5x-lacie-d2-network.dts191 * MPP16: Blue front LED blink control
Dtegra114-roth.dts332 nvidia,function = "blink";
Dtegra114-dalmore.dts313 nvidia,function = "blink";
Dtegra30-beaver.dts67 nvidia,function = "blink";
/linux-4.1.27/drivers/media/usb/pwc/
Dphilips.txt112 this is let the LED blink while the camera is in use. This:
116 will blink the LED once every second. But with:
/linux-4.1.27/Documentation/networking/
Ds2io.txt37 The corresponding adapter's LED will blink multiple times.
Diphase.txt61 The yellow 'status' LED on the front panel of the adapter will blink
Darcnet-hardware.txt722 blink | reconfiguration off | no data transfer;
949 blink | reconfiguration off | no data transfer;
1195 the red transmit LED to blink, is the one that I thought works.
/linux-4.1.27/drivers/net/wireless/ath/ath9k/
Dhtc_drv_init.c43 module_param_named(blink, ath9k_htc_led_blink, int, 0444);
44 MODULE_PARM_DESC(blink, "Enable LED blink on activity");
Dinit.c49 module_param_named(blink, ath9k_led_blink, int, 0444);
50 MODULE_PARM_DESC(blink, "Enable LED blink on activity");
/linux-4.1.27/drivers/net/ethernet/intel/i40e/
Di40e_prototype.h63 void i40e_led_set(struct i40e_hw *hw, u32 mode, bool blink);
Di40e_common.c1150 void i40e_led_set(struct i40e_hw *hw, u32 mode, bool blink) in i40e_led_set() argument
1187 blink = false; in i40e_led_set()
1189 if (blink) in i40e_led_set()
/linux-4.1.27/drivers/scsi/aacraid/
Dcommsup.c594 int blink; in aac_fib_send() local
606 if ((blink = aac_adapter_check_health(dev)) > 0) { in aac_fib_send()
610 blink); in aac_fib_send()
/linux-4.1.27/drivers/usb/misc/sisusbvga/
Dsisusb_con.c311 u8 blink, u8 underline, u8 reverse, u8 unused) in sisusbcon_build_attr() argument
325 if (blink) in sisusbcon_build_attr()
/linux-4.1.27/Documentation/laptops/
Dasus-laptop.txt15 blink those fancy LEDs intended for reporting mail and wireless status.
Dthinkpad-acpi.txt753 echo '<LED number> blink' >/proc/acpi/ibm/led
773 All of the above can be turned on and off and can be made to blink.
795 These LEDs can blink using hardware acceleration. To request that a
796 ThinkPad indicator LED should blink in hardware accelerated mode, use the
/linux-4.1.27/drivers/hid/
DKconfig776 tristate "ThingM blink(1) USB RGB LED"
780 Support for the ThingM blink(1) USB RGB LED. This driver registers a
/linux-4.1.27/Documentation/scsi/
Daic79xx.txt139 - Add a firmware workaround to make the LED blink
DChangeLog.1992-1997136 status bytes. Added blink LED state checks for ISA and EISA HBAs.
/linux-4.1.27/Documentation/fb/
Dmatroxfb.txt196 blink - enables cursor blinking. It is default.
/linux-4.1.27/Documentation/power/
Dswsusp.txt174 platform: save state in linux, then tell bios to powerdown and blink
/linux-4.1.27/drivers/pinctrl/
Dpinctrl-tegra210.c1204 FUNCTION(blink),
Dpinctrl-tegra114.c1467 FUNCTION(blink),
Dpinctrl-tegra124.c1626 FUNCTION(blink),
Dpinctrl-tegra30.c2025 FUNCTION(blink),
/linux-4.1.27/drivers/platform/x86/
DKconfig87 to blink those fancy LEDs.
/linux-4.1.27/net/netfilter/
DKconfig743 This option adds a `LED' target, which allows you to blink LEDs in
/linux-4.1.27/Documentation/
Dkernel-parameters.txt1300 (Don't attempt to blink the leds)