| /kernel/linux/linux-4.19/Documentation/leds/ |
| D | leds-lm3556.txt | 14 There are 3 functions in LM3556, Flash, Torch and Indicator. 45 INDICATOR MODE 46 Indicator pattern can be set through sys/class/leds/indicator/pattern file, 53 Indicator pattern example: 54 pattern 0: #echo 0 > sys/class/leds/indicator/pattern 56 pattern 3: #echo 3 > sys/class/leds/indicator/pattern 58 Indicator brightness can be controlled through 59 sys/class/leds/indicator/brightness file. 62 OFF : #echo 0 > sys/class/leds/indicator/brightness 63 5.86 mA : #echo 1 > sys/class/leds/indicator/brightness [all …]
|
| /kernel/linux/linux-5.10/Documentation/leds/ |
| D | leds-lm3556.rst | 16 There are 3 functions in LM3556, Flash, Torch and Indicator. 74 Indicator Mode 77 Indicator pattern can be set through sys/class/leds/indicator/pattern file, 86 Indicator pattern example: 90 #echo 0 > sys/class/leds/indicator/pattern 96 #echo 3 > sys/class/leds/indicator/pattern 98 Indicator brightness can be controlled through 99 sys/class/leds/indicator/brightness file. 105 #echo 0 > sys/class/leds/indicator/brightness 109 #echo 1 > sys/class/leds/indicator/brightness [all …]
|
| /kernel/linux/linux-4.19/drivers/staging/rtlwifi/halmac/ |
| D | rtl_halmac.c | 209 if (!rtlpriv->halmac.indicator[id].comp) { in init_halmac_event_with_waittime() 217 comp = rtlpriv->halmac.indicator[id].comp; in init_halmac_event_with_waittime() 218 rtlpriv->halmac.indicator[id].comp = NULL; in init_halmac_event_with_waittime() 222 rtlpriv->halmac.indicator[id].wait_ms = time; in init_halmac_event_with_waittime() 224 rtlpriv->halmac.indicator[id].buffer = buf; in init_halmac_event_with_waittime() 225 rtlpriv->halmac.indicator[id].buf_size = size; in init_halmac_event_with_waittime() 226 rtlpriv->halmac.indicator[id].ret_size = 0; in init_halmac_event_with_waittime() 227 rtlpriv->halmac.indicator[id].status = 0; in init_halmac_event_with_waittime() 229 rtlpriv->halmac.indicator[id].comp = comp; in init_halmac_event_with_waittime() 247 if (!rtlpriv->halmac.indicator[id].comp) in free_halmac_event() [all …]
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/leds/ |
| D | ams,as3645a.txt | 4 flash LED and one indicator LED. The high current flash LED can be 45 Required properties of the indicator child node (1) 49 led-max-microamp: Maximum indicator current. The allowed values are 52 Optional properties of the indicator child node 55 label : The label of the indicator LED. 74 indicator@1 { 77 label = "as3645a:indicator";
|
| /kernel/linux/linux-5.10/include/linux/mfd/ |
| D | si476x-reports.h | 59 * @rssi: Received Signal Strength Indicator(dBuV). 60 * @snr: RF SNR Indicator(dB). 62 * @hassi: Low/High side Adjacent(100 kHz) Channel Strength Indicator 63 * @mult: Multipath indicator 66 * @assi: Adjacent Channel(+/- 200kHz) Strength Indicator
|
| /kernel/linux/linux-4.19/include/linux/mfd/ |
| D | si476x-reports.h | 68 * @rssi: Received Signal Strength Indicator(dBuV). 69 * @snr: RF SNR Indicator(dB). 71 * @hassi: Low/High side Adjacent(100 kHz) Channel Strength Indicator 72 * @mult: Multipath indicator 75 * @assi: Adjacent Channel(+/- 200kHz) Strength Indicator
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/media/i2c/ |
| D | adp1653.txt | 11 There are two LED outputs available - flash and indicator. One LED is 12 represented by one child node, nodes need to be named "flash" and "indicator". 35 indicator {
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/media/i2c/ |
| D | adp1653.txt | 11 There are two LED outputs available - flash and indicator. One LED is 12 represented by one child node, nodes need to be named "flash" and "indicator". 35 indicator {
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/leds/ |
| D | ams,as3645a.txt | 4 flash LED and one indicator LED. The high current flash LED can be 47 Required properties of the indicator child node (1) 51 led-max-microamp: Maximum indicator current. The allowed values are 54 Optional properties of the indicator child node
|
| /kernel/linux/linux-5.10/drivers/leds/ |
| D | leds-lm355x.c | 65 /* specific indicator function for lm3556 */ 117 struct indicator { struct 122 /* indicator pattern data only for lm3556 */ argument 123 static struct indicator indicator_pattern[INDIC_PATTERN_SIZE] = { 336 /* indicator */ 351 /* indicator pattern only for lm3556*/ 467 /* indicator */ in lm355x_probe() 468 chip->cdev_indicator.name = "indicator"; in lm355x_probe() 475 /* indicator pattern control only for LM3556 */ in lm355x_probe()
|
| /kernel/linux/linux-4.19/drivers/leds/ |
| D | leds-lm355x.c | 69 /* specific indicator function for lm3556 */ 121 struct indicator { struct 126 /* indicator pattern data only for lm3556 */ argument 127 static struct indicator indicator_pattern[INDIC_PATTERN_SIZE] = { 340 /* indicator */ 355 /* indicator pattern only for lm3556*/ 473 /* indicator */ in lm355x_probe() 474 chip->cdev_indicator.name = "indicator"; in lm355x_probe() 481 /* indicator pattern control only for LM3556 */ in lm355x_probe()
|
| D | leds-as3645a.c | 50 /* Read / Write (Indicator and timer register): Reset state: 0000 1111 */ 137 char indicator[32]; member 204 * Configure the hardware with flash, assist and indicator currents, as well as 567 "can't find indicator node\n"); in as3645a_parse_node() 573 strlcpy(names->indicator, name, sizeof(names->indicator)); in as3645a_parse_node() 575 snprintf(names->indicator, sizeof(names->indicator), in as3645a_parse_node() 576 "%s:indicator", node->name); in as3645a_parse_node() 582 "can't read led-max-microamp property for indicator\n"); in as3645a_parse_node() 603 iled_cdev->name = names->indicator; in as3645a_led_class_setup()
|
| /kernel/linux/linux-4.19/drivers/s390/cio/ |
| D | qdio_thinint.c | 25 * Restriction: only 63 iqdio subchannels would have its own indicator, 26 * after that, subsequent subchannels share one indicator 54 /* returns addr for the device state change indicator */ 63 /* use the shared indicator */ in get_indicator() 240 /* allocate non-shared indicators and shared indicator */
|
| /kernel/linux/linux-5.10/drivers/tty/serial/ |
| D | dz.h | 32 #define DZ_DVAL 0x8000 /* Valid Data indicator */ 33 #define DZ_OERR 0x4000 /* Overrun error indicator */ 34 #define DZ_FERR 0x2000 /* Frame error indicator */ 35 #define DZ_PERR 0x1000 /* Parity error indicator */
|
| /kernel/linux/linux-4.19/drivers/tty/serial/ |
| D | dz.h | 32 #define DZ_DVAL 0x8000 /* Valid Data indicator */ 33 #define DZ_OERR 0x4000 /* Overrun error indicator */ 34 #define DZ_FERR 0x2000 /* Frame error indicator */ 35 #define DZ_PERR 0x1000 /* Parity error indicator */
|
| /kernel/linux/linux-5.10/arch/s390/kernel/ |
| D | relocate_kernel.S | 48 tml %r5,0x4 # is it the done indicator? 49 je .source_test # NO! Well, then it should be the source indicator... 52 tml %r5,0x8 # it should be a source indicator...
|
| /kernel/linux/linux-4.19/arch/s390/kernel/ |
| D | relocate_kernel.S | 48 tml %r5,0x4 # is it the done indicator? 49 je .source_test # NO! Well, then it should be the source indicator... 52 tml %r5,0x8 # it should be a source indicator...
|
| /kernel/linux/linux-5.10/kernel/time/ |
| D | tick-sched.h | 29 * @inidle: Indicator that the CPU is in the tick idle mode 30 * @tick_stopped: Indicator that the idle tick has been stopped 31 * @idle_active: Indicator that the CPU is actively in the tick idle mode;
|
| /kernel/linux/linux-5.10/drivers/s390/cio/ |
| D | qdio_thinint.c | 25 * Restriction: only 63 iqdio subchannels would have its own indicator, 26 * after that, subsequent subchannels share one indicator 46 /* returns addr for the device state change indicator */ 55 /* use the shared indicator */ in get_indicator()
|
| /kernel/linux/linux-4.19/include/linux/platform_data/ |
| D | usb-davinci.h | 25 /* Read the port over-current indicator */ 27 /* Over-current indicator change notification (pass NULL to disable) */
|
| /kernel/linux/linux-4.19/drivers/i2c/busses/ |
| D | i2c-stm32.h | 32 * @dma_transfer_dir: dma transfer direction indicator 33 * @dma_data_dir: dma transfer mode indicator
|
| /kernel/linux/linux-5.10/drivers/i2c/busses/ |
| D | i2c-stm32.h | 32 * @dma_transfer_dir: dma transfer direction indicator 33 * @dma_data_dir: dma transfer mode indicator
|
| /kernel/linux/linux-4.19/drivers/clk/ti/ |
| D | clk-3xxx.c | 48 * @idlest_val: pointer to a u8 to store the CM_IDLEST indicator 78 * @idlest_val: pointer to a u8 to store the CM_IDLEST indicator 118 * @idlest_val: pointer to a u8 to store the CM_IDLEST indicator 149 * @idlest_val: pointer to a u8 to store the CM_IDLEST indicator 200 * @idlest_val: pointer to a u8 to store the CM_IDLEST indicator
|
| /kernel/linux/linux-5.10/drivers/clk/ti/ |
| D | clk-3xxx.c | 48 * @idlest_val: pointer to a u8 to store the CM_IDLEST indicator 78 * @idlest_val: pointer to a u8 to store the CM_IDLEST indicator 118 * @idlest_val: pointer to a u8 to store the CM_IDLEST indicator 149 * @idlest_val: pointer to a u8 to store the CM_IDLEST indicator 200 * @idlest_val: pointer to a u8 to store the CM_IDLEST indicator
|
| /kernel/linux/linux-5.10/arch/microblaze/kernel/ |
| D | entry-nommu.S | 56 lwi r11, r0, PER_CPU(KM) /* load mode indicator */ 112 /* update mode indicator we are in kernel mode */ 148 /* save mode indicator */ 205 lwi r11, r0, PER_CPU(KM) /* load mode indicator */ 272 /* update mode indicator we are in kernel mode */ 307 lwi r11, r0, PER_CPU(KM) /* load mode indicator */ 363 /* update mode indicator we are in kernel mode */ 526 /* save mode indicator */
|