Home
last modified time | relevance | path

Searched full:blink (Results 1 – 25 of 243) sorted by relevance

12345678910

/linux/drivers/scsi/sym53c8xx_2/
H A Dsym_misc.h35 struct sym_quehead *blink; /* Backward pointer */ member
39 (ptr)->flink = (ptr); (ptr)->blink = (ptr); \
49 return (head->blink == head) ? 0 : head->blink; in sym_que_last()
53 struct sym_quehead * blink, in __sym_que_add() argument
56 flink->blink = new; in __sym_que_add()
58 new->blink = blink; in __sym_que_add()
59 blink->flink = new; in __sym_que_add()
62 static inline void __sym_que_del(struct sym_quehead * blink, in __sym_que_del() argument
65 flink->blink = blink; in __sym_que_del()
66 blink->flink = flink; in __sym_que_del()
[all …]
/linux/Documentation/leds/
H A Dleds-mlxcpld.rst59 - [0,1,1,0] = Red blink 3Hz
60 - [1,1,1,0] = Green blink 3Hz
61 - [0,1,1,1] = Red blink 6Hz
62 - [1,1,1,1] = Green blink 6Hz
104 - [0,1,1,0] = Red blink 3Hz
105 - [1,1,1,0] = Green blink 3Hz
106 - [0,1,1,1] = Red blink 6Hz
107 - [1,1,1,1] = Green blink 6Hz
114 - [1,1,1,0] = Blue blink 3Hz
115 - [1,1,1,1] = Blue blink 6Hz
H A Dleds-class.rst132 blinking, returns -EBUSY if software blink fallback is enabled.
150 Hardware accelerated blink of LEDs
153 Some LEDs can be programmed to blink without any CPU interaction. To
176 limited to blink but also to turn off or on autonomously.
231 (example a netdev trigger configured to blink for a
240 Examples are hardcoding the blink speed to a set interval, enable special
241 feature like bypassing blink if some requirements are not met.
251 When the LED is in hw control, no software blink is possible and doing so
/linux/Documentation/ABI/testing/
H A Dsysfs-class-led-trigger-oneshot24 Reverse the blink logic. If set to 0 (default) blink on for
25 delay_on ms, then blink off for delay_off ms, leaving the LED
26 normally off. If set to 1, blink off for delay_off ms, then
27 blink on for delay_on ms, leaving the LED normally on.
36 blink sequence if not already running.
H A Dsysfs-class-led-trigger-netdev13 Specifies the duration of the LED blink in milliseconds.
42 If set to 0 (default), the LED will not blink on transmission.
44 If set to 1, the LED will blink for the milliseconds specified
47 When offloaded is true, the blink interval is controlled by
57 If set to 0 (default), the LED will not blink on reception.
59 If set to 1, the LED will blink for the milliseconds specified
62 When offloaded is true, the blink interval is controlled by
73 If 0, the LED is using software fallback to blink.
H A Dsysfs-class-led-trigger-tty13 If set to 0, the LED will not blink on reception.
14 If set to 1 (default), the LED will blink on reception.
21 If set to 0, the LED will not blink on transmission.
22 If set to 1 (default), the LED will blink on transmission.
/linux/drivers/net/ethernet/intel/igc/
H A Digc_leds.c50 u32 *mask, u32 *shift, u32 *blink) in igc_led_select() argument
56 *blink = IGC_LEDCTL_LED0_BLINK; in igc_led_select()
61 *blink = IGC_LEDCTL_LED1_BLINK; in igc_led_select()
66 *blink = IGC_LEDCTL_LED2_BLINK; in igc_led_select()
69 *mask = *shift = *blink = 0; in igc_led_select()
75 bool blink) in igc_led_set() argument
91 if (blink) in igc_led_set()
168 bool blink = false; in igc_led_hw_control_set() local
185 /* blink is recommended for activity */ in igc_led_hw_control_set()
187 blink = true; in igc_led_hw_control_set()
[all …]
/linux/arch/arc/lib/
H A Dmemcmp.S78 j_s.d [blink]
92 j_s.d [blink]
103 j_s.d [blink]
108 j_s.d [blink]
141 j_s.d [blink]
144 j_s.d [blink]
147 j_s.d [blink]
H A Dstrcmp.S41 j_s.d [blink]
57 j_s.d [blink]
79 j_s.d [blink]
91 j_s.d [blink]
H A Dstrchr-700.S79 j.d [blink]
97 j_s.d [blink]
108 j.d [blink]
127 j_s.d [blink]
H A Dmemset.S37 j_s [blink]
45 j_s [blink]
55 b memset ;tail call so need to tinker with blink
H A Dstrcmp-archs.S41 j_s.d [blink]
60 j_s.d [blink]
73 j_s.d [blink]
H A Dmemcpy-700.S43 j_s.d [blink]
48 jcs [blink]
61 j_s.d [blink]
H A Dmemcpy-archs.S39 jz.d [blink]
83 j [blink]
136 j [blink]
177 j [blink]
217 j [blink]
/linux/Documentation/devicetree/bindings/leds/
H A Dleds-lgm.yaml41 Blink frequency for SOUTs in Hz.
75 intel,sso-hw-blink:
77 description: This property indicates Enable LED blink by Hardware.
79 intel,sso-blink-rate-hz:
80 description: LED HW blink frequency.
/linux/drivers/leds/
H A Dleds-tca6507.c9 * blink or double-blink.
20 * There are two different blink rates that can be programmed, each
23 * be used for the extra rates. The two different blink rates must
25 * support double-blink so 'second-off' always matches 'off'.
51 * have the same level and either same blink rates, or some don't
52 * blink. When a led changes, it relinquishes access and tries again,
53 * so it might lose access to hardware blink.
55 * If a blink engine cannot be allocated, software blink is used. If
58 * worst case would be to have two different blink rates at '1', with
63 * brightness and LEDs using the blink. It can only be reprogrammed
[all …]
H A Dleds-pca963x.c17 * blink will actually blink but all LEDs that are set to blink will blink
19 * that is set to blink will be used for all of the blinking LEDs.
22 * or by adding the 'nxp,hw-blink' property to the DTS.
86 /* Total blink period in milliseconds */
318 hw_blink = device_property_read_bool(dev, "nxp,hw-blink"); in pca963x_register_leds()
H A Dleds-wm831x-status.c28 int blink; member
50 if (led->blink) { in wm831x_status_set()
75 led->blink = 0; in wm831x_status_brightness_set()
141 led->blink = 1; in wm831x_status_blink_set()
143 led->blink = 0; in wm831x_status_blink_set()
/linux/include/linux/
H A Dleds.h143 * Activate hardware accelerated blink, delays are in milliseconds
210 * Deactivate hardware blink control by setting brightness to LED_OFF via
221 * hardware blink control.
310 * This function makes the LED blink, attempting to use the
330 * This function makes the LED blink and is guaranteed to not sleep. Otherwise
337 * led_blink_set_oneshot - do a oneshot software blink
341 * @invert: blink off, then on, leaving the led on
343 * This function makes the LED blink one time for delay_on +
345 * blink is already in progress.
361 * software blink timer that implements blinking when the
[all …]
/linux/arch/sh/boot/compressed/
H A Dhead_64.S61 * Note: PTA/BLINK is PIC code, PTABS/BLINK isn't !
139 blink tr0, r18
155 blink tr0, r18
159 1: blink tr0, r63
/linux/drivers/auxdisplay/
H A Dcharlcd.h12 #define LCD_FLAG_B 0x0004 /* Blink on */
76 * @blink: Turn cursor blink on or off.
91 int (*blink)(struct charlcd *lcd, enum charlcd_onoff on); member
H A Dht16k33.c99 uint8_t blink; member
140 uint8_t data = REG_DISPLAY_SETUP | REG_DISPLAY_SETUP_ON | priv->blink; in ht16k33_display_on()
156 priv->blink = REG_DISPLAY_SETUP_BLINK_OFF; in ht16k33_brightness_set()
181 uint8_t blink; in ht16k33_blink_set() local
185 blink = REG_DISPLAY_SETUP_BLINK_1HZ; in ht16k33_blink_set()
188 blink = REG_DISPLAY_SETUP_BLINK_2HZ; in ht16k33_blink_set()
191 blink = REG_DISPLAY_SETUP_BLINK_1HZ; in ht16k33_blink_set()
194 blink = REG_DISPLAY_SETUP_BLINK_0HZ5; in ht16k33_blink_set()
200 blink); in ht16k33_blink_set()
204 priv->blink = blink; in ht16k33_blink_set()
/linux/arch/arc/kernel/
H A Dctx_sw_asm.S24 push blink
59 pop blink
63 j [blink]
H A Dprocess.c150 * | blink | @ret_from_fork
180 childksp = (unsigned long *)c_regs - 2; /* 2 words for FP/BLINK */ in copy_thread()
193 /* __switch_to expects FP(0), BLINK(return addr) at top */ in copy_thread()
195 childksp[1] = (unsigned long)ret_from_fork; /* blink */ in copy_thread()
208 /* __switch_to expects FP(0), BLINK(return addr) at top of stack */ in copy_thread()
210 childksp[1] = (unsigned long)ret_from_fork; /* for POP blink */ in copy_thread()
/linux/drivers/pinctrl/mvebu/
H A Dpinctrl-dove.c386 MPP_FUNCTION(CONFIG_PMU | 0xe, "pmu-blink", NULL)),
403 MPP_FUNCTION(CONFIG_PMU | 0xe, "pmu-blink", NULL)),
421 MPP_FUNCTION(CONFIG_PMU | 0xe, "pmu-blink", NULL)),
440 MPP_FUNCTION(CONFIG_PMU | 0xe, "pmu-blink", NULL)),
457 MPP_FUNCTION(CONFIG_PMU | 0xe, "pmu-blink", NULL)),
474 MPP_FUNCTION(CONFIG_PMU | 0xe, "pmu-blink", NULL)),
491 MPP_FUNCTION(CONFIG_PMU | 0xe, "pmu-blink", NULL)),
508 MPP_FUNCTION(CONFIG_PMU | 0xe, "pmu-blink", NULL)),
523 MPP_FUNCTION(CONFIG_PMU | 0xe, "pmu-blink", NULL)),
538 MPP_FUNCTION(CONFIG_PMU | 0xe, "pmu-blink", NULL)),
[all …]

12345678910