Home
last modified time | relevance | path

Searched refs:hwidth (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/auxdisplay/
H A Dhd44780_common.c61 addr = x < hdc->bwidth ? x & (hdc->hwidth - 1) : hdc->bwidth - 1; in hd44780_common_gotoxy()
63 addr += hdc->hwidth; in hd44780_common_gotoxy()
366 hdc->hwidth = DEFAULT_LCD_HWIDTH; in hd44780_common_alloc()
H A Dpanel.c848 hdc->hwidth = lcd_hwidth; in lcd_init()
860 hdc->hwidth = 64; in lcd_init()
873 hdc->hwidth = 16; in lcd_init()
886 hdc->hwidth = 64; in lcd_init()
905 hdc->hwidth = 64; in lcd_init()
918 hdc->hwidth = lcd_hwidth; in lcd_init()
941 if (hdc->hwidth <= 0) in lcd_init()
942 hdc->hwidth = DEFAULT_LCD_HWIDTH; in lcd_init()
H A Dhd44780_common.h9 int hwidth; /* Default set by hd44780_alloc() */ member
/linux-6.15/drivers/soundwire/
H A Dgeneric_bandwidth_allocation.c24 int hwidth; member
152 hstart = hstop - params->hwidth + 1; in sdw_compute_master_ports()
210 hstop = hstop - params[i].hwidth; in _sdw_compute_port_params()
269 params[i].hwidth = (sel_col * params[i].payload_bw + in sdw_compute_group_params()
272 column_needed += params[i].hwidth; in sdw_compute_group_params()