/linux-6.15/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 …]
|
/linux-6.15/drivers/scsi/elx/libefc/ |
D | efc_cmds.c | 28 sli_resource_free(efc->sli, SLI4_RSRC_VPI, nport->indicator); in efc_nport_free_resources() 42 nport->indicator, status, le16_to_cpu(hdr->status)); in efc_nport_get_mbox_status() 71 rc = sli_cmd_unreg_vpi(efc->sli, data, nport->indicator, in efc_nport_free_unreg_vpi() 132 nport->indicator, nport->domain->indicator); in efc_nport_alloc_init_vpi() 190 &nport->dma, nport->indicator); in efc_nport_alloc_read_sparm64() 211 nport->indicator = U32_MAX; in efc_cmd_nport_alloc() 219 * indicator field of the port object. in efc_cmd_nport_alloc() 222 &nport->indicator, &index)) { in efc_cmd_nport_alloc() 239 sli_resource_free(efc->sli, SLI4_RSRC_VPI, nport->indicator); in efc_cmd_nport_alloc() 277 nport->sli_wwpn, nport->indicator, in efc_cmd_nport_attach() [all …]
|
D | efclib.h | 119 * @indicator: VPI 155 u32 indicator; member 191 * @indicator: VFI 222 u32 indicator; member 253 * @indicator: RPI 260 u32 indicator; member
|
/linux-6.15/tools/perf/pmu-events/arch/arm64/arm/neoverse-v3/ |
D | general.json | 7 …"Count of RXDAT or RXRSP responses received with indication completer fullness indicator set to 0", 13 …"Count of RXDAT or RXRSP responses received with indication completer fullness indicator set to 1", 19 …"Count of RXDAT or RXRSP responses received with indication completer fullness indicator set to 2", 25 …"Count of RXDAT or RXRSP responses received with indication completer fullness indicator set to 3",
|
/linux-6.15/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
|
/linux-6.15/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-6.15/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
|
D | mediatek,mt6370-indicator.yaml | 4 $id: http://devicetree.org/schemas/leds/mediatek,mt6370-indicator.yaml# 18 const: mediatek,mt6370-indicator
|
/linux-6.15/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()
|
/linux-6.15/Documentation/devicetree/bindings/mfd/ |
D | mediatek,mt6370.yaml | 67 indicator: 69 $ref: /schemas/leds/mediatek,mt6370-indicator.yaml# 107 - indicator 157 indicator { 158 compatible = "mediatek,mt6370-indicator";
|
/linux-6.15/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 */
|
/linux-6.15/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-6.15/Documentation/hwmon/ |
D | hp-wmi-sensors.rst | 35 ``fan[X]_fault`` RO Fan sensor fault indicator. 36 ``fan[X]_alarm`` RO Fan sensor alarm indicator. 42 ``temp[X]_fault`` RO Temperature sensor fault indicator. 43 ``temp[X]_alarm`` RO Temperature sensor alarm indicator. 44 ``intrusion[X]_alarm`` RW Chassis intrusion alarm indicator.
|
/linux-6.15/include/linux/can/ |
D | length.h | 26 * FD Format indicator (FDF) 1 46 * FD Format indicator (FDF) 1 65 * FD Format indicator (FDF) 1 68 * Error Status Indicator (ESI) 1 88 * FD Format indicator (FDF) 1 91 * Error Status Indicator (ESI) 1
|
/linux-6.15/drivers/s390/cio/ |
D | qdio_thinint.c | 26 * Restriction: only 63 iqdio subchannels would have its own indicator, 27 * after that, subsequent subchannels share one indicator 47 /* returns addr for the device state change indicator */ 56 /* use the shared indicator */ in get_indicator()
|
/linux-6.15/include/uapi/linux/ |
D | pfrut.h | 107 * @status: Indicator of whether this query succeed. 140 * @status: Indicator of whether this query succeed. 158 * @status: Indicator of whether this update succeed. 176 * @status: Indicator of whether this update succeed.
|
/linux-6.15/drivers/clk/ti/ |
D | clk-3xxx.c | 40 * @idlest_val: pointer to a u8 to store the CM_IDLEST indicator 70 * @idlest_val: pointer to a u8 to store the CM_IDLEST indicator 110 * @idlest_val: pointer to a u8 to store the CM_IDLEST indicator 141 * @idlest_val: pointer to a u8 to store the CM_IDLEST indicator 192 * @idlest_val: pointer to a u8 to store the CM_IDLEST indicator
|
/linux-6.15/drivers/net/ethernet/cavium/liquidio/ |
D | liquidio_common.h | 356 /** 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 */
|
/linux-6.15/drivers/i2c/busses/ |
D | i2c-stm32.h | 32 * @dma_transfer_dir: dma transfer direction indicator 33 * @dma_data_dir: dma transfer mode indicator
|
/linux-6.15/drivers/usb/host/ |
D | ohci-da8xx.c | 49 /* Over-current indicator change bitmask */ 279 * Update the status data from the hub with the over-current indicator change. 287 dev_dbg(hcd->self.controller, "over-current indicator change " in ohci_da8xx_hub_status_data() 321 /* The port over-current indicator (POCI) bit is always 0 */ in ohci_da8xx_hub_control() 325 /* The over-current indicator change (OCIC) bit is 0 too */ in ohci_da8xx_hub_control() 434 "OHCI over-current indicator", da8xx_ohci); in ohci_da8xx_probe()
|
/linux-6.15/Documentation/admin-guide/media/ |
D | si476x.rst | 142 indicator 144 Strength indicator 146 0x20 mult Multipath indicator 149 0x25 usn Ultrasonic noise indicator
|
/linux-6.15/drivers/media/platform/via/ |
D | via-camera.h | 90 #define VCR_TS0ERR 0x354 /* TS buffer 0 error indicator */ 91 #define VCR_TS1ERR 0x358 /* TS buffer 0 error indicator */ 92 #define VCR_TS2ERR 0x35c /* TS buffer 0 error indicator */
|
/linux-6.15/include/media/ |
D | v4l2-flash-led-class.h | 73 * @iled_cdev: LED class device representing indicator LED associated 138 * v4l2_flash_indicator_init - initialize V4L2 indicator sub-device 141 * @iled_cdev: LED flash class device representing the indicator LED
|
/linux-6.15/Documentation/userspace-api/media/v4l/ |
D | ext-ctrls-flash.rst | 132 Intensity of the indicator LED. The indicator LED may be fully 168 condition on the indicator LED.
|
/linux-6.15/Documentation/admin-guide/laptops/ |
D | lg-laptop.rst | 28 and the reader mode indicator LED (on F9 key) turns on. 79 Touchpad indicator LED
|