Home
last modified time | relevance | path

Searched refs:pslot (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/pci/hotplug/
H A Dibmphp_hpc.c503 int ibmphp_hpc_readslot(struct slot *pslot, u8 cmd, u8 *pstatus) in ibmphp_hpc_readslot() argument
511 debug_polling("%s - Entry pslot[%p] cmd[%x] pstatus[%p]\n", __func__, pslot, cmd, pstatus); in ibmphp_hpc_readslot()
513 if ((pslot == NULL) in ibmphp_hpc_readslot()
521 busindex = ibmphp_get_bus_index(pslot->bus); in ibmphp_hpc_readslot()
529 index = pslot->ctlr_index; in ibmphp_hpc_readslot()
539 ctlr_ptr = pslot->ctrl; in ibmphp_hpc_readslot()
557 pslot->ctrl->status = status; in ibmphp_hpc_readslot()
558 pslot->status = ctrl_read(ctlr_ptr, wpg_bbar, index); in ibmphp_hpc_readslot()
562 pslot->ext_status = ctrl_read(ctlr_ptr, wpg_bbar, index + WPG_1ST_EXTSLOT_INDEX); in ibmphp_hpc_readslot()
582 pslot->busstatus = ctrl_read(ctlr_ptr, wpg_bbar, index); in ibmphp_hpc_readslot()
[all …]
H A Dibmphp_core.c216 struct slot *pslot; in set_attention_status() local
242 pslot = to_slot(hotplug_slot); in set_attention_status()
243 rc = ibmphp_hpc_writeslot(pslot, cmd); in set_attention_status()
257 struct slot *pslot; in get_attention_status() local
265 pslot = to_slot(hotplug_slot); in get_attention_status()
266 memcpy(&myslot, pslot, sizeof(struct slot)); in get_attention_status()
267 rc = ibmphp_hpc_readslot(pslot, READ_SLOTSTATUS, in get_attention_status()
270 rc = ibmphp_hpc_readslot(pslot, READ_EXTSLOTSTATUS, in get_attention_status()
284 struct slot *pslot; in get_latch_status() local
291 pslot = to_slot(hotplug_slot); in get_latch_status()
[all …]
H A Dshpchp_ctrl.c193 static int fix_bus_speed(struct controller *ctrl, struct slot *pslot, in fix_bus_speed() argument
214 rc = change_bus_speed(ctrl, pslot, asp); in fix_bus_speed()
217 rc = change_bus_speed(ctrl, pslot, msp); in fix_bus_speed()
/linux/sound/core/oss/
H A Dmixer_oss.c128 struct snd_mixer_oss_slot *pslot; in snd_mixer_oss_devmask() local
135 pslot = &mixer->slots[chn]; in snd_mixer_oss_devmask()
136 if (pslot->put_volume || pslot->put_recsrc) in snd_mixer_oss_devmask()
145 struct snd_mixer_oss_slot *pslot; in snd_mixer_oss_stereodevs() local
152 pslot = &mixer->slots[chn]; in snd_mixer_oss_stereodevs()
153 if (pslot->put_volume && pslot->stereo) in snd_mixer_oss_stereodevs()
170 struct snd_mixer_oss_slot *pslot; in snd_mixer_oss_recmask() local
173 pslot = &mixer->slots[chn]; in snd_mixer_oss_recmask()
174 if (pslot->put_recsrc) in snd_mixer_oss_recmask()
196 struct snd_mixer_oss_slot *pslot; in snd_mixer_oss_get_recsrc() local
[all …]
/linux/drivers/md/
H A Draid5-cache.c2631 void __rcu **pslot; in r5c_try_caching_write() local
2687 pslot = radix_tree_lookup_slot(&log->big_stripe_tree, in r5c_try_caching_write()
2689 if (pslot) { in r5c_try_caching_write()
2691 pslot, &log->tree_lock) >> in r5c_try_caching_write()
2694 &log->big_stripe_tree, pslot, in r5c_try_caching_write()
2797 void __rcu **pslot; in r5c_finish_stripe_write_out() local
2838 pslot = radix_tree_lookup_slot(&log->big_stripe_tree, in r5c_finish_stripe_write_out()
2840 BUG_ON(pslot == NULL); in r5c_finish_stripe_write_out()
2842 pslot, &log->tree_lock) >> in r5c_finish_stripe_write_out()
2848 &log->big_stripe_tree, pslot, in r5c_finish_stripe_write_out()
/linux/fs/nfs/
H A Dnfs4session.c357 static bool nfs41_assign_slot(struct rpc_task *task, void *pslot) in nfs41_assign_slot() argument
361 struct nfs4_slot *slot = pslot; in nfs41_assign_slot()
/linux/lib/
H A Dmaple_tree.c1496 unsigned char pslot; in mas_update_gap() local
1508 pslot = mte_parent_slot(mas->node); in mas_update_gap()
1510 mas_parent_type(mas, mas->node))[pslot]; in mas_update_gap()
1513 mas_parent_gap(mas, pslot, max_gap); in mas_update_gap()