Searched refs:slot (Results 251 - 275 of 701) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/firmware/
H A Ddmi_scan.c135 static void __init dmi_save_ident(const struct dmi_header *dm, int slot, int string) argument
140 if (dmi_ident[slot])
147 dmi_ident[slot] = p;
150 static void __init dmi_save_uuid(const struct dmi_header *dm, int slot, int index) argument
156 if (dmi_ident[slot])
173 dmi_ident[slot] = s;
176 static void __init dmi_save_type(const struct dmi_header *dm, int slot, int index) argument
181 if (dmi_ident[slot])
189 dmi_ident[slot] = s;
451 int s = dmi->matches[i].slot;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-server.h95 int slot,
100 int slot);
H A Ddbus-pending-call.c499 * the pending call is finalized. The slot number
503 * @param slot the slot number
510 dbus_int32_t slot,
520 slot, data, free_data_func,
755 * The passed-in slot must be initialized to -1, and is filled in
756 * with the slot ID. If the passed-in slot is not -1, it's assumed
759 * The allocated slot is global, i.e. all DBusPendingCall objects will
760 * have a slot wit
509 _dbus_pending_call_set_data_unlocked(DBusPendingCall *pending, dbus_int32_t slot, void *data, DBusFreeFunction free_data_func) argument
809 dbus_pending_call_set_data(DBusPendingCall *pending, dbus_int32_t slot, void *data, DBusFreeFunction free_data_func) argument
835 dbus_pending_call_get_data(DBusPendingCall *pending, dbus_int32_t slot) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mmc/host/
H A Dcb710-mmc.h25 static inline struct mmc_host *cb710_slot_to_mmc(struct cb710_slot *slot) argument
27 return dev_get_drvdata(&slot->pdev.dev);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/parisc/
H A Deisa_enumerator.c316 static int parse_slot_config(int slot, argument
337 printk(KERN_INFO "EISA slot %d: %s %s ",
338 slot, board, es->flags&HPEE_FLAG_BOARD_IS_ISA ? "ISA" : "EISA");
429 static int init_slot(int slot, struct eeprom_eisa_slot_info *es) argument
436 /* try to read the id of the board in the slot */
437 id = le32_to_cpu(inl(SLOT2PORT(slot)+EPI));
447 printk(KERN_ERR "EISA slot %d a configured board was not detected (",
448 slot);
458 printk(KERN_ERR "EISA slot %d id mis-match: got %s",
459 slot, id_strin
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/mm/
H A Dcache-mn10300.S201 # process the way 0 slot
202 mov (L1_CACHE_WAYDISP*0,a0),d0 # read the tag in the way 0 slot
215 # process the way 1 slot
216 mov (L1_CACHE_WAYDISP*1,a0),d0 # read the tag in the way 1 slot
229 # process the way 2 slot
230 mov (L1_CACHE_WAYDISP*2,a0),d0 # read the tag in the way 2 slot
243 # process the way 3 slot
244 mov (L1_CACHE_WAYDISP*3,a0),d0 # read the tag in the way 3 slot
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfs/
H A Dcallback_proc.c134 * this slot, accounting for wraparound. Increments the slot's sequence.
140 * We have a single slot backchannel at this time, so we don't bother
147 struct nfs4_slot *slot; local
155 slot = tbl->slots + args->csa_slotid;
156 dprintk("%s slot table seqid: %d\n", __func__, slot->seq_nr);
159 if (likely(args->csa_sequenceid == slot->seq_nr + 1)) {
160 slot->seq_nr++;
165 if (args->csa_sequenceid == slot
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/comedi/drivers/
H A Damplc_pc263.c38 [1] - PCI slot of device (optional)
39 If bus/slot is not specified, the first available PCI device will be
160 * bus and slot.
164 pc263_find_pci(struct comedi_device *dev, int bus, int slot, argument
176 /* If bus/slot specified, check them. */
177 if (bus || slot) {
179 || slot != PCI_SLOT(pci_dev->devfn))
208 if (bus || slot) {
211 dev->minor, thisboard->name, bus, slot);
232 int bus = 0, slot local
[all...]
H A Dadl_pci6208.c160 static int pci6208_find_device(struct comedi_device *dev, int bus, int slot);
352 static int pci6208_find_device(struct comedi_device *dev, int bus, int slot) argument
363 * was a particular bus/slot requested?
365 if ((bus != 0) || (slot != 0)) {
368 * wrong bus/slot?
373 != slot) {
385 "(req. bus/slot : %d/%d)\n",
386 dev->minor, bus, slot);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c++-gnome/
H A Dhello.cc48 window->delete_event.connect (SigC::slot (quit_callback));
61 button->clicked.connect (Gtk::Main::quit.slot()); //slot (quit_callback));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-ks8695/
H A Dboard-dsm320.c37 static int dsm320_pci_map_irq(struct pci_dev *dev, u8 slot, u8 pin) argument
39 switch (slot) {
44 /* Mini PCI slot */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap2/
H A Dhsmmc.c46 static void omap_hsmmc1_before_set_reg(struct device *dev, int slot, argument
53 mmc->slots[0].remux(dev, slot, power_on);
89 static void omap_hsmmc1_after_set_reg(struct device *dev, int slot, argument
113 static void omap4_hsmmc1_before_set_reg(struct device *dev, int slot, argument
124 static void omap4_hsmmc1_after_set_reg(struct device *dev, int slot, argument
157 static void hsmmc23_before_set_reg(struct device *dev, int slot, argument
163 mmc->slots[0].remux(dev, slot, power_on);
177 static int nop_mmc_set_power(struct device *dev, int slot, int power_on, argument
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/
H A Dtracepath.c73 int slot; local
105 slot = ntohs(addr.sin_port) - base_port;
106 if (slot>=0 && slot < 63 && his[slot].hops) {
107 sndhops = his[slot].hops;
108 rettv = &his[slot].sendtime;
109 his[slot].hops = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/mantis/
H A Dmantis_hif.c118 struct mantis_slot *slot = ca->slot; local
130 mmwrite(slot->slave_cfg, MANTIS_GPIF_CFGSLA); /* Slot0 alone for now */
205 struct mantis_slot *slot = ca->slot; local
209 slot[0].slave_cfg = 0x70773028;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/
H A Dhw_breakpoint.c54 struct perf_event **slot = &__get_cpu_var(bp_per_reg[i]); local
56 if (!*slot) {
57 *slot = bp;
62 if (WARN_ONCE(i == sh_ubc->num_events, "Can't find any breakpoint slot"))
86 struct perf_event **slot = &__get_cpu_var(bp_per_reg[i]); local
88 if (*slot == bp) {
89 *slot = NULL;
94 if (WARN_ONCE(i == sh_ubc->num_events, "Can't find any breakpoint slot"))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/lib/
H A Dev6-divide.S174 DIV_ONLY(cmovne compare,tmp2,quotient) # E : Latency 2, extra map slot
180 cmovne compare,tmp1,modulus # E : Latency 2, extra map slot
185 cmovne compare,tmp1,modulus # E : Latency 2, extra map slot
235 cmovlt $24,$28,$24 /* abs($24) */ # E : Latency 2, extra map slot
241 cmovlt $25,$28,$25 /* abs($25) */ # E : Latency 2, extra map slot
252 cmovlt $28,tmp1,$27 # E : Latency 2, extra map slot
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/kernel/
H A Dsys_dp264.c328 *20 Interrupt Line D from slot 2 PCI0
329 *21 Interrupt Line C from slot 2 PCI0
330 *22 Interrupt Line B from slot 2 PCI0
331 *23 Interrupt Line A from slot 2 PCI0
332 *24 Interrupt Line D from slot 1 PCI0
333 *25 Interrupt Line C from slot 1 PCI0
334 *26 Interrupt Line B from slot 1 PCI0
335 *27 Interrupt Line A from slot 1 PCI0
336 *28 Interrupt Line D from slot 0 PCI0
337 *29 Interrupt Line C from slot
392 dp264_map_irq(struct pci_dev *dev, u8 slot, u8 pin) argument
414 monet_map_irq(struct pci_dev *dev, u8 slot, u8 pin) argument
441 int slot, pin = *pinp; local
471 webbrick_map_irq(struct pci_dev *dev, u8 slot, u8 pin) argument
493 clipper_map_irq(struct pci_dev *dev, u8 slot, u8 pin) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-cns3xxx/
H A Dpcie.c67 int slot = PCI_SLOT(devfn); local
73 if (!cnspci->linked && (busno > 0 || slot > 0))
82 if (slot > 1)
84 type = slot;
175 static int cns3xxx_pcie_map_irq(struct pci_dev *dev, u8 slot, u8 pin) argument
178 int irq = cnspci->irqs[slot];
180 pr_info("PCIe map irq: %04d:%02x:%02x.%02x slot %d, pin %d, irq: %d\n",
182 PCI_FUNC(dev->devfn), slot, pin, irq);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-core/
H A Dserver.c691 AvahiLegacyUnicastReflectSlot *slot; local
708 if (!(slot = avahi_new(AvahiLegacyUnicastReflectSlot, 1)))
711 s->legacy_unicast_reflect_slots[idx] = slot;
712 slot->id = s->legacy_unicast_reflect_id++;
713 slot->server = s;
715 return slot;
718 static void deallocate_slot(AvahiServer *s, AvahiLegacyUnicastReflectSlot *slot) { argument
722 assert(slot);
724 idx = slot->id % AVAHI_LEGACY_UNICAST_REFLECT_SLOTS_MAX;
726 assert(s->legacy_unicast_reflect_slots[idx] == slot);
766 AvahiLegacyUnicastReflectSlot *slot = userdata; local
776 AvahiLegacyUnicastReflectSlot *slot; local
983 AvahiLegacyUnicastReflectSlot *slot; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Dserver.c691 AvahiLegacyUnicastReflectSlot *slot; local
708 if (!(slot = avahi_new(AvahiLegacyUnicastReflectSlot, 1)))
711 s->legacy_unicast_reflect_slots[idx] = slot;
712 slot->id = s->legacy_unicast_reflect_id++;
713 slot->server = s;
715 return slot;
718 static void deallocate_slot(AvahiServer *s, AvahiLegacyUnicastReflectSlot *slot) { argument
722 assert(slot);
724 idx = slot->id % AVAHI_LEGACY_UNICAST_REFLECT_SLOTS_MAX;
726 assert(s->legacy_unicast_reflect_slots[idx] == slot);
766 AvahiLegacyUnicastReflectSlot *slot = userdata; local
776 AvahiLegacyUnicastReflectSlot *slot; local
983 AvahiLegacyUnicastReflectSlot *slot; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ibm_newemac/
H A Dcore.c389 int slot, reg, mask; local
392 slot = EMAC_XAHT_CRC_TO_SLOT(dev,
394 reg = EMAC_XAHT_SLOT_TO_REG(dev, slot);
395 mask = EMAC_XAHT_SLOT_TO_MASK(dev, slot);
1084 static inline int emac_alloc_rx_skb(struct emac_instance *dev, int slot, argument
1091 dev->rx_skb[slot] = skb;
1092 dev->rx_desc[slot].data_len = 0;
1095 dev->rx_desc[slot].data_ptr =
1099 dev->rx_desc[slot].ctrl = MAL_RX_CTRL_EMPTY |
1100 (slot
1319 int slot; local
1343 emac_xmit_split(struct emac_instance *dev, int slot, u32 pd, int len, int last, u16 base_ctrl) argument
1378 int slot, i; local
1499 int slot = dev->ack_slot, n = 0; local
1530 emac_recycle_rx_skb(struct emac_instance *dev, int slot, int len) argument
1585 emac_rx_sg_append(struct emac_instance *dev, int slot) argument
1611 int slot = dev->rx_slot, received = 0; local
1751 int slot = dev->rx_slot; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/flex/
H A Dtblcmp.c576 * address below; find the next free slot.
633 /* Find next free slot in tables. */
675 int i, slot, tblbase; local
682 slot = lastprot;
688 slot = numprots;
690 protnext[slot] = firstprot;
693 protprev[firstprot] = slot;
695 firstprot = slot;
696 prottbl[slot] = statenum;
697 protcomst[slot]
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/flex/
H A Dtblcmp.c576 * address below; find the next free slot.
633 /* Find next free slot in tables. */
675 int i, slot, tblbase; local
682 slot = lastprot;
688 slot = numprots;
690 protnext[slot] = firstprot;
693 protprev[firstprot] = slot;
695 firstprot = slot;
696 prottbl[slot] = statenum;
697 protcomst[slot]
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dhw_breakpoint.c68 struct perf_event **slot = &__get_cpu_var(bp_per_reg); local
70 *slot = bp;
93 struct perf_event **slot = &__get_cpu_var(bp_per_reg); local
95 if (*slot != bp) {
100 *slot = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/cpu/
H A Dintel_cacheinfo.c400 * check whether a slot used for disabling an L3 index is occupied.
402 * @slot: slot number (0..1)
404 * @returns: the disabled index if used or negative value if slot free.
406 int amd_get_l3_disable_slot(struct amd_l3_cache *l3, unsigned slot) argument
410 pci_read_config_dword(l3->dev, 0x1BC + slot * 4, &reg);
412 /* check whether this slot is activated already */
420 unsigned int slot)
427 index = amd_get_l3_disable_slot(this_leaf->l3, slot);
434 #define SHOW_CACHE_DISABLE(slot) \
419 show_cache_disable(struct _cpuid4_info *this_leaf, char *buf, unsigned int slot) argument
443 amd_l3_disable_index(struct amd_l3_cache *l3, int cpu, unsigned slot, unsigned long idx) argument
483 amd_set_l3_disable_slot(struct amd_l3_cache *l3, int cpu, unsigned slot, unsigned long index) argument
516 store_cache_disable(struct _cpuid4_info *this_leaf, const char *buf, size_t count, unsigned int slot) argument
[all...]

Completed in 395 milliseconds

<<11121314151617181920>>