/linux-6.12.1/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-6.12.1/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
|
D | leds-class.rst | 132 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-6.12.1/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. 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.
|
D | sysfs-class-led-trigger-tty | 13 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-6.12.1/drivers/net/ethernet/intel/igc/ |
D | igc_leds.c | 50 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-6.12.1/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 | strcmp-archs.S | 41 j_s.d [blink] 60 j_s.d [blink] 73 j_s.d [blink]
|
D | memcpy-700.S | 43 j_s.d [blink] 48 jcs [blink] 61 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-6.12.1/Documentation/devicetree/bindings/leds/ |
D | leds-lgm.yaml | 41 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-6.12.1/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. 86 /* Total blink period in milliseconds */ 319 hw_blink = device_property_read_bool(dev, "nxp,hw-blink"); in pca963x_register_leds()
|
D | leds-mlxreg.c | 16 #define MLXREG_LED_OFFSET_BLINK_3HZ 0x01 /* Offset from solid: 3Hz blink */ 17 #define MLXREG_LED_OFFSET_BLINK_6HZ 0x02 /* Offset from solid: 6Hz blink */ 72 * 0x6 for 3Hz blink red, 0xd for solid green, 0xe for 3Hz blink in mlxreg_led_store_hw() 109 * 0x6 for 3Hz blink red, 0xd for solid green, 0xe for 3Hz blink in mlxreg_led_get_hw()
|
/linux-6.12.1/include/linux/ |
D | leds.h | 143 * Activate hardware accelerated blink, delays are in milliseconds 209 * Deactivate hardware blink control by setting brightness to LED_OFF via 220 * hardware blink control. 309 * This function makes the LED blink, attempting to use the 329 * This function makes the LED blink and is guaranteed to not sleep. Otherwise 336 * led_blink_set_oneshot - do a oneshot software blink 340 * @invert: blink off, then on, leaving the led on 342 * This function makes the LED blink one time for delay_on + 344 * blink is already in progress. 360 * software blink timer that implements blinking when the [all …]
|
/linux-6.12.1/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-6.12.1/drivers/auxdisplay/ |
D | charlcd.h | 12 #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
|
D | ht16k33.c | 99 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-6.12.1/arch/arc/kernel/ |
D | ctx_sw_asm.S | 24 push blink 59 pop blink 63 j [blink]
|
D | process.c | 150 * | 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-6.12.1/arch/arm/mach-orion5x/ |
D | board-d2net.c | 34 * The blue front LED is wired to the CPLD and can blink in relation with the 44 * 0 | 1 | 0 | blink (rate 300ms) 94 err = gpio_request(D2NET_GPIO_BLUE_LED_BLINK_CTRL, "blue LED blink"); in d2net_gpio_leds_init() 101 pr_err("d2net: failed to configure blue LED blink GPIO\n"); in d2net_gpio_leds_init()
|