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

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/scripts/
H A Dunwcheck.py26 def check_func (func, slots, rlen_sum):
27 if slots != rlen_sum:
31 print "ERROR: %s: %lu slots, total region length = %lu" % (func, slots, rlen_sum)
37 slots = 0 variable
42 check_func(func, slots, rlen_sum)
47 slots = 3 * (end - start) / 16
54 check_func(func, slots, rlen_sum)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ia64/
H A Drse.h47 unsigned long slots = (bsp - bspstore); local
49 return slots - (ia64_rse_slot_num(bspstore) + slots)/0x40;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/ac97/
H A Dac97_pcm.c309 * slots 7+8
326 unsigned short slots = 0; local
340 slots |= (1<<AC97_SLOT_PCM_LEFT)|(1<<AC97_SLOT_PCM_RIGHT);
342 slots |= (1<<AC97_SLOT_PCM_SLEFT)|(1<<AC97_SLOT_PCM_SRIGHT);
344 slots |= (1<<AC97_SLOT_PCM_CENTER)|(1<<AC97_SLOT_LFE);
357 slots |= (1<<AC97_SLOT_PCM_SLEFT)|(1<<AC97_SLOT_PCM_SRIGHT);
359 slots |= (1<<AC97_SLOT_PCM_CENTER)|(1<<AC97_SLOT_LFE);
369 slots |= (1<<AC97_SLOT_PCM_CENTER)|(1<<AC97_SLOT_LFE);
375 return slots;
377 unsigned short slots; local
398 unsigned short slots; local
407 get_rates(struct ac97_pcm *pcm, unsigned int cidx, unsigned short slots, int dbl) argument
442 unsigned short tmp, slots; local
555 snd_ac97_pcm_open(struct ac97_pcm *pcm, unsigned int rate, enum ac97_pcm_cfg cfg, unsigned short slots) argument
641 unsigned short slots = pcm->aslots; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dhash.c56 int slots,
63 if(!slots || !hfunc || !comparator ||!dtor) {
71 h->slots = slots;
73 h->table = malloc(slots * sizeof(struct curl_llist *));
75 for(i = 0; i < slots; ++i) {
84 h->slots = 0;
91 h->slots = 0;
97 Curl_hash_alloc(int slots, argument
104 if(!slots || !hfun
55 Curl_hash_init(struct curl_hash *h, int slots, hash_function hfunc, comp_function comparator, curl_hash_dtor dtor) argument
[all...]
H A Dhash.h55 int slots; member in struct:curl_hash
67 int slots,
72 struct curl_hash *Curl_hash_alloc(int slots,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
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 Dcs4232.c263 hw_config->slots[0] = ad1848_init("Crystal audio controller", ports,
271 if (hw_config->slots[0] != -1 &&
272 audio_devs[hw_config->slots[0]]->mixer_dev!=-1)
303 hw_config->slots[1] = hw_config2.slots[1];
326 sound_unload_audiodev(hw_config->slots[0]);
343 hw_config2.slots[1] = hw_config->slots[1];
H A Dsound_config.h77 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]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Defs_dir.h28 unsigned char slots; member in struct:efs_dir
H A Deisa.h96 int slots; /* Max slot number */ member in struct:eisa_root_device
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/
H A Dradix-tree.c53 void *slots[RADIX_TREE_MAP_SIZE]; member in struct:radix_tree_node
242 node->slots[0] = radix_tree_direct_to_ptr(root->rnode);
297 rcu_assign_pointer(node->slots[offset], slot);
306 slot = node->slots[offset];
316 rcu_assign_pointer(node->slots[offset], item);
366 (node->slots + ((index>>shift) & RADIX_TREE_MAP_MASK));
414 (node->slots + ((index>>shift) & RADIX_TREE_MAP_MASK));
458 slot = slot->slots[offset];
510 slot = slot->slots[offset];
593 node = rcu_dereference(node->slots[offse
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/efs/
H A Ddir.c41 /* each block contains at most 256 slots */
62 while (slot < dirblock->slots) {
75 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);
92 if (++slot == dirblock->slots) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/eisa/
H A Dvirtual_root.c41 .slots = EISA_MAX_SLOTS,
H A Dpci_eisa.c37 pci_eisa_root.slots = EISA_MAX_SLOTS;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dmixer_oss.h56 struct snd_mixer_oss_slot slots[SNDRV_OSS_MAX_MIXERS]; /* OSS mixer slots */ member in struct:snd_mixer_oss
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/hotplug/
H A Dibmphp_ebda.c80 struct ebda_hpc_slot *slots; local
87 slots = kcalloc(slot_count, sizeof(struct ebda_hpc_slot), GFP_KERNEL);
88 if (!slots)
90 controller->slots = slots;
99 kfree(controller->slots);
108 kfree (controller->slots);
228 debug ("%s - physical slot#: %x\n", __FUNCTION__, hpc_ptr->slots[index].slot_num);
229 debug ("%s - pci bus# of the slot: %x\n", __FUNCTION__, hpc_ptr->slots[index].slot_bus_num);
230 debug ("%s - index into ctlr addr: %x\n", __FUNCTION__, hpc_ptr->slots[inde
[all...]
H A Dibmphp_core.c62 * tables don't provide default info for empty slots */
123 /* sometimes the hot-pluggable slots start with 4 (not always from 1) */
154 if ((*cur_slot)->number == rtable->slots[loop].slot) {
155 if ((*cur_slot)->bus == rtable->slots[loop].bus) {
156 (*cur_slot)->device = PCI_SLOT(rtable->slots[loop].devfn);
172 debug("rtable->slots[loop].irq[0].bitmap = %x\n",
173 rtable->slots[loop].irq[0].bitmap);
174 debug("rtable->slots[loop].irq[1].bitmap = %x\n",
175 rtable->slots[loop].irq[1].bitmap);
176 debug("rtable->slots[loo
[all...]
H A Dcpci_hotplug_core.c58 static int slots; variable
297 slots++;
321 if (!slots) {
328 slots--;
379 if (!slots) {
412 if (!slots) {
414 err("no slots registered, shutting down");
542 dbg("%s - error checking slots", __FUNCTION__);
579 dbg("%s - error checking slots", __FUNCTION__);
662 * Unregister all of our slots wit
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/kconfig/
H A Dqconf.h69 public slots:
229 public slots:
254 public slots:
284 public slots:
305 public slots:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-qt/
H A Dqt-watch.cpp44 private slots:
68 private slots:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Dtxn.h38 #define TXN_NSLOTS 4 /* Initial slots to hold DB refs */
55 u_int32_t nlog_slots; /* Number of allocated slots. */
89 roff_t slots[TXN_NSLOTS]; /* Initial DB slot allocation. */ member in struct:__txn_detail
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/pci/
H A Dpci.h75 struct irq_info slots[0]; member in struct:irq_routing_table
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/fat/
H A Ddir.c243 unsigned char id, slot, slots, alias_checksum; local
253 slots = 0;
258 slots = id & ~0x40;
259 if (slots > 20 || !slots) /* ceil(256 * 2 / 26) */
261 *nr_slots = slots;
264 slot = slots;
302 * value is the total amount of slots, including the shortname entry.
603 * of unicode buffer. (13 * slots + nul) */
976 * Second stage: remove the remaining longname slots
1110 fat_add_new_entries(struct inode *dir, void *slots, int nr_slots, int *nr_cluster, struct msdos_dir_entry **de, struct buffer_head **bh, loff_t *i_pos) argument
1190 fat_add_entries(struct inode *dir, void *slots, int nr_slots, struct fat_slot_info *sinfo) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/vfat/
H A Dnamei.c562 struct msdos_dir_slot *slots, int *nr_slots)
600 de = (struct msdos_dir_entry *)slots;
609 for (ps = slots, i = *nr_slots; i > 0; i--, ps++) {
620 slots[0].id |= 0x40;
645 struct msdos_dir_slot *slots; local
653 slots = kmalloc(sizeof(*slots) * MSDOS_SLOTS, GFP_KERNEL);
654 if (slots == NULL)
658 slots, &nr_slots);
662 err = fat_add_entries(dir, slots, nr_slot
559 vfat_build_slots(struct inode *dir, const unsigned char *name, int len, int is_dir, int cluster, struct timespec *ts, struct msdos_dir_slot *slots, int *nr_slots) argument
[all...]

Completed in 169 milliseconds

1234