Searched refs:col_idx (Results 1 - 5 of 5) sorted by relevance
/linux-4.1.27/tools/perf/ui/gtk/ |
H A D | hists.c | 167 int col_idx; perf_gtk__show_hists() local 188 col_idx = 0; perf_gtk__show_hists() 199 sym_col = col_idx; perf_hpp__for_each_format() 204 col_idx++, NULL); perf_hpp__for_each_format() local 207 for (col_idx = 0; col_idx < nr_cols; col_idx++) { 210 column = gtk_tree_view_get_column(GTK_TREE_VIEW(view), col_idx); 213 if (col_idx == sym_col) { 238 col_idx = 0; 249 gtk_tree_store_set(store, &iter, col_idx++, s, -1); perf_hpp__for_each_format()
|
/linux-4.1.27/drivers/input/keyboard/ |
H A D | omap-keypad.c | 251 int i, col_idx, row_idx, ret; omap_kp_probe() local 289 col_idx = 0; omap_kp_probe() 350 for (i = col_idx - 1; i >= 0; i--) omap_kp_probe()
|
/linux-4.1.27/drivers/scsi/aic7xxx/ |
H A D | aic79xx.h | 123 #define AHD_SET_SCB_COL_IDX(scb, col_idx) \ 125 (scb)->hscb->scsiid = ((col_idx) << TID_SHIFT) & TID; \ 126 (scb)->hscb->lun = ((col_idx) >> 4) & (AHD_NUM_LUNS_NONPKT-1); \ 1369 struct scb *ahd_get_scb(struct ahd_softc *ahd, u_int col_idx);
|
H A D | aic79xx_osm.c | 1563 u_int col_idx; ahd_linux_run_command() local 1581 col_idx = AHD_NEVER_COL_IDX; ahd_linux_run_command() 1583 col_idx = AHD_BUILD_COL_IDX(cmd->device->id, ahd_linux_run_command() 1586 if ((scb = ahd_get_scb(ahd, col_idx)) == NULL) { ahd_linux_run_command()
|
H A D | aic79xx_core.c | 188 struct scb *scb, u_int col_idx); 6664 ahd_add_col_list(struct ahd_softc *ahd, struct scb *scb, u_int col_idx) ahd_add_col_list() argument 6671 AHD_SET_SCB_COL_IDX(scb, col_idx); ahd_add_col_list() 6672 free_list = &ahd->scb_data.free_scb_lists[col_idx]; ahd_add_col_list() 6689 u_int col_idx; ahd_rem_col_list() local 6692 col_idx = AHD_GET_SCB_COL_IDX(ahd, scb); ahd_rem_col_list() 6693 free_list = &ahd->scb_data.free_scb_lists[col_idx]; ahd_rem_col_list() 6718 ahd_get_scb(struct ahd_softc *ahd, u_int col_idx) ahd_get_scb() argument 6726 if (AHD_GET_SCB_COL_IDX(ahd, scb) != col_idx) { ahd_get_scb() 6739 if (col_idx != AHD_NEVER_COL_IDX ahd_get_scb() 6743 ahd_add_col_list(ahd, scb->col_scb, col_idx); ahd_get_scb()
|
Completed in 218 milliseconds