Home
last modified time | relevance | path

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

/linux/drivers/power/supply/
H A 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()
H A Dqcom_battmgr.c270 unsigned int current_max; member
280 unsigned int current_max; member
774 val->intval = battmgr->usb.current_max; in qcom_battmgr_usb_get_property()
896 val->intval = battmgr->wireless.current_max; in qcom_battmgr_wls_get_property()
1212 battmgr->usb.current_max = le32_to_cpu(resp->intval.value); in qcom_battmgr_sm8350_callback()
1253 battmgr->wireless.current_max = le32_to_cpu(resp->intval.value); in qcom_battmgr_sm8350_callback()
H A Dcros_usbpd-charger.c219 port->psy_current_max = resp.meas.current_max; in cros_usbpd_charger_get_power_info()
281 resp.meas.voltage_now, resp.meas.current_max, in cros_usbpd_charger_get_power_info()
/linux/drivers/leds/
H A Dleds-is31fl319x.c112 u32 current_max; member
314 .current_max = IS31FL3190_CURRENT_uA_MAX,
325 .current_max = IS31FL3190_CURRENT_uA_MAX,
336 .current_max = IS31FL3196_CURRENT_uA_MAX,
347 .current_max = IS31FL3196_CURRENT_uA_MAX,
387 is31->cdef->current_max); in is31fl319x_parse_child_fw()
538 aggregated_led_microamp = is31->cdef->current_max; in is31fl319x_probe()
H A Dleds-aw200xx.c413 u32 current_min, current_max, min_uA; in aw200xx_probe_fw() local
422 current_max = aw200xx_imax_from_global(chip, AW200XX_IMAX_MAX_uA); in aw200xx_probe_fw()
451 } else if (imax < current_min || imax > current_max) { in aw200xx_probe_fw()
/linux/net/ethtool/
H A Dcommon.c614 u32 dev_size, current_max; in ethtool_get_max_rxfh_channel() local
622 current_max = ethtool_get_max_rss_ctx_channel(dev); in ethtool_get_max_rxfh_channel()
625 return current_max; in ethtool_get_max_rxfh_channel()
629 return current_max; in ethtool_get_max_rxfh_channel()
632 return current_max; in ethtool_get_max_rxfh_channel()
640 current_max = U32_MAX; in ethtool_get_max_rxfh_channel()
645 current_max = max(current_max, rxfh.indir[dev_size]); in ethtool_get_max_rxfh_channel()
649 return current_max; in ethtool_get_max_rxfh_channel()
/linux/drivers/media/dvb-frontends/
H A Disl6423.h27 enum isl6423_current current_max; member
H A Disl6423.c191 switch (config->current_max) { in isl6423_set_current()
/linux/tools/testing/selftests/power_supply/
H A Dtest_power_supply_properties.sh101 test_sysfs_prop_optional current_max "uA"
/linux/drivers/platform/chrome/
H A Dcros_usbpd_logger.c127 meas->voltage_max, meas->current_max); in cros_usbpd_print_log_entry()
/linux/drivers/media/usb/dvb-usb/
H A Dpctv452e.c90 .current_max = SEC_CURRENT_515m,
/linux/drivers/media/pci/ttpci/
H A Dbudget.c481 .current_max = SEC_CURRENT_515m,
/linux/drivers/media/usb/dvb-usb-v2/
H A Danysee.c362 .current_max = SEC_CURRENT_800m,
/linux/drivers/net/ethernet/qlogic/qed/
H A 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/Documentation/ABI/testing/
H A Dsysfs-class-power64 What: /sys/class/power_supply/<supply_name>/current_max
/linux/include/linux/platform_data/
H A Dcros_ec_commands.h5152 uint16_t current_max; member