Home
last modified time | relevance | path

Searched refs:pslot (Results 1 – 6 of 6) 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/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.c1510 unsigned char pslot; in mas_update_gap() local
1522 pslot = mte_parent_slot(mas->node); in mas_update_gap()
1524 mas_parent_type(mas, mas->node))[pslot]; in mas_update_gap()
1527 mas_parent_gap(mas, pslot, max_gap); in mas_update_gap()