Home
last modified time | relevance | path

Searched full:indicator (Results 1 – 25 of 1163) sorted by relevance

12345678910>>...47

/OK3568_Linux_fs/kernel/Documentation/leds/
H A Dleds-lm3556.rst16 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 …]
/OK3568_Linux_fs/buildroot/dl/qt5quickcontrols2/
HDqtquickcontrols2-0d3d39e821ea7634c174a29910c18d7101bce6f7.tar.bz2pax_global_header qtquickcontrols2-0d3d39e821ea7634c174a29910c18d7101bce6f7/ qtquickcontrols2-0d3d39e821ea7634c174a29910c18d7101bce6f7/.qmake.conf qtquickcontrols2-0d3d39e821ea7634c174a29910c18d7101bce6f7 ...
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/
H A Dhal_halmac.c461 if (!d->hmpriv.indicator[id].sctx) { in init_halmac_event_with_waittime()
467 sctx = d->hmpriv.indicator[id].sctx; in init_halmac_event_with_waittime()
468 d->hmpriv.indicator[id].sctx = NULL; in init_halmac_event_with_waittime()
472 d->hmpriv.indicator[id].buffer = buf; in init_halmac_event_with_waittime()
473 d->hmpriv.indicator[id].buf_size = size; in init_halmac_event_with_waittime()
474 d->hmpriv.indicator[id].ret_size = 0; in init_halmac_event_with_waittime()
475 d->hmpriv.indicator[id].status = 0; in init_halmac_event_with_waittime()
477 d->hmpriv.indicator[id].sctx = sctx; in init_halmac_event_with_waittime()
492 if (!d->hmpriv.indicator[id].sctx) in free_halmac_event()
495 sctx = d->hmpriv.indicator[id].sctx; in free_halmac_event()
[all …]
/OK3568_Linux_fs/kernel/include/linux/mfd/
H A Dsi476x-reports.h59 * @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
/OK3568_Linux_fs/kernel/drivers/leds/
H A Dleds-lm355x.c65 /* 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()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/leds/
H A Dams,as3645a.txt4 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
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/media/i2c/
H A Dadp1653.txt11 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 {
/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Ddz.h32 #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 */
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/hal/
H A Dhal_halmac.c552 if (!d->hmpriv.indicator[id].sctx) { in init_halmac_event_with_waittime()
558 sctx = d->hmpriv.indicator[id].sctx; in init_halmac_event_with_waittime()
559 d->hmpriv.indicator[id].sctx = NULL; in init_halmac_event_with_waittime()
563 d->hmpriv.indicator[id].buffer = buf; in init_halmac_event_with_waittime()
564 d->hmpriv.indicator[id].buf_size = size; in init_halmac_event_with_waittime()
565 d->hmpriv.indicator[id].ret_size = 0; in init_halmac_event_with_waittime()
566 d->hmpriv.indicator[id].status = 0; in init_halmac_event_with_waittime()
568 d->hmpriv.indicator[id].sctx = sctx; in init_halmac_event_with_waittime()
583 if (!d->hmpriv.indicator[id].sctx) in free_halmac_event()
586 sctx = d->hmpriv.indicator[id].sctx; in free_halmac_event()
[all …]
/OK3568_Linux_fs/kernel/arch/s390/kernel/
H A Drelocate_kernel.S48 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...
/OK3568_Linux_fs/kernel/kernel/time/
H A Dtick-sched.h29 * @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;
/OK3568_Linux_fs/kernel/drivers/s390/cio/
H A Dqdio_thinint.c25 * 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()
/OK3568_Linux_fs/kernel/arch/microblaze/kernel/
H A Dentry-nommu.S56 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 */
/OK3568_Linux_fs/kernel/drivers/net/ethernet/cavium/liquidio/
H A Dliquidio_common.h356 /** Gather indicator 1=gather*/
390 /** Gather indicator 1=gather*/
407 /** Raw mode indicator 1 = RAW */
472 /** Raw mode indicator 1 = RAW */
484 /** Raw mode indicator 1 = RAW */
487 /** Gather indicator 1=gather*/
502 /** Short Raw Packet Indicator 1=short raw pkt */
517 /** Short Raw Packet Indicator 1=short raw pkt */
532 /** Gather indicator 1=gather*/
535 /** Raw mode indicator 1 = RAW */
/OK3568_Linux_fs/kernel/drivers/clk/ti/
H A Dclk-3xxx.c48 * @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
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dohci-da8xx.c48 /* Over-current indicator change bitmask */
278 * Update the status data from the hub with the over-current indicator change.
286 dev_dbg(hcd->self.controller, "over-current indicator change " in ohci_da8xx_hub_status_data()
320 /* The port over-current indicator (POCI) bit is always 0 */ in ohci_da8xx_hub_control()
324 /* The over-current indicator change (OCIC) bit is 0 too */ in ohci_da8xx_hub_control()
433 "OHCI over-current indicator", da8xx_ohci); in ohci_da8xx_probe()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/
H A Dhal_halmac.c641 if (!d->hmpriv.indicator[id].sctx) { in init_halmac_event_with_waittime()
647 sctx = d->hmpriv.indicator[id].sctx; in init_halmac_event_with_waittime()
648 d->hmpriv.indicator[id].sctx = NULL; in init_halmac_event_with_waittime()
652 d->hmpriv.indicator[id].buffer = buf; in init_halmac_event_with_waittime()
653 d->hmpriv.indicator[id].buf_size = size; in init_halmac_event_with_waittime()
654 d->hmpriv.indicator[id].ret_size = 0; in init_halmac_event_with_waittime()
655 d->hmpriv.indicator[id].status = 0; in init_halmac_event_with_waittime()
657 d->hmpriv.indicator[id].sctx = sctx; in init_halmac_event_with_waittime()
672 if (!d->hmpriv.indicator[id].sctx) in free_halmac_event()
675 sctx = d->hmpriv.indicator[id].sctx; in free_halmac_event()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/hal/
H A Dhal_halmac.c619 if (!d->hmpriv.indicator[id].sctx) { in init_halmac_event_with_waittime()
625 sctx = d->hmpriv.indicator[id].sctx; in init_halmac_event_with_waittime()
626 d->hmpriv.indicator[id].sctx = NULL; in init_halmac_event_with_waittime()
630 d->hmpriv.indicator[id].buffer = buf; in init_halmac_event_with_waittime()
631 d->hmpriv.indicator[id].buf_size = size; in init_halmac_event_with_waittime()
632 d->hmpriv.indicator[id].ret_size = 0; in init_halmac_event_with_waittime()
633 d->hmpriv.indicator[id].status = 0; in init_halmac_event_with_waittime()
635 d->hmpriv.indicator[id].sctx = sctx; in init_halmac_event_with_waittime()
650 if (!d->hmpriv.indicator[id].sctx) in free_halmac_event()
653 sctx = d->hmpriv.indicator[id].sctx; in free_halmac_event()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/hal/
H A Dhal_halmac.c619 if (!d->hmpriv.indicator[id].sctx) { in init_halmac_event_with_waittime()
625 sctx = d->hmpriv.indicator[id].sctx; in init_halmac_event_with_waittime()
626 d->hmpriv.indicator[id].sctx = NULL; in init_halmac_event_with_waittime()
630 d->hmpriv.indicator[id].buffer = buf; in init_halmac_event_with_waittime()
631 d->hmpriv.indicator[id].buf_size = size; in init_halmac_event_with_waittime()
632 d->hmpriv.indicator[id].ret_size = 0; in init_halmac_event_with_waittime()
633 d->hmpriv.indicator[id].status = 0; in init_halmac_event_with_waittime()
635 d->hmpriv.indicator[id].sctx = sctx; in init_halmac_event_with_waittime()
650 if (!d->hmpriv.indicator[id].sctx) in free_halmac_event()
653 sctx = d->hmpriv.indicator[id].sctx; in free_halmac_event()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/hal/
H A Dhal_halmac.c619 if (!d->hmpriv.indicator[id].sctx) { in init_halmac_event_with_waittime()
625 sctx = d->hmpriv.indicator[id].sctx; in init_halmac_event_with_waittime()
626 d->hmpriv.indicator[id].sctx = NULL; in init_halmac_event_with_waittime()
630 d->hmpriv.indicator[id].buffer = buf; in init_halmac_event_with_waittime()
631 d->hmpriv.indicator[id].buf_size = size; in init_halmac_event_with_waittime()
632 d->hmpriv.indicator[id].ret_size = 0; in init_halmac_event_with_waittime()
633 d->hmpriv.indicator[id].status = 0; in init_halmac_event_with_waittime()
635 d->hmpriv.indicator[id].sctx = sctx; in init_halmac_event_with_waittime()
650 if (!d->hmpriv.indicator[id].sctx) in free_halmac_event()
653 sctx = d->hmpriv.indicator[id].sctx; in free_halmac_event()
[all …]
/OK3568_Linux_fs/kernel/Documentation/admin-guide/media/
H A Dsi476x.rst142 indicator
144 Strength indicator
146 0x20 mult Multipath indicator
149 0x25 usn Ultrasonic noise indicator
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/hal/
H A Dhal_halmac.c653 if (!d->hmpriv.indicator[id].sctx) { in init_halmac_event_with_waittime()
659 sctx = d->hmpriv.indicator[id].sctx; in init_halmac_event_with_waittime()
660 d->hmpriv.indicator[id].sctx = NULL; in init_halmac_event_with_waittime()
664 d->hmpriv.indicator[id].buffer = buf; in init_halmac_event_with_waittime()
665 d->hmpriv.indicator[id].buf_size = size; in init_halmac_event_with_waittime()
666 d->hmpriv.indicator[id].ret_size = 0; in init_halmac_event_with_waittime()
667 d->hmpriv.indicator[id].status = 0; in init_halmac_event_with_waittime()
669 d->hmpriv.indicator[id].sctx = sctx; in init_halmac_event_with_waittime()
684 if (!d->hmpriv.indicator[id].sctx) in free_halmac_event()
687 sctx = d->hmpriv.indicator[id].sctx; in free_halmac_event()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/hal/
H A Dhal_halmac.c653 if (!d->hmpriv.indicator[id].sctx) { in init_halmac_event_with_waittime()
659 sctx = d->hmpriv.indicator[id].sctx; in init_halmac_event_with_waittime()
660 d->hmpriv.indicator[id].sctx = NULL; in init_halmac_event_with_waittime()
664 d->hmpriv.indicator[id].buffer = buf; in init_halmac_event_with_waittime()
665 d->hmpriv.indicator[id].buf_size = size; in init_halmac_event_with_waittime()
666 d->hmpriv.indicator[id].ret_size = 0; in init_halmac_event_with_waittime()
667 d->hmpriv.indicator[id].status = 0; in init_halmac_event_with_waittime()
669 d->hmpriv.indicator[id].sctx = sctx; in init_halmac_event_with_waittime()
684 if (!d->hmpriv.indicator[id].sctx) in free_halmac_event()
687 sctx = d->hmpriv.indicator[id].sctx; in free_halmac_event()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/
H A Dhal_halmac.c652 if (!d->hmpriv.indicator[id].sctx) { in init_halmac_event_with_waittime()
658 sctx = d->hmpriv.indicator[id].sctx; in init_halmac_event_with_waittime()
659 d->hmpriv.indicator[id].sctx = NULL; in init_halmac_event_with_waittime()
663 d->hmpriv.indicator[id].buffer = buf; in init_halmac_event_with_waittime()
664 d->hmpriv.indicator[id].buf_size = size; in init_halmac_event_with_waittime()
665 d->hmpriv.indicator[id].ret_size = 0; in init_halmac_event_with_waittime()
666 d->hmpriv.indicator[id].status = 0; in init_halmac_event_with_waittime()
668 d->hmpriv.indicator[id].sctx = sctx; in init_halmac_event_with_waittime()
683 if (!d->hmpriv.indicator[id].sctx) in free_halmac_event()
686 sctx = d->hmpriv.indicator[id].sctx; in free_halmac_event()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/hal/
H A Dhal_halmac.c652 if (!d->hmpriv.indicator[id].sctx) { in init_halmac_event_with_waittime()
658 sctx = d->hmpriv.indicator[id].sctx; in init_halmac_event_with_waittime()
659 d->hmpriv.indicator[id].sctx = NULL; in init_halmac_event_with_waittime()
663 d->hmpriv.indicator[id].buffer = buf; in init_halmac_event_with_waittime()
664 d->hmpriv.indicator[id].buf_size = size; in init_halmac_event_with_waittime()
665 d->hmpriv.indicator[id].ret_size = 0; in init_halmac_event_with_waittime()
666 d->hmpriv.indicator[id].status = 0; in init_halmac_event_with_waittime()
668 d->hmpriv.indicator[id].sctx = sctx; in init_halmac_event_with_waittime()
683 if (!d->hmpriv.indicator[id].sctx) in free_halmac_event()
686 sctx = d->hmpriv.indicator[id].sctx; in free_halmac_event()
[all …]

12345678910>>...47