Home
last modified time | relevance | path

Searched refs:widths (Results 1 – 13 of 13) sorted by relevance

/drivers/media/usb/gspca/
Dse401.c214 int widths[MAX_MODES], heights[MAX_MODES]; in sd_config() local
251 widths[i] = cd[6 + i * 4 + 0] | (cd[6 + i * 4 + 1] << 8); in sd_config()
256 sd->fmts[i].width = widths[i]; in sd_config()
264 if (widths[j] / 2 == widths[i] && in sd_config()
273 if (widths[j] / 4 == widths[i] && in sd_config()
283 sd->fmts[i].bytesperline = widths[i]; in sd_config()
284 sd->fmts[i].sizeimage = widths[i] * heights[i]; in sd_config()
286 widths[i], heights[i]); in sd_config()
291 sd->fmts[i].sizeimage = widths[i] * heights[i] * 3; in sd_config()
293 widths[i], heights[i], in sd_config()
/drivers/pinctrl/samsung/
Dpinctrl-samsung.c1204 const u8 *widths = bank->type->fld_width; in samsung_pinctrl_suspend() local
1208 if (!widths[PINCFG_TYPE_CON_PDN]) in samsung_pinctrl_suspend()
1212 if (widths[type]) in samsung_pinctrl_suspend()
1215 if (widths[PINCFG_TYPE_FUNC] * bank->nr_pins > 32) { in samsung_pinctrl_suspend()
1257 const u8 *widths = bank->type->fld_width; in samsung_pinctrl_resume() local
1261 if (!widths[PINCFG_TYPE_CON_PDN]) in samsung_pinctrl_resume()
1264 if (widths[PINCFG_TYPE_FUNC] * bank->nr_pins > 32) { in samsung_pinctrl_resume()
1280 if (widths[type]) in samsung_pinctrl_resume()
/drivers/dma/sf-pdma/
Dsf-pdma.c497 const enum dma_slave_buswidth widths = in sf_pdma_probe() local
535 pdma->dma_dev.src_addr_widths = widths; in sf_pdma_probe()
536 pdma->dma_dev.dst_addr_widths = widths; in sf_pdma_probe()
/drivers/dma/sh/
Dusb-dmac.c768 const enum dma_slave_buswidth widths = USB_DMAC_SLAVE_BUSWIDTH; in usb_dmac_probe() local
835 engine->src_addr_widths = widths; in usb_dmac_probe()
836 engine->dst_addr_widths = widths; in usb_dmac_probe()
Dshdmac.c669 const enum dma_slave_buswidth widths = in sh_dmae_probe() local
729 dma_dev->src_addr_widths = widths; in sh_dmae_probe()
730 dma_dev->dst_addr_widths = widths; in sh_dmae_probe()
Drcar-dmac.c1849 const enum dma_slave_buswidth widths = DMA_SLAVE_BUSWIDTH_1_BYTE | in rcar_dmac_probe() local
1944 engine->src_addr_widths = widths; in rcar_dmac_probe()
1945 engine->dst_addr_widths = widths; in rcar_dmac_probe()
/drivers/dma/
Dmmp_pdma.c1027 const enum dma_slave_buswidth widths = in mmp_pdma_probe() local
1100 pdev->device.src_addr_widths = widths; in mmp_pdma_probe()
1101 pdev->device.dst_addr_widths = widths; in mmp_pdma_probe()
Dpxa_dma.c1349 const enum dma_slave_buswidth widths = in pxad_probe() local
1403 pdev->slave.src_addr_widths = widths; in pxad_probe()
1404 pdev->slave.dst_addr_widths = widths; in pxad_probe()
/drivers/thunderbolt/
Dswitch.c952 u32 phy, widths; in tb_port_is_width_supported() local
963 widths = (phy & LANE_ADP_CS_0_SUPPORTED_WIDTH_MASK) >> in tb_port_is_width_supported()
966 return widths & width_mask; in tb_port_is_width_supported()
/drivers/video/fbdev/
DKconfig935 also use font widths different from 8.
944 packed pixel and 32 bpp packed pixel. You can also use font widths
954 pixel and 32 bpp packed pixel. You can also use font widths
970 too. You can use only some font widths, as the driver uses generic
1021 too. You can use only some font widths, as the driver uses generic
/drivers/message/fusion/lsi/
Dmpi_history.txt240 * widths in IOC_0 page and updated the page version.
/drivers/mmc/host/
DKconfig452 with 1, 4, and 8 bit bus widths.
/drivers/infiniband/hw/hfi1/
Dchip.c7375 u16 widths, tx, rx; in get_linkup_widths() local
7379 read_vc_local_link_mode(dd, &misc_bits, &local_flags, &widths); in get_linkup_widths()
7380 tx = widths >> 12; in get_linkup_widths()
7381 rx = (widths >> 8) & 0xf; in get_linkup_widths()