/Linux-v6.1/drivers/pci/hotplug/ |
D | ibmphp_hpc.c | 503 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 …]
|
D | ibmphp_core.c | 216 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 …]
|
D | shpchp_ctrl.c | 193 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-v6.1/sound/core/oss/ |
D | mixer_oss.c | 128 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() 146 struct snd_mixer_oss_slot *pslot; in snd_mixer_oss_stereodevs() local 153 pslot = &mixer->slots[chn]; in snd_mixer_oss_stereodevs() 154 if (pslot->put_volume && pslot->stereo) in snd_mixer_oss_stereodevs() 172 struct snd_mixer_oss_slot *pslot; in snd_mixer_oss_recmask() local 175 pslot = &mixer->slots[chn]; in snd_mixer_oss_recmask() 176 if (pslot->put_recsrc) in snd_mixer_oss_recmask() 199 struct snd_mixer_oss_slot *pslot; in snd_mixer_oss_get_recsrc() local [all …]
|
/Linux-v6.1/fs/btrfs/ |
D | ctree.c | 892 int pslot; in balance_level() local 907 pslot = path->slots[level + 1]; in balance_level() 961 left = btrfs_read_node_slot(parent, pslot - 1); in balance_level() 968 parent, pslot - 1, &left, in balance_level() 976 right = btrfs_read_node_slot(parent, pslot + 1); in balance_level() 983 parent, pslot + 1, &right, in balance_level() 1009 del_ptr(root, path, level + 1, pslot + 1); in balance_level() 1018 ret = btrfs_tree_mod_log_insert_key(parent, pslot + 1, in balance_level() 1021 btrfs_set_node_key(parent, &right_key, pslot + 1); in balance_level() 1055 del_ptr(root, path, level + 1, pslot); in balance_level() [all …]
|
/Linux-v6.1/drivers/md/ |
D | raid5-cache.c | 2641 void __rcu **pslot; in r5c_try_caching_write() local 2697 pslot = radix_tree_lookup_slot(&log->big_stripe_tree, in r5c_try_caching_write() 2699 if (pslot) { in r5c_try_caching_write() 2701 pslot, &log->tree_lock) >> in r5c_try_caching_write() 2704 &log->big_stripe_tree, pslot, in r5c_try_caching_write() 2808 void __rcu **pslot; in r5c_finish_stripe_write_out() local 2852 pslot = radix_tree_lookup_slot(&log->big_stripe_tree, in r5c_finish_stripe_write_out() 2854 BUG_ON(pslot == NULL); in r5c_finish_stripe_write_out() 2856 pslot, &log->tree_lock) >> in r5c_finish_stripe_write_out() 2862 &log->big_stripe_tree, pslot, in r5c_finish_stripe_write_out()
|
/Linux-v6.1/fs/nfs/ |
D | nfs4session.c | 357 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-v6.1/lib/ |
D | maple_tree.c | 1640 unsigned char pslot; in mas_update_gap() local 1652 pslot = mte_parent_slot(mas->node); in mas_update_gap() 1654 mas_parent_enum(mas, mas->node))[pslot]; in mas_update_gap() 1657 mas_parent_gap(mas, pslot, max_gap); in mas_update_gap() 5160 unsigned char pslot = mte_parent_slot(mas->node); in mas_fill_gap() local 5181 mas->max = mas_safe_pivot(mas, pivots, pslot, ptype); in mas_fill_gap() 5182 mas->min = mas_safe_min(mas, pivots, pslot); in mas_fill_gap()
|