Home
last modified time | relevance | path

Searched refs:ntargets (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/drivers/net/wireless/ath/carl9170/
Dphy.c1435 int ntargets; in carl9170_set_power_cal() local
1454 ntargets = AR5416_NUM_5G_TARGET_PWRS; in carl9170_set_power_cal()
1459 ntargets = AR5416_NUM_2G_CCK_TARGET_PWRS; in carl9170_set_power_cal()
1464 ntargets = AR5416_NUM_2G_OFDM_TARGET_PWRS; in carl9170_set_power_cal()
1471 for (n = 0; n < ntargets; n++) { in carl9170_set_power_cal()
1476 ntargets = n; in carl9170_set_power_cal()
1477 idx = carl9170_find_freq_idx(ntargets, pwr_freqs, f); in carl9170_set_power_cal()
1489 ntargets = AR5416_NUM_5G_TARGET_PWRS; in carl9170_set_power_cal()
1494 ntargets = AR5416_NUM_5G_TARGET_PWRS; in carl9170_set_power_cal()
1499 ntargets = AR5416_NUM_2G_OFDM_TARGET_PWRS; in carl9170_set_power_cal()
[all …]
/linux-3.4.99/include/net/nfc/
Dnfc.h183 struct nfc_target *targets, int ntargets);
/linux-3.4.99/drivers/scsi/
Dips.h1036 uint8_t ntargets; /* Number of targets */ member
Dips.c2534 ha->ntargets = IPS_MAX_TARGETS + 1; in ips_hainit()
6812 sh->max_id = ha->ntargets; in ips_register_scsi()