Searched refs:line_idx (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/ |
| H A D | hal_ld_file.c | 117 u32 line_idx = 0; in _hal_parse_txpwr_by_rate() local 158 line_idx = 0; in _hal_parse_txpwr_by_rate() 163 line_idx += 6; in _hal_parse_txpwr_by_rate() 164 PHL_INFO("[Line]%s , line_idx %d \n", sz_line, line_idx); in _hal_parse_txpwr_by_rate() 166 while (sz_line[line_idx] == ' ' || sz_line[line_idx] == '\0' || sz_line[line_idx] == '\t') in _hal_parse_txpwr_by_rate() 167 ++line_idx; in _hal_parse_txpwr_by_rate() 169 sz_line += line_idx; in _hal_parse_txpwr_by_rate() 173 PHL_INFO("[Line]%s, line_idx %d \n", sz_line, line_idx); in _hal_parse_txpwr_by_rate() 180 PHL_INFO("[Line]%s, line_idx %d \n", sz_line, line_idx); in _hal_parse_txpwr_by_rate() 187 PHL_INFO("[Line]%s, line_idx %d \n", sz_line, line_idx); in _hal_parse_txpwr_by_rate() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/ |
| H A D | hal_ld_file.c | 117 u32 line_idx = 0; in _hal_parse_txpwr_by_rate() local 158 line_idx = 0; in _hal_parse_txpwr_by_rate() 163 line_idx += 6; in _hal_parse_txpwr_by_rate() 164 PHL_INFO("[Line]%s , line_idx %d \n", sz_line, line_idx); in _hal_parse_txpwr_by_rate() 166 while (sz_line[line_idx] == ' ' || sz_line[line_idx] == '\0' || sz_line[line_idx] == '\t') in _hal_parse_txpwr_by_rate() 167 ++line_idx; in _hal_parse_txpwr_by_rate() 169 sz_line += line_idx; in _hal_parse_txpwr_by_rate() 173 PHL_INFO("[Line]%s, line_idx %d \n", sz_line, line_idx); in _hal_parse_txpwr_by_rate() 180 PHL_INFO("[Line]%s, line_idx %d \n", sz_line, line_idx); in _hal_parse_txpwr_by_rate() 187 PHL_INFO("[Line]%s, line_idx %d \n", sz_line, line_idx); in _hal_parse_txpwr_by_rate() [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | fitimage.py | 811 line_idx = cfg_start_idx + 2 814 if its_lines[line_idx] == "};" and its_lines[line_idx-1] == "};" : 816 line_idx = line_idx + 1 818 node = its_lines[cfg_start_idx:line_idx]
|
| /OK3568_Linux_fs/kernel/drivers/gpio/ |
| H A D | gpiolib-cdev.c | 722 unsigned int line_idx) in gpio_v2_line_config_debounced() argument 725 u64 mask = BIT_ULL(line_idx); in gpio_v2_line_config_debounced() 736 unsigned int line_idx) in gpio_v2_line_config_debounce_period() argument 739 u64 mask = BIT_ULL(line_idx); in gpio_v2_line_config_debounce_period() 766 unsigned int line_idx, in edge_detector_setup() argument 780 if (gpio_v2_line_config_debounced(lc, line_idx)) { in edge_detector_setup() 781 debounce_period_us = gpio_v2_line_config_debounce_period(lc, line_idx); in edge_detector_setup() 816 unsigned int line_idx, in edge_detector_update() argument 820 gpio_v2_line_config_debounce_period(lc, line_idx); in edge_detector_update() 838 return edge_detector_setup(line, lc, line_idx, eflags); in edge_detector_update() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/bnx2x/ |
| H A D | bnx2x_sp.c | 2936 int *line_idx) in bnx2x_mcast_hdl_pending_add_e2() argument 2939 int cnt = *line_idx; in bnx2x_mcast_hdl_pending_add_e2() 2962 *line_idx = cnt; in bnx2x_mcast_hdl_pending_add_e2() 2971 int *line_idx) in bnx2x_mcast_hdl_pending_del_e2() argument 2973 int cnt = *line_idx; in bnx2x_mcast_hdl_pending_del_e2() 2992 *line_idx = cnt; in bnx2x_mcast_hdl_pending_del_e2() 3001 int *line_idx) in bnx2x_mcast_hdl_pending_restore_e2() argument 3004 line_idx); in bnx2x_mcast_hdl_pending_restore_e2() 3169 int *line_idx) in bnx2x_mcast_hdl_add() argument 3173 int cnt = *line_idx; in bnx2x_mcast_hdl_add() [all …]
|