Searched refs:pslot (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/pci/hotplug/ |
| A D | ibmphp_hpc.c | 515 if ((pslot == NULL) in ibmphp_hpc_readslot() 531 index = pslot->ctlr_index; in ibmphp_hpc_readslot() 541 ctlr_ptr = pslot->ctrl; in ibmphp_hpc_readslot() 609 pslot->ext_status = in ibmphp_hpc_readslot() 654 if (pslot == NULL) { in ibmphp_hpc_writeslot() 671 index = pslot->ctlr_index; in ibmphp_hpc_writeslot() 681 ctlr_ptr = pslot->ctrl; in ibmphp_hpc_writeslot() 790 struct slot *pslot = NULL; in poll_hpc() local 963 pslot->flag = 0; in process_changeinstatus() 987 struct slot myslot, *pslot; in process_changeinlatch() local [all …]
|
| A D | ibmphp_core.c | 224 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() 292 struct slot *pslot; in get_latch_status() local 299 pslot = to_slot(hotplug_slot); in get_latch_status() 317 struct slot *pslot; in get_power_status() local 324 pslot = to_slot(hotplug_slot); in get_power_status() 341 struct slot *pslot; in get_adapter_present() local [all …]
|
| A 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/sound/core/oss/ |
| A D | mixer_oss.c | 136 if (pslot->put_volume || pslot->put_recsrc) in snd_mixer_oss_devmask() 154 if (pslot->put_volume && pslot->stereo) in snd_mixer_oss_stereodevs() 205 pslot->get_recsrc(fmixer, pslot, &active); in snd_mixer_oss_get_recsrc() 239 pslot->put_recsrc(fmixer, pslot, active); in snd_mixer_oss_set_recsrc() 247 pslot->get_recsrc(fmixer, pslot, &active); in snd_mixer_oss_set_recsrc() 270 result = pslot->get_volume(fmixer, pslot, &left, &right); in snd_mixer_oss_get_volume() 271 if (!pslot->stereo) in snd_mixer_oss_get_volume() 306 if (!pslot->stereo) in snd_mixer_oss_set_volume() 309 result = pslot->put_volume(fmixer, pslot, left, right); in snd_mixer_oss_set_volume() 1116 if (! pslot) in snd_mixer_oss_build_input() [all …]
|
| /linux/fs/btrfs/ |
| A D | ctree.c | 870 int pslot; in balance_level() local 885 pslot = path->slots[level + 1]; in balance_level() 946 parent, pslot - 1, &left, in balance_level() 961 parent, pslot + 1, &right, in balance_level() 987 del_ptr(root, path, level + 1, pslot + 1); in balance_level() 1033 del_ptr(root, path, level + 1, pslot); in balance_level() 1045 btrfs_set_node_key(parent, &mid_key, pslot); in balance_level() 1098 int pslot; in push_nodes_for_insert() local 1109 pslot = path->slots[level + 1]; in push_nodes_for_insert() 1130 pslot - 1, &left, in push_nodes_for_insert() [all …]
|
| /linux/drivers/md/ |
| A D | raid5-cache.c | 2645 void **pslot; in r5c_try_caching_write() local 2701 pslot = radix_tree_lookup_slot(&log->big_stripe_tree, in r5c_try_caching_write() 2703 if (pslot) { in r5c_try_caching_write() 2705 pslot, &log->tree_lock) >> in r5c_try_caching_write() 2708 &log->big_stripe_tree, pslot, in r5c_try_caching_write() 2812 void **pslot; in r5c_finish_stripe_write_out() local 2856 pslot = radix_tree_lookup_slot(&log->big_stripe_tree, in r5c_finish_stripe_write_out() 2858 BUG_ON(pslot == NULL); in r5c_finish_stripe_write_out() 2860 pslot, &log->tree_lock) >> in r5c_finish_stripe_write_out() 2866 &log->big_stripe_tree, pslot, in r5c_finish_stripe_write_out()
|
| /linux/fs/nfs/ |
| A 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()
|
Completed in 35 milliseconds