Home
last modified time | relevance | path

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

/drivers/net/ethernet/sfc/
Dmcdi_mon.c305 unsigned int n_temp = 0, n_cool = 0, n_in = 0, n_curr = 0, n_power = 0; in efx_mcdi_mon_probe() local
436 hwmon_index = n_in++; /* 0-based */ in efx_mcdi_mon_probe()
/drivers/net/ethernet/sfc/siena/
Dmcdi_mon.c305 unsigned int n_temp = 0, n_cool = 0, n_in = 0, n_curr = 0, n_power = 0; in efx_siena_mcdi_mon_probe() local
436 hwmon_index = n_in++; /* 0-based */ in efx_siena_mcdi_mon_probe()
/drivers/usb/cdns3/
Dcdns3-gadget.c3075 int n_in = 0; in cdns3_gadget_check_config() local
3096 n_in++; in cdns3_gadget_check_config()
3104 total = 2 + n_in + out + iso; in cdns3_gadget_check_config()
3109 priv_dev->ep_buf_size = (priv_dev->onchip_buffers - 2 - iso) / (n_in + out); in cdns3_gadget_check_config()