Home
last modified time | relevance | path

Searched refs:op_current (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/usb/typec/
H A Drt1719.c103 u32 op_current; member
277 data->max_current = data->op_current = curr * 1000; in rt1719_attach()
296 data->voltage = data->max_current = data->op_current = 0; in rt1719_detach()
307 u32 voltage, max_current, op_current; in rt1719_update_operating_status() local
349 op_current = min(max_current, pdo_max_current(data->snkcaps[snk_sel])); in rt1719_update_operating_status()
354 data->op_current = op_current * 1000; in rt1719_update_operating_status()
536 val->intval = data->op_current; in rt1719_psy_get_property()
/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_sriov.c1265 bnx2x_vf(bp, i, op_current) = CHANNEL_TLV_NONE; in bnx2x_iov_init_one()
2311 vf->op_current = tlv; in bnx2x_lock_vf_pf_channel()
2328 current_tlv = vf->op_current; in bnx2x_unlock_vf_pf_channel()
2334 WARN(expected_tlv != vf->op_current, in bnx2x_unlock_vf_pf_channel()
2336 vf->op_current); in bnx2x_unlock_vf_pf_channel()
2339 vf->op_current = CHANNEL_TLV_NONE; in bnx2x_unlock_vf_pf_channel()
H A Dbnx2x_sriov.h211 enum channel_tlvs op_current; member