| /Linux-v4.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 …]
|
| /Linux-v4.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";
|
| D | common.txt | 47 (e.g. torch or indicator). 49 - panic-indicator : This property specifies that the LED should be used, 50 if at all possible, as a panic indicator.
|
| D | leds-pwm.txt | 32 /* provides one PWM (id 0 for Charing indicator LED) */
|
| D | leds-gpio.txt | 24 - panic-indicator : (optional)
|
| /Linux-v4.19/Documentation/leds/ |
| D | leds-lm3556.txt | 46 Indicator pattern can be set through sys/class/leds/indicator/pattern file, 54 pattern 0: #echo 0 > sys/class/leds/indicator/pattern 56 pattern 3: #echo 3 > sys/class/leds/indicator/pattern 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 65 46.875mA : #echo 8 > sys/class/leds/indicator/brightness
|
| D | leds-class-flash.txt | 37 - iled_cdev : LED flash class device representing indicator LED associated with 55 * indicator_intensity - constraints for the indicator LED
|
| /Linux-v4.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 {
|
| /Linux-v4.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...
|
| /Linux-v4.19/drivers/leds/ |
| D | leds-as3645a.c | 137 char indicator[32]; member 573 strlcpy(names->indicator, name, sizeof(names->indicator)); in as3645a_parse_node() 575 snprintf(names->indicator, sizeof(names->indicator), in as3645a_parse_node() 603 iled_cdev->name = names->indicator; in as3645a_led_class_setup()
|
| D | leds-lm355x.c | 121 struct indicator { struct 127 static struct indicator indicator_pattern[INDIC_PATTERN_SIZE] = {
|
| /Linux-v4.19/Documentation/media/v4l-drivers/ |
| D | si476x.rst | 140 indicator 142 Strength indicator 144 0x20 mult Multipath indicator 147 0x25 usn Ultrasonic noise indicator
|
| /Linux-v4.19/Documentation/devicetree/bindings/pwm/ |
| D | ti,twl-pwmled.txt | 5 On TWL6030 series: LED PWM (mainly used as charging indicator LED)
|
| /Linux-v4.19/arch/powerpc/include/asm/ |
| D | rtas.h | 354 extern int rtas_set_indicator(int indicator, int index, int new_value); 355 extern int rtas_set_indicator_fast(int indicator, int index, int new_value);
|
| /Linux-v4.19/Documentation/ABI/testing/ |
| D | sysfs-class-led-flash | 70 * indicator-led-fault - the flash controller has detected 71 a short or open circuit condition on the indicator LED
|
| /Linux-v4.19/drivers/usb/core/ |
| D | hub.h | 68 u8 indicator[USB_MAXCHILDREN]; member
|
| /Linux-v4.19/arch/powerpc/boot/dts/ |
| D | xpedite5200.dts | 104 * 3: XMC root complex indicator 105 * 4: Flash boot device indicator 107 * 6: PMC monarch indicator
|
| D | xpedite5200_xmon.dts | 108 * 3: XMC root complex indicator 109 * 4: Flash boot device indicator 111 * 6: PMC monarch indicator
|
| /Linux-v4.19/Documentation/devicetree/bindings/mfd/ |
| D | sprd,sc27xx-pmic.txt | 12 - User interface function, such as indicator, flash LED and so on.
|
| /Linux-v4.19/arch/powerpc/kernel/ |
| D | rtas.c | 649 int rtas_set_indicator(int indicator, int index, int new_value) in rtas_set_indicator() argument 658 rc = rtas_call(token, 3, 1, NULL, indicator, index, new_value); in rtas_set_indicator() 670 int rtas_set_indicator_fast(int indicator, int index, int new_value) in rtas_set_indicator_fast() argument 678 rc = rtas_call(token, 3, 1, NULL, indicator, index, new_value); in rtas_set_indicator_fast()
|
| /Linux-v4.19/Documentation/devicetree/bindings/ata/ |
| D | sata_highbank.txt | 20 indicator lights using the indicated GPIOs
|
| /Linux-v4.19/arch/arm/boot/dts/ |
| D | twl6030.dtsi | 98 /* provides one PWM (id 0 for Charging indicator LED) */
|
| /Linux-v4.19/Documentation/arm/Samsung/ |
| D | Bootloader-interface.txt | 59 0x0908 Non-zero Secondary CPU boot up indicator
|
| /Linux-v4.19/arch/arc/lib/ |
| D | strcmp.S | 51 or r0,r0,r4 ; or in zero indicator
|
| /Linux-v4.19/Documentation/devicetree/bindings/spmi/ |
| D | qcom,spmi-pmic-arb.txt | 37 - interrupt-controller : boolean indicator that the PMIC arbiter is an interrupt controller
|