Searched refs:ncol (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/input/keyboard/ |
| A D | matrix_keypad.c | 406 int ret, i, nrow, ncol; in matrix_keypad_parse_dt() local 420 pdata->num_col_gpios = ncol = of_gpio_named_count(np, "col-gpios"); in matrix_keypad_parse_dt() 421 if (nrow <= 0 || ncol <= 0) { in matrix_keypad_parse_dt() 458 for (i = 0; i < ncol; i++) { in matrix_keypad_parse_dt()
|
| /linux/drivers/net/wireless/mediatek/mt76/mt7915/ |
| A D | mcu.c | 1851 bf->ncol = min_t(u8, bf->nrow, n); in mt7915_mcu_sta_bfer_ht() 1877 bf->ncol = min_t(u8, nss_mcs, bf->nrow); in mt7915_mcu_sta_bfer_vht() 1878 bf->ibf_ncol = bf->ncol; in mt7915_mcu_sta_bfer_vht() 1884 bf->ncol = min_t(u8, nss_mcs, bf->nrow); in mt7915_mcu_sta_bfer_vht() 1917 bf->ncol = min_t(u8, nss_mcs, bf->nrow); in mt7915_mcu_sta_bfer_he() 1918 bf->ibf_ncol = bf->ncol; in mt7915_mcu_sta_bfer_he() 1994 if (!ebf && sta->bandwidth <= IEEE80211_STA_RX_BW_40 && !bf->ncol) in mt7915_mcu_sta_bfer_tlv() 2000 bf->mem_20m = matrix[tx_ant][bf->ncol]; in mt7915_mcu_sta_bfer_tlv() 2002 bf->mem_20m = matrix[bf->nrow][bf->ncol]; in mt7915_mcu_sta_bfer_tlv()
|
| A D | mcu.h | 990 u8 ncol; member
|
Completed in 19 milliseconds