Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/pci/hotplug/
Dibmphp_hpc.c505 int ibmphp_hpc_readslot(struct slot *pslot, u8 cmd, u8 *pstatus) in ibmphp_hpc_readslot() argument
513 debug_polling("%s - Entry pslot[%p] cmd[%x] pstatus[%p]\n", __func__, pslot, cmd, pstatus); in ibmphp_hpc_readslot()
515 if ((pslot == NULL) in ibmphp_hpc_readslot()
523 busindex = ibmphp_get_bus_index(pslot->bus); in ibmphp_hpc_readslot()
531 index = pslot->ctlr_index; in ibmphp_hpc_readslot()
541 ctlr_ptr = pslot->ctrl; in ibmphp_hpc_readslot()
559 pslot->ctrl->status = status; in ibmphp_hpc_readslot()
560 pslot->status = ctrl_read(ctlr_ptr, wpg_bbar, index); in ibmphp_hpc_readslot()
564 pslot->ext_status = ctrl_read(ctlr_ptr, wpg_bbar, index + WPG_1ST_EXTSLOT_INDEX); in ibmphp_hpc_readslot()
584 pslot->busstatus = ctrl_read(ctlr_ptr, wpg_bbar, index); in ibmphp_hpc_readslot()
[all …]
Dibmphp_core.c224 struct slot *pslot; in set_attention_status() local
250 pslot = to_slot(hotplug_slot); in set_attention_status()
251 rc = ibmphp_hpc_writeslot(pslot, cmd); in set_attention_status()
265 struct slot *pslot; in get_attention_status() local
273 pslot = to_slot(hotplug_slot); in get_attention_status()
274 memcpy(&myslot, pslot, sizeof(struct slot)); in get_attention_status()
275 rc = ibmphp_hpc_readslot(pslot, READ_SLOTSTATUS, in get_attention_status()
278 rc = ibmphp_hpc_readslot(pslot, READ_EXTSLOTSTATUS, in get_attention_status()
292 struct slot *pslot; in get_latch_status() local
299 pslot = to_slot(hotplug_slot); in get_latch_status()
[all …]
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-v5.4/sound/core/oss/
Dmixer_oss.c128 struct snd_mixer_oss_slot *pslot; in snd_mixer_oss_devmask() local
134 pslot = &mixer->slots[chn]; in snd_mixer_oss_devmask()
135 if (pslot->put_volume || pslot->put_recsrc) in snd_mixer_oss_devmask()
144 struct snd_mixer_oss_slot *pslot; in snd_mixer_oss_stereodevs() local
150 pslot = &mixer->slots[chn]; in snd_mixer_oss_stereodevs()
151 if (pslot->put_volume && pslot->stereo) in snd_mixer_oss_stereodevs()
167 struct snd_mixer_oss_slot *pslot; in snd_mixer_oss_recmask() local
170 pslot = &mixer->slots[chn]; in snd_mixer_oss_recmask()
171 if (pslot->put_recsrc) in snd_mixer_oss_recmask()
192 struct snd_mixer_oss_slot *pslot; in snd_mixer_oss_get_recsrc() local
[all …]
/Linux-v5.4/fs/btrfs/
Dctree.c1857 int pslot; in balance_level() local
1873 pslot = path->slots[level + 1]; in balance_level()
1927 left = btrfs_read_node_slot(parent, pslot - 1); in balance_level()
1935 parent, pslot - 1, &left); in balance_level()
1942 right = btrfs_read_node_slot(parent, pslot + 1); in balance_level()
1950 parent, pslot + 1, &right); in balance_level()
1975 del_ptr(root, path, level + 1, pslot + 1); in balance_level()
1983 ret = tree_mod_log_insert_key(parent, pslot + 1, in balance_level()
1986 btrfs_set_node_key(parent, &right_key, pslot + 1); in balance_level()
2020 del_ptr(root, path, level + 1, pslot); in balance_level()
[all …]
/Linux-v5.4/drivers/md/
Draid5-cache.c2643 void **pslot; in r5c_try_caching_write() local
2699 pslot = radix_tree_lookup_slot(&log->big_stripe_tree, in r5c_try_caching_write()
2701 if (pslot) { in r5c_try_caching_write()
2703 pslot, &log->tree_lock) >> in r5c_try_caching_write()
2706 &log->big_stripe_tree, pslot, in r5c_try_caching_write()
2810 void **pslot; in r5c_finish_stripe_write_out() local
2854 pslot = radix_tree_lookup_slot(&log->big_stripe_tree, in r5c_finish_stripe_write_out()
2856 BUG_ON(pslot == NULL); in r5c_finish_stripe_write_out()
2858 pslot, &log->tree_lock) >> in r5c_finish_stripe_write_out()
2864 &log->big_stripe_tree, pslot, in r5c_finish_stripe_write_out()
/Linux-v5.4/fs/nfs/
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()