Home
last modified time | relevance | path

Searched refs:coding (Results 1 – 15 of 15) sorted by relevance

/drivers/gpu/drm/sprd/
Dsprd_dsi.c279 static u16 calc_bytes_per_pixel_x100(int coding) in calc_bytes_per_pixel_x100() argument
283 switch (coding) { in calc_bytes_per_pixel_x100()
326 static u8 calc_video_size_step(int coding) in calc_video_size_step() argument
330 switch (coding) { in calc_video_size_step()
352 static u16 round_video_size(int coding, u16 video_size) in round_video_size() argument
354 switch (coding) { in round_video_size()
467 u8 coding; in sprd_dsi_dpi_video() local
472 coding = fmt_to_coding(dsi->slave->format); in sprd_dsi_dpi_video()
473 video_size = round_video_size(coding, vm->hactive); in sprd_dsi_dpi_video()
474 bpp_x100 = calc_bytes_per_pixel_x100(coding); in sprd_dsi_dpi_video()
[all …]
/drivers/staging/r8188eu/
DTODO3 * Correct the coding style according to Linux guidelines; please read the document
4 at https://www.kernel.org/doc/html/latest/process/coding-style.html.
/drivers/usb/gadget/function/
Du_serial.c1148 gs_port_alloc(unsigned port_num, struct usb_cdc_line_coding *coding) in gs_port_alloc() argument
1177 port->port_line_coding = *coding; in gs_port_alloc()
1227 struct usb_cdc_line_coding coding; in gserial_alloc_line_no_console() local
1233 coding.dwDTERate = cpu_to_le32(9600); in gserial_alloc_line_no_console()
1234 coding.bCharFormat = 8; in gserial_alloc_line_no_console()
1235 coding.bParityType = USB_CDC_NO_PARITY; in gserial_alloc_line_no_console()
1236 coding.bDataBits = USB_CDC_1_STOP_BITS; in gserial_alloc_line_no_console()
1239 ret = gs_port_alloc(port_num, &coding); in gserial_alloc_line_no_console()
/drivers/staging/rts5208/
DTODO2 - use kernel coding style
/drivers/staging/vt6656/
DTODO13 - use kernel coding style
/drivers/staging/vt6655/
DTODO15 - use kernel coding style
/drivers/staging/gdm724x/
DTODO2 - Clean up coding style to meet kernel standard. (80 line limit, netdev_err)
/drivers/staging/sm750fb/
DTODO3 - use kernel coding style
/drivers/net/wan/
Dfarsync.h120 unsigned char coding; /* hdb3 b8zs */ member
Dfarsync.c232 u8 coding; member
1647 FST_WRB(card, suConfig.coding, info->coding); in set_conf_from_info()
1671 printk("Coding = %d\n", info->coding); in set_conf_from_info()
1756 info->coding = FST_RDB(card, suConfig.coding); in gather_conf_info()
/drivers/net/wireless/mediatek/mt76/mt7915/
Dmcu.h150 u8 coding; member
/drivers/staging/media/atomisp/
DTODO181 19. Correct Coding Style. Please refrain sending coding style patches
/drivers/gpio/
DTODO124 this with dry-coding and sending to maintainers to test
/drivers/comedi/drivers/ni_routing/
DREADME135 spreadsheet-like .csv format to c-files that follow the kernel coding
/drivers/leds/
DKconfig589 coding protocol to set the brightness.