Searched refs:pslot (Results 1 - 8 of 8) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/boot/lib/
H A Dvreset.c745 struct PCI_ConfigInfo *pslot; local
750 pslot = &PCI_slots[slt];
752 pslot->regs[r] = SwapBytes ( pslot->config_addr[r] );
755 if ( pslot->regs[DEVID] != 0xFFFFFFFF ) {
757 if ( ((pslot->regs[CLASS] & 0xFFFFFF00) == 0x03000000) ||
758 ((pslot->regs[CLASS] & 0xFFFFFF00) == 0x00010000)) {
761 if ( (pslot->regs[CMD] & 0x03) ) {
775 struct PCI_ConfigInfo *pslot; local
777 pslot
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/hotplug/
H A Dibmphp_core.c236 struct slot *pslot; local
262 pslot = hotplug_slot->private;
263 if (pslot)
264 rc = ibmphp_hpc_writeslot(pslot, cmd);
280 struct slot *pslot; local
288 pslot = hotplug_slot->private;
289 if (pslot) {
290 memcpy(&myslot, pslot, sizeof(struct slot));
291 rc = ibmphp_hpc_readslot(pslot, READ_SLOTSTATUS,
294 rc = ibmphp_hpc_readslot(pslot,
311 struct slot *pslot; local
338 struct slot *pslot; local
364 struct slot *pslot; local
395 struct slot *pslot; local
435 struct slot *pslot; local
[all...]
H A Dibmphp_hpc.c534 * Input: pslot - cannot be NULL for READ_ALLSTAT
539 int ibmphp_hpc_readslot (struct slot * pslot, u8 cmd, u8 * pstatus) argument
548 debug_polling ("%s - Entry pslot[%p] cmd[%x] pstatus[%p]\n", __FUNCTION__, pslot, cmd, pstatus);
550 if ((pslot == NULL)
558 busindex = ibmphp_get_bus_index (pslot->bus);
566 index = pslot->ctlr_index;
576 ctlr_ptr = pslot->ctrl;
594 pslot->ctrl->status = status;
595 pslot
678 ibmphp_hpc_writeslot(struct slot * pslot, u8 cmd) argument
825 struct slot *pslot = NULL; local
936 process_changeinstatus(struct slot *pslot, struct slot *poldslot) argument
1025 struct slot myslot, *pslot; local
[all...]
H A Dpciehp_ctrl.c180 static void set_slot_off(struct controller *ctrl, struct slot * pslot) argument
184 if (pslot->hpc_ops->power_off_slot(pslot)) {
192 pslot->hpc_ops->green_led_off(pslot);
195 if (pslot->hpc_ops->set_attention_status(pslot, 1)) {
H A Dshpchp_ctrl.c203 static int fix_bus_speed(struct controller *ctrl, struct slot *pslot, argument
224 rc = change_bus_speed(ctrl, pslot, asp);
227 rc = change_bus_speed(ctrl, pslot, msp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dradix-tree.h123 * @pslot: pointer to slot, returned by radix_tree_lookup_slot
131 static inline void *radix_tree_deref_slot(void **pslot) argument
133 return radix_tree_direct_to_ptr(*pslot);
137 * @pslot: pointer to slot, returned by radix_tree_lookup_slot
143 static inline void radix_tree_replace_slot(void **pslot, void *item) argument
146 rcu_assign_pointer(*pslot,
148 ((unsigned long)*pslot & RADIX_TREE_DIRECT_PTR)));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dmigrate.c297 void **pslot; local
308 pslot = radix_tree_lookup_slot(&mapping->page_tree,
312 (struct page *)radix_tree_deref_slot(pslot) != page) {
328 radix_tree_replace_slot(pslot, newpage);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/oss/
H A Dmixer_oss.c131 struct snd_mixer_oss_slot *pslot; local
137 pslot = &mixer->slots[chn];
138 if (pslot->put_volume || pslot->put_recsrc)
147 struct snd_mixer_oss_slot *pslot; local
153 pslot = &mixer->slots[chn];
154 if (pslot->put_volume && pslot->stereo)
170 struct snd_mixer_oss_slot *pslot; local
173 pslot
194 struct snd_mixer_oss_slot *pslot; local
212 struct snd_mixer_oss_slot *pslot; local
249 struct snd_mixer_oss_slot *pslot; local
275 struct snd_mixer_oss_slot *pslot; local
481 snd_mixer_oss_get_volume1_vol(struct snd_mixer_oss_file *fmixer, struct snd_mixer_oss_slot *pslot, unsigned int numid, int *left, int *right) argument
518 snd_mixer_oss_get_volume1_sw(struct snd_mixer_oss_file *fmixer, struct snd_mixer_oss_slot *pslot, unsigned int numid, int *left, int *right, int route) argument
557 snd_mixer_oss_get_volume1(struct snd_mixer_oss_file *fmixer, struct snd_mixer_oss_slot *pslot, int *left, int *right) argument
583 snd_mixer_oss_put_volume1_vol(struct snd_mixer_oss_file *fmixer, struct snd_mixer_oss_slot *pslot, unsigned int numid, int left, int right) argument
621 snd_mixer_oss_put_volume1_sw(struct snd_mixer_oss_file *fmixer, struct snd_mixer_oss_slot *pslot, unsigned int numid, int left, int right, int route) argument
666 snd_mixer_oss_put_volume1(struct snd_mixer_oss_file *fmixer, struct snd_mixer_oss_slot *pslot, int left, int right) argument
704 snd_mixer_oss_get_recsrc1_sw(struct snd_mixer_oss_file *fmixer, struct snd_mixer_oss_slot *pslot, int *active) argument
717 snd_mixer_oss_get_recsrc1_route(struct snd_mixer_oss_file *fmixer, struct snd_mixer_oss_slot *pslot, int *active) argument
730 snd_mixer_oss_put_recsrc1_sw(struct snd_mixer_oss_file *fmixer, struct snd_mixer_oss_slot *pslot, int active) argument
740 snd_mixer_oss_put_recsrc1_route(struct snd_mixer_oss_file *fmixer, struct snd_mixer_oss_slot *pslot, int active) argument
755 struct snd_mixer_oss_slot *pslot; local
804 struct snd_mixer_oss_slot *pslot; local
920 struct slot *pslot; local
[all...]

Completed in 83 milliseconds