/Linux-v5.15/drivers/scsi/sym53c8xx_2/ |
D | sym_misc.h | 35 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-v5.15/Documentation/leds/ |
D | leds-mlxcpld.rst | 59 - [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
|
/Linux-v5.15/Documentation/ABI/testing/ |
D | sysfs-class-led-trigger-oneshot | 24 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.
|
D | sysfs-class-led-trigger-netdev | 13 Specifies the duration of the LED blink in milliseconds. 37 If set to 0 (default), the LED will not blink on transmission. 39 If set to 1, the LED will blink for the milliseconds specified 49 If set to 0 (default), the LED will not blink on reception. 51 If set to 1, the LED will blink for the milliseconds specified
|
/Linux-v5.15/arch/arc/lib/ |
D | memcmp.S | 78 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]
|
D | strcmp.S | 41 j_s.d [blink] 57 j_s.d [blink] 79 j_s.d [blink] 91 j_s.d [blink]
|
D | memset.S | 37 j_s [blink] 45 j_s [blink] 55 b memset ;tail call so need to tinker with blink
|
D | strchr-700.S | 79 j.d [blink] 97 j_s.d [blink] 108 j.d [blink] 127 j_s.d [blink]
|
D | memcpy-700.S | 43 j_s.d [blink] 48 jcs [blink] 61 j_s.d [blink]
|
D | strcmp-archs.S | 41 j_s.d [blink] 60 j_s.d [blink] 73 j_s.d [blink]
|
D | memcpy-archs.S | 39 jz.d [blink] 83 j [blink] 136 j [blink] 177 j [blink] 217 j [blink]
|
/Linux-v5.15/Documentation/devicetree/bindings/leds/ |
D | leds-lgm.yaml | 41 Blink frequency for SOUTs in Hz. 71 intel,sso-hw-blink: 73 description: This property indicates Enable LED blink by Hardware. 75 intel,sso-blink-rate-hz: 76 description: LED HW blink frequency.
|
/Linux-v5.15/drivers/leds/ |
D | leds-tca6507.c | 9 * 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 …]
|
D | leds-pca963x.c | 17 * 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. 85 /* Total blink period in milliseconds */ 301 hw_blink = device_property_read_bool(dev, "nxp,hw-blink"); in pca963x_register_leds()
|
D | leds-mlxreg.c | 17 #define MLXREG_LED_OFFSET_BLINK_3HZ 0x01 /* Offset from solid: 3Hz blink */ 18 #define MLXREG_LED_OFFSET_BLINK_6HZ 0x02 /* Offset from solid: 6Hz blink */ 74 * 0x6 for 3Hz blink red, 0xd for solid green, 0xe for 3Hz blink in mlxreg_led_store_hw() 111 * 0x6 for 3Hz blink red, 0xd for solid green, 0xe for 3Hz blink in mlxreg_led_get_hw()
|
D | leds-wm831x-status.c | 28 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()
|
D | leds-mt6323.c | 38 * duty cycle of the blink. 45 /* Register to setup the period of the blink. */ 198 * clock and channel and let work with continuous blink as in mt6323_led_hw_on() 253 * friendly blink pattern for the LED so using in mt6323_led_set_blink() 264 * to support, fallback into software blink in mt6323_led_set_blink() 283 * Set max_brightness as the software blink behavior in mt6323_led_set_blink() 284 * when no blink brightness. in mt6323_led_set_blink()
|
/Linux-v5.15/arch/sh/boot/compressed/ |
D | head_64.S | 61 * Note: PTA/BLINK is PIC code, PTABS/BLINK isn't ! 139 blink tr0, r18 155 blink tr0, r18 159 1: blink tr0, r63
|
/Linux-v5.15/drivers/auxdisplay/ |
D | charlcd.h | 12 #define LCD_FLAG_B 0x0004 /* Blink on */ 74 * @blink: Turn cursor blink on or off. 89 int (*blink)(struct charlcd *lcd, enum charlcd_onoff on); member
|
/Linux-v5.15/include/linux/ |
D | leds.h | 115 * Activate hardware accelerated blink, delays are in milliseconds 225 * This function makes the LED blink, attempting to use the 237 * led_blink_set_oneshot - do a oneshot software blink 241 * @invert: blink off, then on, leaving the led on 243 * This function makes the LED blink one time for delay_on + 245 * blink is already in progress. 259 * software blink timer that implements blinking when the 537 #define GPIO_LED_NO_BLINK_LOW 0 /* No blink GPIO state low */ 538 #define GPIO_LED_NO_BLINK_HIGH 1 /* No blink GPIO state high */ 539 #define GPIO_LED_BLINK 2 /* Please, blink */
|
/Linux-v5.15/arch/arc/kernel/ |
D | ctx_sw_asm.S | 26 st.a blink, [sp, -4] 57 ld.ab blink, [sp, 4] 58 j [blink]
|
D | process.c | 147 * | blink | @ret_from_fork 177 childksp = (unsigned long *)c_regs - 2; /* 2 words for FP/BLINK */ in copy_thread() 190 /* __switch_to expects FP(0), BLINK(return addr) at top */ in copy_thread() 192 childksp[1] = (unsigned long)ret_from_fork; /* blink */ in copy_thread() 205 /* __switch_to expects FP(0), BLINK(return addr) at top of stack */ in copy_thread() 207 childksp[1] = (unsigned long)ret_from_fork; /* for POP blink */ in copy_thread()
|
/Linux-v5.15/arch/arm/mach-orion5x/ |
D | board-d2net.c | 36 * The blue front LED is wired to the CPLD and can blink in relation with the 46 * 0 | 1 | 0 | blink (rate 300ms) 88 err = gpio_request(D2NET_GPIO_BLUE_LED_BLINK_CTRL, "blue LED blink"); in d2net_gpio_leds_init() 95 pr_err("d2net: failed to configure blue LED blink GPIO\n"); in d2net_gpio_leds_init()
|
/Linux-v5.15/drivers/pinctrl/mvebu/ |
D | pinctrl-dove.c | 386 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 …]
|
/Linux-v5.15/arch/arm/plat-orion/ |
D | gpio.c | 121 __set_blinking(struct orion_gpio_chip *ochip, unsigned pin, int blink) in __set_blinking() argument 126 if (blink) in __set_blinking() 286 void orion_gpio_set_blink(unsigned pin, int blink) in orion_gpio_set_blink() argument 296 __set_blinking(ochip, pin & 31, blink); in orion_gpio_set_blink() 444 u32 out, io_conf, blink, in_pol, data_in, cause, edg_msk, lvl_msk; in orion_gpio_dbg_show() local 450 blink = readl_relaxed(GPIO_BLINK_EN(ochip)); in orion_gpio_dbg_show() 469 blink & msk ? "(blink )" : ""); in orion_gpio_dbg_show()
|