Searched refs:voltage (Results 151 - 175 of 252) sorted by relevance

1234567891011

/linux-master/drivers/media/pci/cx23885/
H A Dcx23885-dvb.c594 enum fe_sec_voltage voltage)
599 if (voltage == SEC_VOLTAGE_18)
601 else if (voltage == SEC_VOLTAGE_13)
609 enum fe_sec_voltage voltage)
616 switch (voltage) {
632 port->fe_set_voltage(fe, voltage);
638 enum fe_sec_voltage voltage)
645 switch (voltage) {
660 return port->fe_set_voltage(fe, voltage);
1205 enum fe_sec_voltage voltage)
593 p8000_set_voltage(struct dvb_frontend *fe, enum fe_sec_voltage voltage) argument
608 dvbsky_t9580_set_voltage(struct dvb_frontend *fe, enum fe_sec_voltage voltage) argument
637 dvbsky_s952_portc_set_voltage(struct dvb_frontend *fe, enum fe_sec_voltage voltage) argument
[all...]
/linux-master/drivers/gpu/drm/radeon/
H A Dsi_dpm.c1683 u16 value, SISLANDS_SMC_VOLTAGE_VALUE *voltage);
1685 SISLANDS_SMC_VOLTAGE_VALUE *voltage,
2524 u16 voltage; local
2532 voltage = vddc_max - (vddc_step * j);
2536 voltage,
2562 u16 voltage; local
2567 voltage = vddc_max - (vddc_step * j);
2572 voltage,
2860 if (highest_leakage < si_pi->leakage_voltage.entries[i].voltage)
2861 highest_leakage = si_pi->leakage_voltage.entries[i].voltage;
2870 si_get_vce_clock_voltage(struct radeon_device *rdev, u32 evclk, u32 ecclk, u16 *voltage) argument
4046 si_populate_voltage_value(struct radeon_device *rdev, const struct atom_voltage_table *table, u16 value, SISLANDS_SMC_VOLTAGE_VALUE *voltage) argument
4066 si_populate_mvdd_value(struct radeon_device *rdev, u32 mclk, SISLANDS_SMC_VOLTAGE_VALUE *voltage) argument
4083 si_get_std_voltage_value(struct radeon_device *rdev, SISLANDS_SMC_VOLTAGE_VALUE *voltage, u16 *std_voltage) argument
4134 si_populate_std_voltage_value(struct radeon_device *rdev, u16 value, u8 index, SISLANDS_SMC_VOLTAGE_VALUE *voltage) argument
4144 si_populate_phase_shedding_value(struct radeon_device *rdev, const struct radeon_phase_shedding_limits_table *limits, u16 voltage, u32 sclk, u32 mclk, SISLANDS_SMC_VOLTAGE_VALUE *smc_voltage) argument
4288 si_populate_initial_mvdd_value(struct radeon_device *rdev, struct SISLANDS_SMC_VOLTAGE_VALUE *voltage) argument
[all...]
H A Dni_dpm.c1302 NISLANDS_SMC_VOLTAGE_VALUE *voltage)
1308 voltage->index = (u8)i;
1309 voltage->value = cpu_to_be16(table->entries[i].value);
1322 NISLANDS_SMC_VOLTAGE_VALUE *voltage)
1328 voltage->index = eg_pi->mvdd_high_index;
1329 voltage->value = cpu_to_be16(MVDD_HIGH_VALUE);
1334 voltage->index = eg_pi->mvdd_low_index;
1335 voltage->value = cpu_to_be16(MVDD_LOW_VALUE);
1337 voltage->index = eg_pi->mvdd_high_index;
1338 voltage
1299 ni_populate_voltage_value(struct radeon_device *rdev, struct atom_voltage_table *table, u16 value, NISLANDS_SMC_VOLTAGE_VALUE *voltage) argument
1320 ni_populate_mvdd_value(struct radeon_device *rdev, u32 mclk, NISLANDS_SMC_VOLTAGE_VALUE *voltage) argument
1342 ni_get_std_voltage_value(struct radeon_device *rdev, NISLANDS_SMC_VOLTAGE_VALUE *voltage, u16 *std_voltage) argument
1355 ni_populate_std_voltage_value(struct radeon_device *rdev, u16 value, u8 index, NISLANDS_SMC_VOLTAGE_VALUE *voltage) argument
1670 ni_populate_initial_mvdd_value(struct radeon_device *rdev, struct NISLANDS_SMC_VOLTAGE_VALUE *voltage) argument
[all...]
H A Devergreen.c1625 * (voltage, etc.) (evergreen+).
1632 struct radeon_voltage *voltage = &ps->clock_info[req_cm_idx].voltage; local
1634 if (voltage->type == VOLTAGE_SW) {
1635 /* 0xff0x are flags rather then an actual voltage */
1636 if ((voltage->voltage & 0xff00) == 0xff00)
1638 if (voltage->voltage && (voltage
[all...]
H A Dr600.c781 struct radeon_voltage *voltage = &ps->clock_info[req_cm_idx].voltage; local
783 if ((voltage->type == VOLTAGE_SW) && voltage->voltage) {
784 /* 0xff01 is a flag rather then an actual voltage */
785 if (voltage->voltage == 0xff01)
787 if (voltage->voltage !
[all...]
/linux-master/drivers/media/dvb-frontends/
H A Dtda10071.c140 u8 voltage; local
147 dev_dbg(&client->dev, "voltage=%d\n", fe_sec_voltage);
151 voltage = 0;
154 voltage = 1;
157 voltage = 0;
167 cmd.args[2] = voltage;
H A Dcx24117.c899 enum fe_sec_voltage voltage)
908 voltage == SEC_VOLTAGE_13 ? "SEC_VOLTAGE_13" :
909 voltage == SEC_VOLTAGE_18 ? "SEC_VOLTAGE_18" :
917 if ((voltage == SEC_VOLTAGE_13) ||
918 (voltage == SEC_VOLTAGE_18)) {
929 /* Wait for voltage/min repeat delay */
935 cmd.args[2] = (voltage == SEC_VOLTAGE_18 ? 0x01 : 0x00);
1083 /* Wait for voltage/min repeat delay */
898 cx24117_set_voltage(struct dvb_frontend *fe, enum fe_sec_voltage voltage) argument
H A Dves1x93.c273 enum fe_sec_voltage voltage)
277 switch (voltage) {
272 ves1x93_set_voltage(struct dvb_frontend *fe, enum fe_sec_voltage voltage) argument
H A Dcx24110.c87 {0x56,0x4d}, /* set the filtune voltage to 2.7V, as recommended by */
357 enum fe_sec_voltage voltage)
361 switch (voltage) {
356 cx24110_set_voltage(struct dvb_frontend *fe, enum fe_sec_voltage voltage) argument
H A Dcx24116.c20 Fill set_voltage with actually control voltage code.
21 Correct set tone to not affect voltage.
833 enum fe_sec_voltage voltage)
839 voltage == SEC_VOLTAGE_13 ? "SEC_VOLTAGE_13" :
840 voltage == SEC_VOLTAGE_18 ? "SEC_VOLTAGE_18" : "??");
847 /* Wait for voltage/min repeat delay */
851 cmd.args[0x01] = (voltage == SEC_VOLTAGE_18 ? 0x01 : 0x00);
1019 /* Wait for voltage/min repeat delay */
1073 /* Wait for voltage/min repeat delay */
832 cx24116_set_voltage(struct dvb_frontend *fe, enum fe_sec_voltage voltage) argument
H A Dds3000.c394 enum fe_sec_voltage voltage)
399 dprintk("%s(%d)\n", __func__, voltage);
404 switch (voltage) {
855 * Some devices like T480 starts with voltage on. Be sure
856 * to turn voltage off during init, as this can otherwise
393 ds3000_set_voltage(struct dvb_frontend *fe, enum fe_sec_voltage voltage) argument
/linux-master/drivers/hwmon/
H A Daquacomputer_d5next.c320 "Pump voltage",
321 "Fan voltage",
322 "+5V voltage",
323 "+12V voltage"
381 "Fan 1 voltage",
382 "Fan 2 voltage",
383 "Fan 3 voltage",
384 "Fan 4 voltage",
385 "Fan 5 voltage",
386 "Fan 6 voltage",
520 u8 voltage; member in struct:aqc_fan_structure_offsets
[all...]
/linux-master/drivers/mmc/host/
H A Drtsx_pci_sdmmc.c1200 * abort the voltage switch sequence;
1225 /* Wait 1.8V output of voltage regulator in card stable */
1264 u8 voltage; local
1281 voltage = OUTPUT_3V3;
1283 voltage = OUTPUT_1V8;
1285 if (voltage == OUTPUT_1V8) {
1291 err = rtsx_pci_switch_output_voltage(pcr, voltage);
1295 if (voltage == OUTPUT_1V8) {
/linux-master/drivers/soc/tegra/
H A Dpmc.c282 unsigned int voltage; member in struct:tegra_io_pad_soc
725 * We don't know whether voltage state is okay for the
1389 dev_err(&genpd->dev, "failed to set voltage to %duV: %d\n",
1711 int voltage)
1720 if (pad->voltage == UINT_MAX)
1728 if (voltage == TEGRA_IO_PAD_VOLTAGE_1V8)
1729 value &= ~BIT(pad->voltage);
1731 value |= BIT(pad->voltage);
1735 /* write-enable PMC_PWR_DET_VALUE[pad->voltage] */
1737 value |= BIT(pad->voltage);
1710 tegra_io_pad_set_voltage(struct tegra_pmc *pmc, enum tegra_io_pad id, int voltage) argument
[all...]
/linux-master/drivers/media/usb/dvb-usb/
H A Dtechnisat-usb2.c468 enum fe_sec_voltage voltage)
473 gpio[2] = 1; /* high - voltage ? */
475 switch (voltage) {
467 technisat_usb2_set_voltage(struct dvb_frontend *fe, enum fe_sec_voltage voltage) argument
H A Dopera1.c168 enum fe_sec_voltage voltage)
176 if (voltage == SEC_VOLTAGE_18) {
167 opera1_set_voltage(struct dvb_frontend *fe, enum fe_sec_voltage voltage) argument
/linux-master/drivers/regulator/
H A Dbd71815-regulator.c183 * Bucks 1 and 2 have two voltage selection registers where selected
184 * voltage can be set. Which of the registers is used can be either controlled
189 * voltage is immediately changed no matter what is set as ramp rate. Thus we
190 * default changing voltage by writing new value to inactive register and
192 * HW state machine is not used to select the voltage.
203 if (of_property_present(np, "rohm,dvs-run-voltage") ||
204 of_property_present(np, "rohm,dvs-suspend-voltage") ||
205 of_property_present(np, "rohm,dvs-lpsr-voltage") ||
206 of_property_present(np, "rohm,dvs-snvs-voltage")) {
216 * We are currently using voltage fro
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_lib.c277 dml_print("DML PARAMS: voltage = %d\n", clks_cfg->voltage);
H A Ddisplay_mode_structs.h177 * defines things such as clock, voltage, performance, etc. Usually, we load
548 int voltage; member in struct:_vcs_dpi_display_clocks_and_cfg_st
/linux-master/drivers/media/test-drivers/vidtv/
H A Dvidtv_demod.c315 enum fe_sec_voltage voltage)
314 vidtv_demod_set_voltage(struct dvb_frontend *fe, enum fe_sec_voltage voltage) argument
/linux-master/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn35/
H A Ddcn35_clk_mgr.c747 /* dispclk and dppclk can be max at any voltage, same number of levels for both */
782 bw_params->clk_table.entries[i].voltage = clock_table->MemPstateTable[min_pstate].Voltage;
801 bw_params->clk_table.entries[i].voltage = clock_table->MemPstateTable[max_pstate].Voltage;
842 bw_params->clk_table.entries[i].voltage = def_max.voltage;
/linux-master/drivers/rtc/
H A Drtc-rv3032.c580 u32 val, ohms, voltage; local
584 if (!device_property_read_u32(dev, "trickle-voltage-millivolt", &voltage)) {
586 if (voltage == rv3032_trickle_voltages[i])
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Ddp.c279 int voltage = lt->conf[0] & DPCD_LC03_VOLTAGE_SWING_SET; local
303 if ((lt->conf[0] & DPCD_LC03_VOLTAGE_SWING_SET) != voltage) {
304 voltage = lt->conf[0] & DPCD_LC03_VOLTAGE_SWING_SET;
/linux-master/drivers/gpu/drm/amd/display/dc/dml/dcn30/
H A Ddcn30_fpu.c424 pipes[0].clks_cfg.voltage = vlevel;
434 pipes[0].clks_cfg.voltage = 1;
450 pipes[0].clks_cfg.voltage = vlevel;
/linux-master/drivers/media/usb/ttusb-budget/
H A Ddvb-ttusb-budget.c121 enum fe_sec_voltage voltage; member in struct:ttusb
473 ttusb->voltage == SEC_VOLTAGE_18 ? 0 : 1,
487 enum fe_sec_voltage voltage)
491 ttusb->voltage = voltage;
486 ttusb_set_voltage(struct dvb_frontend *fe, enum fe_sec_voltage voltage) argument

Completed in 455 milliseconds

1234567891011