Searched refs:slots (Results 76 - 87 of 87) sorted by relevance

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/hotplug/
H A Dibmphp.h729 struct ebda_hpc_slot *slots; member in struct:controller
H A Dpci_hotplug_core.c99 decl_subsys_name(pci_hotplug_slots, slots, &hotplug_slot_ktype, NULL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/savage/
H A Dsavagefb_driver.c266 int slots = MAXFIFO - space; local
268 while ((savage_in32(0x48C00, par) & 0x0000ffff) > slots);
274 int slots = MAXFIFO - space; local
276 while ((savage_in32(0x48C60, par) & 0x001fffff) > slots);
282 int slots = MAXFIFO - space; local
284 while ((savage_in32(0x48C60, par) & 0x0000ffff) > slots);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Dad1848.c2615 hw_config->slots[0] = ad1848_init("MS Sound System", ports,
2676 hw_config->slots[0] = ad1848_init("MS Sound System", ports,
2689 sound_unload_audiodev(hw_config->slots[0]);
H A Dvwsnd.c3353 hw_config->slots[0] = devc->audio_minor;
3407 if (devc->audio_minor == hw_config->slots[0]) {
H A Di810_audio.c682 static int i810_set_spdif_output(struct i810_state *state, int slots, int rate) argument
692 if ( slots == -1 ) { /* Turn off S/PDIF */
706 r = codec->codec_ops->digital(codec, slots, rate, 0);
2494 /* Ok, this should probably define what slots
2498 * non multichannel codec maps to slots 3&4
2499 * 2 channel codec maps to slots 7&8
2500 * 4 channel codec maps to slots 6&9
2501 * 6 channel codec maps to slots 10&11
3116 /* automaticlly get assigned to slots. */
3120 /* * If surround DACs exist, assign them to slots */
[all...]
H A Dvia82cxxx_audio.c853 /* load no rate adaption, stereo 16bit, set up ring slots */
3472 card->midi_devc=midi_devs[card->midi_info.slots[4]]->devc;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/drm/
H A Dradeon_cp.c902 int slots = (RADEON_READ(RADEON_RBBM_STATUS) local
904 if (slots >= entries)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/cdrom/
H A Dcdrom.c1251 buf->slots[length].disc_present = 1;
1252 buf->slots[length].change = 0;
1283 if (info->slots[slot].disc_present)
1293 /* Return the number of slots for an ATAPI/SCSI cdrom,
2294 ret = info->slots[arg].change;
3304 pos += sprintf(info+pos, "\ndrive # of slots:");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dcdrom.h126 #define CDROM_CHANGER_NSLOTS 0x5328 /* Get number of slots */
416 /* Special codes used when specifying changer slots. */
1014 /* The SCSI spec says there could be 256 slots. */
1053 struct cdrom_slot slots[CDROM_MAX_SLOTS]; member in struct:cdrom_changer_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/txn/
H A Dtxn.c437 td->log_dbs = R_OFFSET(&mgr->reginfo, td->slots);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/Documentation/cdrom/
H A Dcdrom-standard.tex936 \item[CDROM_CHANGER_NSLOTS] Returns the number of slots in a

Completed in 198 milliseconds

1234