/linux-4.1.27/drivers/gpu/host1x/ |
D | syncpt.c | 36 struct host1x_syncpt_base *bases = host->bases; in host1x_syncpt_base_request() local 40 if (!bases[i].requested) in host1x_syncpt_base_request() 46 bases[i].requested = true; in host1x_syncpt_base_request() 47 return &bases[i]; in host1x_syncpt_base_request() 342 struct host1x_syncpt_base *bases; in host1x_syncpt_init() local 351 bases = devm_kzalloc(host->dev, sizeof(*bases) * host->info->nb_bases, in host1x_syncpt_init() 353 if (!bases) in host1x_syncpt_init() 362 bases[i].id = i; in host1x_syncpt_init() 365 host->bases = bases; in host1x_syncpt_init()
|
D | dev.h | 106 struct host1x_syncpt_base *bases; member
|
/linux-4.1.27/drivers/scsi/ |
D | t128.c | 101 } bases[] __initdata = { variable 105 #define NO_BASES ARRAY_SIZE(bases) 141 if (bases[i].address == ints[1]) { in t128_setup() 142 bases[i].noauto = 1; in t128_setup() 180 p = ioremap(bases[current_base].address, 0x2000); in t128_detect() 186 printk("scsi-t128 : probing address %08x\n", bases[current_base].address); in t128_detect() 188 if (bases[current_base].noauto) in t128_detect() 190 p = ioremap(bases[current_base].address, 0x2000); in t128_detect() 197 base = bases[current_base].address; in t128_detect()
|
D | pas16.c | 125 } bases[] __initdata = variable 132 #define NO_BASES ARRAY_SIZE(bases) 249 unsigned short io_port = bases[ board_num ].io_port; in pas16_hw_detect() 320 if (bases[i].io_port == (unsigned short) ints[1]) { in pas16_setup() 321 bases[i].noauto = 1; in pas16_setup() 361 if (bases[count].io_port == pas16_addr) { in pas16_detect() 362 bases[count].noauto = 1; in pas16_detect() 381 printk("scsi-pas16 : probing io_port %04x\n", (unsigned int) bases[current_base].io_port); in pas16_detect() 383 if ( !bases[current_base].noauto && in pas16_detect() 385 io_port = bases[current_base].io_port; in pas16_detect()
|
D | dtc.c | 122 } bases[] __initdata = { variable 129 #define NO_BASES ARRAY_SIZE(bases) 164 if (bases[i].address == ints[1]) { in dtc_setup() 165 bases[i].noauto = 1; in dtc_setup() 209 printk(KERN_DEBUG "scsi-dtc : probing address %08x\n", bases[current_base].address); in dtc_detect() 211 if (bases[current_base].noauto) in dtc_detect() 213 base = ioremap(bases[current_base].address, 0x2000); in dtc_detect() 218 addr = bases[current_base].address; in dtc_detect()
|
/linux-4.1.27/arch/x86/boot/ |
D | early_serial_console.c | 72 static const int bases[] = { 0x3f8, 0x2f8 }; in parse_earlyprintk() local 81 port = bases[idx]; in parse_earlyprintk()
|
/linux-4.1.27/arch/x86/kernel/ |
D | early_printk.c | 163 static const int __initconst bases[] = { 0x3f8, 0x2f8 }; in early_serial_init() local 170 early_serial_base = bases[port]; in early_serial_init()
|
/linux-4.1.27/drivers/net/wireless/b43/ |
D | pio.c | 95 static const u16 bases[] = { in index_to_pioqueue_base() local 118 B43_WARN_ON(index >= ARRAY_SIZE(bases)); in index_to_pioqueue_base() 119 return bases[index]; in index_to_pioqueue_base()
|
/linux-4.1.27/drivers/isdn/gigaset/ |
D | Kconfig | 8 ISDN DECT bases, including the predecessors Gigaset 3070/3075
|
/linux-4.1.27/drivers/gpu/drm/msm/ |
D | NOTES | 58 register interface is same, just different bases.)
|
/linux-4.1.27/Documentation/isdn/ |
D | README.gigaset | 9 ISDN DECT bases via Gigaset M101 Data, Gigaset M105 Data or direct USB 36 with SX 100 and CX 100 ISDN bases (only in unimodem mode, see section 2.5.) 253 bases only support one DECT data connection at a time, this prevents
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/ |
D | cci.txt | 54 scheme to declare their register bases.
|
/linux-4.1.27/Documentation/timers/ |
D | highres.txt | 165 decision is made per timer base and synchronized across per-cpu timer bases in 167 clock event devices for the per-CPU timer bases, but currently only one
|
/linux-4.1.27/Documentation/ |
D | intel_txt.txt | 61 static root of trust must be used. This bases trust in BIOS
|
/linux-4.1.27/Documentation/filesystems/ |
D | vfat.txt | 163 nostale_ro: This option bases the inode number and filehandle
|
/linux-4.1.27/drivers/media/usb/gspca/ |
D | Kconfig | 441 Say Y here if you want support for Xirlink C-It bases cameras.
|
/linux-4.1.27/Documentation/s390/ |
D | cds.txt | 121 not share interrupt levels (aka. IRQs), as the ISA bus bases on edge triggered
|
/linux-4.1.27/sound/pci/hda/ |
D | hda_codec.c | 65 static char *bases[7] = { in snd_hda_get_jack_location() local 81 return bases[cfg & 0x0f]; in snd_hda_get_jack_location()
|