Searched refs:ncol (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/drivers/input/keyboard/ |
D | matrix_keypad.c | 408 int ret, i, nrow, ncol; in matrix_keypad_parse_dt() local 422 pdata->num_col_gpios = ncol = gpiod_count(dev, "col"); in matrix_keypad_parse_dt() 423 if (nrow < 0 || ncol < 0) { in matrix_keypad_parse_dt() 458 for (i = 0; i < ncol; i++) { in matrix_keypad_parse_dt()
|
/Linux-v6.6/drivers/net/wireless/mediatek/mt76/mt7996/ |
D | mcu.c | 1237 bf->ncol = min_t(u8, bf->nrow, n); in mt7996_mcu_sta_bfer_ht() 1263 bf->ncol = min_t(u8, nss_mcs, bf->nrow); in mt7996_mcu_sta_bfer_vht() 1264 bf->ibf_ncol = bf->ncol; in mt7996_mcu_sta_bfer_vht() 1270 bf->ncol = min_t(u8, nss_mcs, bf->nrow); in mt7996_mcu_sta_bfer_vht() 1304 bf->ncol = min_t(u8, nss_mcs, bf->nrow); in mt7996_mcu_sta_bfer_he() 1305 bf->ibf_ncol = bf->ncol; in mt7996_mcu_sta_bfer_he() 1362 bf->ncol = min_t(u8, nss_mcs, bf->nrow); in mt7996_mcu_sta_bfer_eht() 1363 bf->ibf_ncol = bf->ncol; in mt7996_mcu_sta_bfer_eht() 1441 if (!ebf && sta->deflink.bandwidth <= IEEE80211_STA_RX_BW_40 && !bf->ncol) in mt7996_mcu_sta_bfer_tlv() 1447 bf->mem_20m = matrix[tx_ant][bf->ncol]; in mt7996_mcu_sta_bfer_tlv() [all …]
|
/Linux-v6.6/drivers/net/wireless/mediatek/mt76/mt7915/ |
D | mcu.c | 1082 bf->ncol = min_t(u8, bf->nrow, n); in mt7915_mcu_sta_bfer_ht() 1108 bf->ncol = min_t(u8, nss_mcs, bf->nrow); in mt7915_mcu_sta_bfer_vht() 1109 bf->ibf_ncol = bf->ncol; in mt7915_mcu_sta_bfer_vht() 1115 bf->ncol = min_t(u8, nss_mcs, bf->nrow); in mt7915_mcu_sta_bfer_vht() 1149 bf->ncol = min_t(u8, nss_mcs, bf->nrow); in mt7915_mcu_sta_bfer_he() 1150 bf->ibf_ncol = bf->ncol; in mt7915_mcu_sta_bfer_he() 1228 if (!ebf && sta->deflink.bandwidth <= IEEE80211_STA_RX_BW_40 && !bf->ncol) in mt7915_mcu_sta_bfer_tlv() 1234 bf->mem_20m = matrix[tx_ant][bf->ncol]; in mt7915_mcu_sta_bfer_tlv() 1236 bf->mem_20m = matrix[bf->nrow][bf->ncol]; in mt7915_mcu_sta_bfer_tlv()
|
/Linux-v6.6/drivers/net/wireless/mediatek/mt76/ |
D | mt76_connac_mcu.h | 448 u8 ncol; member
|