widths 1033 drivers/dma/mmp_pdma.c const enum dma_slave_buswidth widths = widths 1103 drivers/dma/mmp_pdma.c pdev->device.src_addr_widths = widths; widths 1104 drivers/dma/mmp_pdma.c pdev->device.dst_addr_widths = widths; widths 1360 drivers/dma/pxa_dma.c const enum dma_slave_buswidth widths = widths 1408 drivers/dma/pxa_dma.c pdev->slave.src_addr_widths = widths; widths 1409 drivers/dma/pxa_dma.c pdev->slave.dst_addr_widths = widths; widths 1810 drivers/dma/sh/rcar-dmac.c const enum dma_slave_buswidth widths = DMA_SLAVE_BUSWIDTH_1_BYTE | widths 1881 drivers/dma/sh/rcar-dmac.c engine->src_addr_widths = widths; widths 1882 drivers/dma/sh/rcar-dmac.c engine->dst_addr_widths = widths; widths 670 drivers/dma/sh/shdmac.c const enum dma_slave_buswidth widths = widths 731 drivers/dma/sh/shdmac.c dma_dev->src_addr_widths = widths; widths 732 drivers/dma/sh/shdmac.c dma_dev->dst_addr_widths = widths; widths 766 drivers/dma/sh/usb-dmac.c const enum dma_slave_buswidth widths = USB_DMAC_SLAVE_BUSWIDTH; widths 835 drivers/dma/sh/usb-dmac.c engine->src_addr_widths = widths; widths 836 drivers/dma/sh/usb-dmac.c engine->dst_addr_widths = widths; widths 7395 drivers/infiniband/hw/hfi1/chip.c u16 widths, tx, rx; widths 7399 drivers/infiniband/hw/hfi1/chip.c read_vc_local_link_mode(dd, &misc_bits, &local_flags, &widths); widths 7400 drivers/infiniband/hw/hfi1/chip.c tx = widths >> 12; widths 7401 drivers/infiniband/hw/hfi1/chip.c rx = (widths >> 8) & 0xf; widths 214 drivers/media/usb/gspca/se401.c int widths[MAX_MODES], heights[MAX_MODES]; widths 251 drivers/media/usb/gspca/se401.c widths[i] = cd[6 + i * 4 + 0] | (cd[6 + i * 4 + 1] << 8); widths 256 drivers/media/usb/gspca/se401.c sd->fmts[i].width = widths[i]; widths 264 drivers/media/usb/gspca/se401.c if (widths[j] / 2 == widths[i] && widths 273 drivers/media/usb/gspca/se401.c if (widths[j] / 4 == widths[i] && widths 283 drivers/media/usb/gspca/se401.c sd->fmts[i].bytesperline = widths[i]; widths 284 drivers/media/usb/gspca/se401.c sd->fmts[i].sizeimage = widths[i] * heights[i]; widths 286 drivers/media/usb/gspca/se401.c widths[i], heights[i]); widths 291 drivers/media/usb/gspca/se401.c sd->fmts[i].sizeimage = widths[i] * heights[i] * 3; widths 293 drivers/media/usb/gspca/se401.c widths[i], heights[i], widths 1157 drivers/pinctrl/samsung/pinctrl-samsung.c const u8 *widths = bank->type->fld_width; widths 1161 drivers/pinctrl/samsung/pinctrl-samsung.c if (!widths[PINCFG_TYPE_CON_PDN]) widths 1165 drivers/pinctrl/samsung/pinctrl-samsung.c if (widths[type]) widths 1168 drivers/pinctrl/samsung/pinctrl-samsung.c if (widths[PINCFG_TYPE_FUNC] * bank->nr_pins > 32) { widths 1210 drivers/pinctrl/samsung/pinctrl-samsung.c const u8 *widths = bank->type->fld_width; widths 1214 drivers/pinctrl/samsung/pinctrl-samsung.c if (!widths[PINCFG_TYPE_CON_PDN]) widths 1217 drivers/pinctrl/samsung/pinctrl-samsung.c if (widths[PINCFG_TYPE_FUNC] * bank->nr_pins > 32) { widths 1233 drivers/pinctrl/samsung/pinctrl-samsung.c if (widths[type]) widths 205 tools/perf/ui/browsers/annotate.c pcnt_width + 2 + notes->widths.addr + width, widths 210 tools/perf/ui/browsers/annotate.c pcnt_width + 3 + notes->widths.addr + width, widths 2621 tools/perf/util/annotate.c notes->widths.addr = notes->widths.target = widths 2622 tools/perf/util/annotate.c notes->widths.min_addr = hex_width(symbol__size(sym)); widths 2623 tools/perf/util/annotate.c notes->widths.max_addr = hex_width(sym->end); widths 2624 tools/perf/util/annotate.c notes->widths.jumps = width_jumps(notes->max_jump_sources); widths 2625 tools/perf/util/annotate.c notes->widths.max_ins_name = annotation__max_ins_name(notes); widths 2631 tools/perf/util/annotate.c notes->widths.target = notes->widths.min_addr; widths 2633 tools/perf/util/annotate.c notes->widths.target = notes->widths.max_addr; widths 2635 tools/perf/util/annotate.c notes->widths.addr = notes->widths.target; widths 2638 tools/perf/util/annotate.c notes->widths.addr += notes->widths.jumps + 1; widths 2789 tools/perf/util/annotate.c disasm_line__scnprintf(dl, bf, size, !notes->options->use_offset, notes->widths.max_ins_name); widths 2916 tools/perf/util/annotate.c printed = scnprintf(bf, sizeof(bf), "%-*d ", notes->widths.addr + 1, al->line_nr); widths 2918 tools/perf/util/annotate.c printed = scnprintf(bf, sizeof(bf), "%-*s ", notes->widths.addr, " "); widths 2936 tools/perf/util/annotate.c notes->widths.jumps, widths 2945 tools/perf/util/annotate.c notes->widths.target, addr); widths 2953 tools/perf/util/annotate.c notes->widths.addr, " "); widths 293 tools/perf/util/annotate.h } widths;