Home
last modified time | relevance | path

Searched +full:30 +full:ua (Results 1 – 25 of 45) sorted by relevance

12

/linux/include/linux/platform_data/
H A Dadp8870.h83 * Blacklight current 0..30mA
85 #define ADP8870_BL_CUR_mA(I) ((I * 127) / 30)
88 * L2 comparator current 0..1106uA
93 * L3 comparator current 0..551uA
98 * L4 comparator current 0..275uA
103 * L5 comparator current 0..138uA
118 u8 l1_daylight_max; /* use BL_CUR_mA(I) 0 <= I <= 30 mA */
119 u8 l1_daylight_dim; /* typ = 0, use BL_CUR_mA(I) 0 <= I <= 30 mA */
120 u8 l2_bright_max; /* use BL_CUR_mA(I) 0 <= I <= 30 mA */
121 u8 l2_bright_dim; /* typ = 0, use BL_CUR_mA(I) 0 <= I <= 30 mA */
[all …]
H A Dadp8860.h86 * Blacklight current 0..30mA
88 #define ADP8860_BL_CUR_mA(I) ((I * 127) / 30)
91 * L2 comparator current 0..1106uA
96 * L3 comparator current 0..138uA
110 u8 l1_daylight_max; /* use BL_CUR_mA(I) 0 <= I <= 30 mA */
111 u8 l1_daylight_dim; /* typ = 0, use BL_CUR_mA(I) 0 <= I <= 30 mA */
112 u8 l2_office_max; /* use BL_CUR_mA(I) 0 <= I <= 30 mA */
113 u8 l2_office_dim; /* typ = 0, use BL_CUR_mA(I) 0 <= I <= 30 mA */
114 u8 l3_dark_max; /* use BL_CUR_mA(I) 0 <= I <= 30 mA */
115 u8 l3_dark_dim; /* typ = 0, use BL_CUR_mA(I) 0 <= I <= 30 mA */
[all …]
/linux/include/linux/mfd/
H A Dadp5520.h239 * Blacklight current 0..30mA
241 #define ADP5520_BL_CUR_mA(I) ((I * 127) / 30)
244 * L2 comparator current 0..1000uA
249 * L3 comparator current 0..127uA
260 u8 l1_daylight_max; /* use BL_CUR_mA(I) 0 <= I <= 30 mA */
261 u8 l1_daylight_dim; /* typ = 0, use BL_CUR_mA(I) 0 <= I <= 30 mA */
262 u8 l2_office_max; /* use BL_CUR_mA(I) 0 <= I <= 30 mA */
263 u8 l2_office_dim; /* typ = 0, use BL_CUR_mA(I) 0 <= I <= 30 mA */
264 u8 l3_dark_max; /* use BL_CUR_mA(I) 0 <= I <= 30 mA */
265 u8 l3_dark_dim; /* typ = 0, use BL_CUR_mA(I) 0 <= I <= 30 mA */
[all …]
/linux/Documentation/devicetree/bindings/sound/
H A Dcs43130.txt24 1 = 7.5uA
25 2 = 12.5uA
26 3 = 15uA
51 cs43130: audio-codec@30 {
/linux/drivers/phy/mediatek/
H A Dphy-mtk-mipi-dsi-mt8196.c109 udelay(30); in mtk_mipi_tx_pll_enable()
118 udelay(30); in mtk_mipi_tx_pll_enable()
159 usleep_range(30, 100); in mtk_mipi_tx_power_on_signal()
172 * strength (3000uA) and can add a maximum offset of 3000uA, reaching a in mtk_mipi_tx_power_on_signal()
173 * maximum drive strength of 3000+3000=6000uA. in mtk_mipi_tx_power_on_signal()
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-iio-adc-mt636020 Indicated MT6360 VBUS ADC with higher accuracy(+-30mA)
43 Calculating with scale and offset returns voltage in uA
50 Calculating with scale and offset returns voltage in uA
/linux/sound/usb/misc/
H A Dua101.c3 * Edirol UA-101/UA-1000 driver
19 MODULE_DESCRIPTION("Edirol UA-101/1000 driver");
30 #define MAX_QUEUE_LENGTH 30
32 * This magic value optimizes memory usage efficiency for the UA-101's packet
128 static void abort_alsa_playback(struct ua101 *ua);
129 static void abort_alsa_capture(struct ua101 *ua);
156 static void abort_usb_capture(struct ua101 *ua) in abort_usb_capture() argument
158 if (test_and_clear_bit(USB_CAPTURE_RUNNING, &ua->states)) { in abort_usb_capture()
159 wake_up(&ua in abort_usb_capture()
164 abort_usb_playback(struct ua101 * ua) abort_usb_playback() argument
173 struct ua101 *ua = urb->urb.context; playback_urb_complete() local
198 struct ua101 *ua = urb->context; first_playback_urb_complete() local
239 add_with_wraparound(struct ua101 * ua,unsigned int * value,unsigned int add) add_with_wraparound() argument
249 struct ua101 *ua = container_of(work, struct ua101, playback_work); playback_work() local
345 struct ua101 *ua = urb->context; capture_urb_complete() local
416 struct ua101 *ua = urb->context; first_capture_urb_complete() local
425 submit_stream_urbs(struct ua101 * ua,struct ua101_stream * stream) submit_stream_urbs() argument
449 enable_iso_interface(struct ua101 * ua,unsigned int intf_index) enable_iso_interface() argument
467 disable_iso_interface(struct ua101 * ua,unsigned int intf_index) disable_iso_interface() argument
485 stop_usb_capture(struct ua101 * ua) stop_usb_capture() argument
494 start_usb_capture(struct ua101 * ua) start_usb_capture() argument
522 stop_usb_playback(struct ua101 * ua) stop_usb_playback() argument
533 start_usb_playback(struct ua101 * ua) start_usb_playback() argument
597 abort_alsa_capture(struct ua101 * ua) abort_alsa_capture() argument
603 abort_alsa_playback(struct ua101 * ua) abort_alsa_playback() argument
609 set_stream_hw(struct ua101 * ua,struct snd_pcm_substream * substream,unsigned int channels) set_stream_hw() argument
644 struct ua101 *ua = substream->private_data; capture_pcm_open() local
664 struct ua101 *ua = substream->private_data; playback_pcm_open() local
691 struct ua101 *ua = substream->private_data; capture_pcm_close() local
702 struct ua101 *ua = substream->private_data; playback_pcm_close() local
715 struct ua101 *ua = substream->private_data; capture_pcm_hw_params() local
724 struct ua101 *ua = substream->private_data; playback_pcm_hw_params() local
736 struct ua101 *ua = substream->private_data; capture_pcm_prepare() local
766 struct ua101 *ua = substream->private_data; playback_pcm_prepare() local
794 struct ua101 *ua = substream->private_data; capture_pcm_trigger() local
812 struct ua101 *ua = substream->private_data; playback_pcm_trigger() local
828 ua101_pcm_pointer(struct ua101 * ua,struct ua101_stream * stream) ua101_pcm_pointer() argument
837 struct ua101 *ua = subs->private_data; capture_pcm_pointer() local
844 struct ua101 *ua = subs->private_data; playback_pcm_pointer() local
919 detect_usb_format(struct ua101 * ua) detect_usb_format() argument
1000 alloc_stream_buffers(struct ua101 * ua,struct ua101_stream * stream) alloc_stream_buffers() argument
1039 free_stream_buffers(struct ua101 * ua,struct ua101_stream * stream) free_stream_buffers() argument
1050 alloc_stream_urbs(struct ua101 * ua,struct ua101_stream * stream,void (* urb_complete)(struct urb *)) alloc_stream_urbs() argument
1104 free_usb_related_resources(struct ua101 * ua,struct usb_interface * interface) free_usb_related_resources() argument
1133 struct ua101 *ua = card->private_data; ua101_card_free() local
1162 struct ua101 *ua; ua101_probe() local
1279 struct ua101 *ua = usb_get_intfdata(interface); ua101_disconnect() local
[all...]
/linux/drivers/scsi/ibmvscsi_tgt/
H A Dibmvscsi_tgt.h95 #define SECONDS_TO_CONSIDER_FAILED 30
355 #define h_reg_crq(ua, tok, sz) \ argument
356 plpar_hcall_norets(H_REG_CRQ, ua, tok, sz)
357 #define h_free_crq(ua) \ argument
358 plpar_hcall_norets(H_FREE_CRQ, ua)
359 #define h_send_crq(ua, d1, d2) \ argument
360 plpar_hcall_norets(H_SEND_CRQ, ua, d1, d2)
/linux/Documentation/devicetree/bindings/iio/addac/
H A Dadi,ad74115.yaml140 When not present, the digital input range is from 0 to 3700uA in steps
141 of 120uA, with a ~2k series resistance.
142 When present, the digital input range is from 0 to 7400uA in steps
143 of 240uA, with a ~1k series resistance.
176 When present, the threshold range is fixed from -19V to 30V.
/linux/drivers/input/touchscreen/
H A Dhp680_ts_input.c37 udelay(30); in do_softint()
45 udelay(30); in do_softint()
126 MODULE_AUTHOR("Andriy Skulysh, askulysh@image.kiev.ua");
/linux/Documentation/devicetree/bindings/power/supply/
H A Dcharger-manager.yaml150 description: minimum current of cable in uA
154 description: maximum current of cable in uA
177 /* Always polling ON : 30s */
/linux/Documentation/devicetree/bindings/leds/
H A Dleds-lm36274.txt6 the I2C bus and/or controlled via a logic level PWM input from 60 uA to 30 mA.
/linux/drivers/ata/
H A Dpata_sil680.c7 * linux/drivers/ide/pci/siimage.c Version 1.07 Nov 30, 2003
165 int ua = sil680_seldev(ap, adev, 0x0C); in sil680_set_dmamode() local
174 pci_read_config_word(pdev, ua, &ultra); in sil680_set_dmamode()
193 pci_write_config_word(pdev, ua, ultra); in sil680_set_dmamode()
/linux/drivers/media/pci/tw5864/
H A Dtw5864-reg.h549 #define TW5864_TEST_ADLOOP_EN BIT(30)
578 * Bit[32:30] ch10
587 #define TW5864_ADPCM_ENC_XX_PTR2_SHIFT 30
590 /* ADPCM_ENC_WR_PTR[50:30] */
595 /* ADPCM_ENC_RD_PTR[50:30] */
730 * 1 30% higher current
735 * 0 1,5 uA
736 * 1 4 uA
737 * 2 9 uA
738 * 3 19 uA
[all …]
/linux/drivers/pinctrl/qcom/
H A Dpinctrl-spmi-gpio.c666 "pull-up 30uA", "pull-up 1.5uA", "pull-up 31.5uA", in pmic_gpio_config_dbg_show()
667 "pull-up 1.5uA + 30uA boost", "pull-down 10uA", "no pull" in pmic_gpio_config_dbg_show()
/linux/Documentation/devicetree/bindings/input/
H A Dazoteq,iqs7222.yaml495 0: 2 uA
496 1: 5 uA
497 2: 7 uA
498 3: 10 uA
1124 azoteq,lower-cal = <30>;
/linux/drivers/media/dvb-frontends/
H A Dascot2e.c359 /* XOSC_SEL=100uA */ in ascot2e_set_params()
370 data[4] = 30; in ascot2e_set_params()
512 /* XOSC_SEL=100uA */ in ascot2e_attach()
/linux/drivers/clk/berlin/
H A Dberlin2-avpll.c84 /* PLL Charge Pump Current = 10uA * (x + 1) */
102 #define VCO_CTRL30 AVPLL_CTRL(30)
/linux/Documentation/admin-guide/media/
H A Dsaa7134-cardlist.rst137 * - 30
646 - Avermedia AVerTV Studio 507UA
/linux/drivers/power/supply/
H A Dbd71828-power.c37 #define MAX_CURRENT_DEFAULT 890000 /* uA */
142 /* Reg val to uA */
1060 #define RSENS_DEFAULT_30MOHM 30000 /* 30 mOhm in uOhms*/
1094 /* Reg val to uA */ in bd7182x_get_rsens()
H A Dmax1720x_battery.c169 { .name = "nODSCCfg", .offset = 30, .bytes = 2, },
313 * in 10^-11 Volts for get current in uA.
H A Drt9467-charger.c102 #define RT9467_IRQ_CHGDET 30
613 dev_info(data->dev, "aicr get = %d uA\n", aicr_get); in rt9467_run_aicl()
/linux/Documentation/devicetree/bindings/pinctrl/
H A Dqcom,pmic-gpio.yaml553 If this property is omitted 30uA strength will be used
/linux/drivers/iio/temperature/
H A Dltc2983.c106 #define LTC2983_COMMON_HARD_FAULT_MASK GENMASK(31, 30)
188 LTC2983_SENSOR_DIRECT_ADC = 30,
1000 /* default to 5uA */ in ltc2983_rtd_new()
1136 /* default to 1uA */ in ltc2983_thermistor_new()
1544 * D31 is always 0, no valid bit, no fault bits. Read bits[30:0] in ltc2983_chan_read()
1547 *val &= GENMASK(30, 0); in ltc2983_chan_read()
/linux/drivers/scsi/
H A Dscsi_error.c15 * September 30, 2002 Mike Anderson (andmike@us.ibm.com)
668 * if we are expecting a cc/ua because of a bus reset that we in scsi_check_sense()
686 * we might also expect a cc/ua if another LUN on the target in scsi_check_sense()
687 * reported a UA with an ASC/ASCQ of 3F 0E - in scsi_check_sense()
708 * Pass the UA upwards for a determination in the completion in scsi_check_sense()

12