| /Zephyr-latest/samples/drivers/led/is31fl3733/src/ | 
| D | main.c | 29 		for (uint8_t col = 0; col < CONFIG_LED_COLUMN_COUNT; col++) {  in led_channel_write()  local 43 		for (uint8_t col = 0; col < CONFIG_LED_COLUMN_COUNT / 2; col++) {  in led_channel_write()  local 61 	uint8_t row, col;  in led_brightness()  local 84 	uint8_t row, col;  in led_on_off()  local
  | 
| /Zephyr-latest/include/zephyr/dt-bindings/input/ | 
| D | keymap.h | 10 #define MATRIX_KEY(row, col, code) \  argument
  | 
| /Zephyr-latest/tests/drivers/input/kbd_matrix/src/ | 
| D | main.c | 21 	int col;  member 25 static void test_drive_column(const struct device *dev, int col)  in test_drive_column() 74 void input_kbd_matrix_drive_column_hook(const struct device *dev, int col)  in input_kbd_matrix_drive_column_hook() 88 	int col;  member 108 	static int row, col, val;  in test_cb()  local
  | 
| /Zephyr-latest/tests/subsys/input/kbd_matrix_state_dump/src/ | 
| D | main.c | 23 static void report_matrix_entry(int row, int col, int val)  in report_matrix_entry()
  | 
| /Zephyr-latest/include/zephyr/shell/ | 
| D | shell_types.h | 30 	enum shell_vt100_color col; /*!< Text color. */  member 46 	struct shell_vt100_colors col;  member
  | 
| /Zephyr-latest/subsys/sip_svc/ | 
| D | sip_svc_id_mgr.c | 85 	uint32_t col;  in sip_svc_id_mgr_alloc()  local 119 	uint32_t col;  in sip_svc_id_mgr_free()  local
  | 
| /Zephyr-latest/samples/drivers/led/lp50xx/src/ | 
| D | main.c | 177 			uint8_t *col = &buffer[led * 3];  in run_channel_test()  local 284 		int col;  in run_test()  local
  | 
| /Zephyr-latest/drivers/input/ | 
| D | input_kbd_matrix.c | 74 static void input_kbd_matrix_drive_column(const struct device *dev, int col)  in input_kbd_matrix_drive_column() 104 	for (int col = 0; col < cfg->col_size; col++) {  in input_kbd_matrix_scan()  local 403 					  uint8_t row, uint8_t col, bool enabled)  in input_kbd_matrix_actual_key_mask_set()
  | 
| D | input_chsc6x.c | 37 	uint8_t row, col;  in chsc6x_process()  local
  | 
| D | input_npcx_kbd.c | 73 static void npcx_kbd_drive_column(const struct device *dev, int col)  in npcx_kbd_drive_column()
  | 
| D | input_ite_it8801_kbd.c | 54 static void kbd_it8801_drive_column(const struct device *dev, int col)  in kbd_it8801_drive_column()
  | 
| D | input_ite_it8xxx2_kbd.c | 59 static void it8xxx2_kbd_drive_column(const struct device *dev, int col)  in it8xxx2_kbd_drive_column()
  | 
| D | input_ft5336.c | 91 	uint16_t row, col;  in ft5336_process()  local
  | 
| D | input_gpio_kbd_matrix.c | 45 static void gpio_kbd_matrix_drive_column(const struct device *dev, int col)  in gpio_kbd_matrix_drive_column()
  | 
| D | input_gt911.c | 112 	uint16_t col;  in gt911_process()  local
  | 
| D | input_cst816s.c | 115 	uint16_t row, col;  in cst816s_process()  local
  | 
| /Zephyr-latest/tests/drivers/input/gpio_kbd_matrix/src/ | 
| D | main.c | 75 void input_kbd_matrix_drive_column_hook(const struct device *dev, int col)  in input_kbd_matrix_drive_column_hook() 180 	int col;  member 200 	static int row, col, val;  in test_cb()  local
  | 
| /Zephyr-latest/tests/drivers/led/led_api/src/ | 
| D | test_led_api.c | 79 		uint8_t col;  in ZTEST_USER()  local 166 		uint8_t col;  in ZTEST_USER()  local
  | 
| /Zephyr-latest/subsys/fb/ | 
| D | cfb_shell.c | 55 static int cmd_cfb_print(const struct shell *sh, int col, int row, char *str)  in cmd_cfb_print() 88 	int col, row;  in cmd_print()  local 193 	int col, row;  in cmd_scroll_vert()  local 229 	int col, row;  in cmd_scroll_horz()  local
  | 
| /Zephyr-latest/subsys/input/ | 
| D | input_keymap.c | 28 	uint32_t col;  member
  | 
| D | input_utils.c | 170 	static uint32_t row, col;  in kbd_matrix_state_log()  local
  | 
| /Zephyr-latest/subsys/shell/ | 
| D | shell_log_backend.c | 66 		struct shell_vt100_colors col;  in z_shell_log_backend_process()  local
  | 
| /Zephyr-latest/drivers/led/ | 
| D | led_shell.c | 208 		unsigned long col;  in cmd_set_color()  local
  | 
| D | ht16k33.c | 211 	int col;  in ht16k33_process_keyscan_data()  local
  | 
| /Zephyr-latest/drivers/misc/grove_lcd_rgb/ | 
| D | grove_lcd_rgb.c | 95 void glcd_cursor_pos_set(const struct device *dev, uint8_t col, uint8_t row)  in glcd_cursor_pos_set()
  |