Searched refs:slots (Results 1 - 25 of 69) sorted by relevance

123

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ia64/
H A Drse.h47 unsigned long slots = (bsp - bspstore); local
49 return slots - (ia64_rse_slot_num(bspstore) + slots)/0x40;
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ia64/
H A Drse.h47 unsigned long slots = (bsp - bspstore); local
49 return slots - (ia64_rse_slot_num(bspstore) + slots)/0x40;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/sound/
H A Dadlib_card.c22 hw_config->slots[0] = opl3_init(hw_config->io_base, hw_config->osp, THIS_MODULE);
53 sound_unload_synthdev(cfg.slots[0]);
H A Dskeleton.c138 mss_data[cards].slots[3] = ad1848_init("MyCard MSS 16bit",
220 sound_unload_audiodevice(mss_data[i].slots[3]);
H A Dcs4232.c267 hw_config->slots[0] = ad1848_init("Crystal audio controller", base,
275 if (hw_config->slots[0] != -1 &&
276 audio_devs[hw_config->slots[0]]->mixer_dev!=-1)
307 hw_config->slots[1] = hw_config2.slots[1];
330 sound_unload_audiodev(hw_config->slots[0]);
347 hw_config2.slots[1] = hw_config->slots[1];
H A Dgus_card.c131 adintr(irq, (void *)hw_config->slots[1], NULL);
137 adintr(irq, (void *)hw_config->slots[3], NULL);
182 hw_config->slots[3] = ad1848_init("GUS 16 bit sampling", hw_config->io_base,
197 sound_unload_audiodev(hw_config->slots[3]);
H A Dsound_config.h78 int slots[6]; /* To remember driver slot ids */ member in struct:address_info
H A Duart401.c302 hw_config->slots[4] = -1;
378 hw_config->slots[4] = devc->my_dev;
399 int n=hw_config->slots[4];
407 devc = midi_devs[hw_config->slots[4]]->devc;
424 sound_unload_mididev(hw_config->slots[4]);
H A Duart6850.c260 hw_config->slots[4] = my_dev;
292 sound_unload_mididev(hw_config->slots[4]);
H A Dgus_wave.c2942 hw_config->slots[0] = -1; /* No wave */
2943 hw_config->slots[1] = -1; /* No ad1848 */
2944 hw_config->slots[4] = -1; /* No audio */
2945 hw_config->slots[5] = -1; /* No mixer */
3053 hw_config->slots[1] = ad1848_init(name, gus_base + 0x10c,
3116 hw_config->slots[0] = sdev;
3128 hw_config->slots[4] = -1;
3142 hw_config->slots[4] = gus_devnum;
3159 hw_config->slots[5] = ics2101_mixer_init();
3160 audio_devs[gus_devnum]->mixer_dev = hw_config->slots[
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Defs_dir.h28 unsigned char slots; member in struct:efs_dir
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Defs_dir.h28 unsigned char slots; member in struct:efs_dir
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/efs/
H A Ddir.c37 /* each block contains at most 256 slots */
58 while (slot < dirblock->slots) {
71 printk(KERN_DEBUG "EFS: readdir(): block %d slot %d/%d: inode %u, name \"%s\", namelen %u\n", block, slot, dirblock->slots-1, inodenum, nameptr, namelen);
88 if (++slot == dirblock->slots) {
H A Dnamei.c41 for(slot = 0; slot < dirblock->slots; slot++) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/hotplug/
H A Dibmphp_ebda.c100 struct ebda_hpc_slot *slots; local
108 slots = kmalloc (sizeof (struct ebda_hpc_slot) * slot_count, GFP_KERNEL);
109 if (!slots) {
113 memset (slots, 0, sizeof (*slots) * slot_count);
114 controller->slots = slots;
118 kfree (controller->slots);
130 kfree (controller->slots);
131 controller->slots
[all...]
H A Dibmphp_core.c62 static int irqs[16]; /* PIC mode IRQ's we're using so far (in case MPS tables don't provide default info for empty slots */
119 /* sometimes the hot-pluggable slots start with 4 (not always from 1 */
149 if ((*cur_slot)->number == rtable->slots[loop].slot) {
150 if ((*cur_slot)->bus == rtable->slots[loop].bus) {
151 (*cur_slot)->device = PCI_SLOT (rtable->slots[loop].devfn);
161 debug ("rtable->slots[loop].irq[0].bitmap = %x\n", rtable->slots[loop].irq[0].bitmap);
162 debug ("rtable->slots[loop].irq[1].bitmap = %x\n", rtable->slots[loop].irq[1].bitmap);
163 debug ("rtable->slots[loo
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/fat/
H A Ddir.c184 * value is the total amount of slots, including the shortname entry.
219 unsigned char slots; local
232 slots = 0;
237 slots = id & ~0x40;
238 if (slots > 20 || !slots) /* ceil(256 * 2 / 26) */
240 long_slots = slots;
243 slot = slots;
415 unsigned char slots; local
429 slots
720 fat_add_entries(struct inode *dir,int slots, struct buffer_head **bh, struct msdos_dir_entry **de, int *ino) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/fat.orig/
H A Ddir.c171 * value is the total amount of slots, including the shortname entry.
206 unsigned char slots; local
219 slots = 0;
224 slots = id & ~0x40;
225 if (slots > 20 || !slots) /* ceil(256 * 2 / 26) */
227 long_slots = slots;
230 slot = slots;
401 unsigned char slots; local
415 slots
706 fat_add_entries(struct inode *dir,int slots, struct buffer_head **bh, struct msdos_dir_entry **de, int *ino) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/kernel/
H A Dpci-x86_64.h65 struct irq_info slots[0]; member in struct:irq_routing_table
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/i386/kernel/
H A Dpci-i386.h62 struct irq_info slots[0]; member in struct:irq_routing_table
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/xmon/
H A Dstart.c94 char *slots; local
102 slots = get_property(np, "slot-names", &l);
103 if (slots != NULL && l >= 10
104 && strcmp(slots+4, "Modem") == 0)
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/vfat/
H A Dnamei.c786 int len, int *slots, int is_dir, int uni_xlate)
798 *slots = 0;
830 *slots = unilen / 13;
834 PRINTK3(("vfat_fill_slots 3: slots=%d\n",*slots));
836 for (ps = ds, slot = *slots; slot > 0; slot--, ps++) {
853 (*slots)++;
871 struct msdos_dir_slot *ds, int *slots, int is_dir)
880 return vfat_fill_slots(dir, ds, name, len, slots, is_dir, xlate);
890 int slots, slo local
785 vfat_fill_slots(struct inode *dir, struct msdos_dir_slot *ds, const char *name, int len, int *slots, int is_dir, int uni_xlate) argument
870 vfat_build_slots(struct inode *dir, const char *name, int len, struct msdos_dir_slot *ds, int *slots, int is_dir) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sparc64/
H A Dfhc.h36 int slots; member in struct:linux_central
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sparc64/
H A Dfhc.h36 int slots; member in struct:linux_central
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A D53c700.c272 hostdata->slots = (struct NCR_700_command_slot *)(memory + SLOTS_OFFSET);
297 memset(hostdata->slots, 0, sizeof(struct NCR_700_command_slot)
300 dma_addr_t offset = (dma_addr_t)((unsigned long)&hostdata->slots[j].SG[0]
301 - (unsigned long)&hostdata->slots[0].SG[0]);
302 hostdata->slots[j].pSG = (struct NCR_700_SG_List *)((unsigned long)(pSlots + offset));
304 hostdata->free_list = &hostdata->slots[j];
306 hostdata->slots[j-1].ITL_forw = &hostdata->slots[j];
307 hostdata->slots[j].state = NCR_700_SLOT_FREE;
1247 if(SG >= to32bit(&hostdata->slots[
[all...]

Completed in 289 milliseconds

123