Home
last modified time | relevance | path

Searched refs:current_max (Results 1 – 12 of 12) sorted by relevance

/linux-5.19.10/drivers/power/supply/
Disp1704_charger.c58 unsigned current_max; member
242 isp->current_max = 1800; in isp1704_charger_work()
245 isp->current_max = 500; in isp1704_charger_work()
258 if (isp->current_max > 500) in isp1704_charger_work()
259 isp->current_max = 500; in isp1704_charger_work()
261 if (isp->current_max > 100) in isp1704_charger_work()
268 isp->current_max = 0; in isp1704_charger_work()
318 val->intval = isp->current_max; in isp1704_charger_get_property()
Dcros_usbpd-charger.c229 port->psy_current_max = resp.meas.current_max; in cros_usbpd_charger_get_power_info()
291 resp.meas.voltage_now, resp.meas.current_max, in cros_usbpd_charger_get_power_info()
/linux-5.19.10/drivers/media/dvb-frontends/
Disl6423.h27 enum isl6423_current current_max; member
Disl6423.c191 switch (config->current_max) { in isl6423_set_current()
/linux-5.19.10/net/ethtool/
Dcommon.c503 u32 dev_size, current_max = 0; in ethtool_get_max_rxfh_channel() local
523 current_max = max(current_max, indir[dev_size]); in ethtool_get_max_rxfh_channel()
525 *max = current_max; in ethtool_get_max_rxfh_channel()
/linux-5.19.10/drivers/platform/chrome/
Dcros_usbpd_logger.c126 meas->voltage_max, meas->current_max); in cros_usbpd_print_log_entry()
/linux-5.19.10/drivers/media/usb/dvb-usb/
Dpctv452e.c88 .current_max = SEC_CURRENT_515m,
/linux-5.19.10/drivers/media/pci/ttpci/
Dbudget.c471 .current_max = SEC_CURRENT_515m,
/linux-5.19.10/drivers/media/usb/dvb-usb-v2/
Danysee.c362 .current_max = SEC_CURRENT_800m,
/linux-5.19.10/drivers/net/ethernet/qlogic/qed/
Dqed_sriov.c758 u8 current_max = 0; in qed_iov_enable_vf_access_msix() local
772 current_max = max_t(u8, current_max, p_vf->num_sbs); in qed_iov_enable_vf_access_msix()
776 if (num_sbs > current_max) in qed_iov_enable_vf_access_msix()
/linux-5.19.10/Documentation/ABI/testing/
Dsysfs-class-power64 What: /sys/class/power_supply/<supply_name>/current_max
/linux-5.19.10/include/linux/platform_data/
Dcros_ec_commands.h5004 uint16_t current_max; member