Home
last modified time | relevance | path

Searched defs:col (Results 1 – 25 of 62) sorted by relevance

123

/linux-3.3/drivers/uwb/
Dallocator.c26 int col, mas, safe_mas, unsafe_mas; in uwb_rsv_fill_column_alloc() local
56 int mas, col, rows; in uwb_rsv_fill_row_alloc() local
143 int deep, set, col, start_col_deep, col_start_set; in uwb_rsv_find_best_column_set() local
208 int col, mas; in get_row_descriptors() local
264 int col; in get_column_descriptors() local
/linux-3.3/include/linux/input/
Dmatrix_keypad.h10 #define KEY(row, col, val) ((((row) & (MATRIX_MAX_ROWS - 1)) << 24) |\ argument
18 #define MATRIX_SCAN_CODE(row, col, row_shift) (((row) << (row_shift)) + (col)) argument
100 unsigned int col = KEY_COL(key); in matrix_keypad_build_keymap() local
/linux-3.3/drivers/input/keyboard/
Dmatrix_keypad.c49 int col, bool on) in __activate_col()
62 int col, bool on) in activate_col()
73 int col; in activate_all_cols() local
122 int row, col, code; in matrix_keypad_scan() local
Dlocomokbd.c102 static inline void locomokbd_activate_col(unsigned long membase, int col) in locomokbd_activate_col()
112 static inline void locomokbd_reset_col(unsigned long membase, int col) in locomokbd_reset_col()
129 unsigned int row, col, rowd; in locomokbd_scankeyboard() local
Domap-keypad.c74 int col; in set_col_gpio_val() local
133 int col = 0; in omap_kp_scan_keypad() local
170 int col, row; in omap_kp_tasklet() local
Dsamsung-keypad.c92 unsigned int col; in samsung_keypad_scan() local
123 unsigned int col, row; in samsung_keypad_report() local
295 u32 row, col, key_code; in samsung_keypad_parse_dt() local
314 int gpio, ret, row, col; in samsung_keypad_parse_dt_gpio() local
Dtwl4030_keypad.c162 static inline u16 twl4030_col_xlate(struct twl4030_keypad *kp, u8 col) in twl4030_col_xlate()
194 u16 col = key_state[i]; in twl4030_is_in_ghost_state() local
209 int col, row; in twl4030_kp_scan() local
Dmax7359_keypad.c96 unsigned int col = KEY_COL(key); in max7359_build_keycode() local
112 int val, row, col, release, code; in max7359_interrupt() local
Dimx_keypad.c87 int col; in imx_keypad_scan_matrix() local
153 int row, col; in imx_keypad_fire_events() local
Dpxa27x_keypad.c131 unsigned int col = KEY_COL(key); in pxa27x_keypad_build_keycode() local
187 int row, col, num_keys_pressed = 0; in pxa27x_keypad_scan_matrix() local
Dtegra-kbc.c277 unsigned int col = val & 0x07; in tegra_kbc_report_keys() local
311 u8 col = scancodes[j] & 0x07; in tegra_kbc_report_keys() local
Dpmic8xxx-keypad.c140 static u8 pmic8xxx_col_state(struct pmic8xxx_kp *kp, u8 col) in pmic8xxx_col_state()
256 int row, col, code; in __pmic8xxx_kp_scan_matrix() local
Dw90p910_keypad.c62 unsigned int col = KGET_COLUMN(status); in w90p910_keypad_scan_matrix() local
Domap4-keypad.c90 unsigned int col, row, code, changed; in omap4_keypad_interrupt() local
Dnomadik-ske-keypad.c141 int col = 0, row = 0, code; in ske_keypad_read_data() local
/linux-3.3/drivers/media/video/pwc/
Dpwc-uncompress.c38 int n, line, col; in pwc_decompress() local
/linux-3.3/scripts/kconfig/
Dgconf.c598 GtkTreeViewColumn *col; in on_show_name1_activate() local
609 GtkTreeViewColumn *col; in on_show_range1_activate() local
627 GtkTreeViewColumn *col; in on_show_data1_activate() local
830 static void change_sym_value(struct menu *menu, gint col) in change_sym_value()
891 GtkTreeViewColumn *col; in column2index() local
912 gint col; in on_treeview2_button_press_event() local
969 gint col; in on_treeview2_key_press_event() local
/linux-3.3/arch/blackfin/mach-bf548/include/mach/
Dbf54x_keys.h21 #define KEYVAL(col, row, val) (((1 << col) << 24) | ((1 << row) << 16) | (val)) argument
/linux-3.3/arch/mips/sgi-ip27/
Dip27-memory.c181 cnodeid_t row, col; in init_topology_matrix() local
205 cnodeid_t row, col; in dump_topology() local
/linux-3.3/arch/arm/mach-tegra/include/mach/
Dkbc.h46 u8 col:4; member
/linux-3.3/drivers/tty/vt/
Dvc_screen.c217 int col, maxcol, viewed; in vcs_read() local
395 int col, maxcol, viewed; in vcs_write() local
/linux-3.3/tools/perf/util/
Dhist.c26 u16 hists__col_len(struct hists *hists, enum hist_column col) in hists__col_len()
31 void hists__set_col_len(struct hists *hists, enum hist_column col, u16 len) in hists__set_col_len()
36 bool hists__new_col_len(struct hists *hists, enum hist_column col, u16 len) in hists__new_col_len()
47 enum hist_column col; in hists__reset_col_len() local
/linux-3.3/arch/x86/boot/
Dvideo.c143 int col; in display_menu() local
/linux-3.3/sound/pci/cs46xx/
Ddsp_spos.c537 int i, j, col; in cs46xx_dsp_proc_task_tree_read() local
598 unsigned int i, col = 0; in cs46xx_dsp_proc_parameter_dump_read() local
625 int i,col = 0; in cs46xx_dsp_proc_sample_dump_read() local
/linux-3.3/drivers/video/sis/
Dsis_accel.c321 u32 col = 0; in fbcon_sis_fillrect() local

123