Searched refs:dimensions (Results 1 - 8 of 8) sorted by relevance

/linux-master/arch/m68k/include/asm/
H A Dmacintosh.h104 unsigned long dimensions; member in struct:mac_booter_data
/linux-master/drivers/video/fbdev/
H A Dmacfb.c556 macfb_defined.xres = mac_bi_data.dimensions & 0xFFFF;
557 macfb_defined.yres = mac_bi_data.dimensions >> 16;
/linux-master/arch/m68k/mac/
H A Dconfig.c93 mac_bi_data.dimensions = be32_to_cpup(data);
838 printk(KERN_DEBUG " Video: addr 0x%lx row 0x%lx depth %lx dimensions %ld x %ld\n",
840 mac_bi_data.videodepth, mac_bi_data.dimensions & 0xFFFF,
841 mac_bi_data.dimensions >> 16);
/linux-master/tools/perf/
H A Dbuiltin-kvm.c322 static struct kvm_dimension *dimensions[] = { variable in typeref:struct:kvm_dimension
378 for (i = 0; dimensions[i] != NULL; i++) {
379 if (!strcmp(dimensions[i]->name, name))
380 return dimensions[i];
H A Dbuiltin-c2c.c1828 static struct c2c_dimension *dimensions[] = { variable in typeref:struct:c2c_dimension
1907 for (i = 0; dimensions[i]; i++) {
1908 struct c2c_dimension *dim = dimensions[i];
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_devlink.c746 req->dimensions = cpu_to_le16(dim);
1055 req->dimensions = cpu_to_le16(1);
H A Dbnxt_hsi.h10150 __le16 dimensions; member in struct:hwrm_nvm_get_variable_input
10199 __le16 dimensions; member in struct:hwrm_nvm_set_variable_input
/linux-master/drivers/gpu/drm/radeon/
H A Dcik.c4475 u32 dimensions[3]; member in struct:bonaire_mqd
9063 * DisplayMode should contain the source and destination dimensions,

Completed in 287 milliseconds