Home
last modified time | relevance | path

Searched refs:slot (Results 1 – 25 of 1220) sorted by relevance

12345678910>>...49

/linux-6.3-rc2/drivers/pci/hotplug/
A Dcpci_hotplug_pci.c33 u8 cpci_get_attention_status(struct slot *slot) in cpci_get_attention_status() argument
80 u16 cpci_get_hs_csr(struct slot *slot) in cpci_get_hs_csr() argument
98 int cpci_check_and_clear_ins(struct slot *slot) in cpci_check_and_clear_ins() argument
127 int cpci_check_ext(struct slot *slot) in cpci_check_ext() argument
148 int cpci_clear_ext(struct slot *slot) in cpci_clear_ext() argument
174 int cpci_led_on(struct slot *slot) in cpci_led_on() argument
202 int cpci_led_off(struct slot *slot) in cpci_led_off() argument
235 int cpci_configure_slot(struct slot *slot) in cpci_configure_slot() argument
247 slot->bus->number, PCI_SLOT(slot->devfn), PCI_FUNC(slot->devfn)); in cpci_configure_slot()
248 slot->dev = pci_get_slot(slot->bus, slot->devfn); in cpci_configure_slot()
[all …]
A Dshpchp_core.c65 struct slot *slot; in init_slots() local
72 slot = kzalloc(sizeof(*slot), GFP_KERNEL); in init_slots()
102 slot->bus, slot->device, slot->hp_slot, slot->number, in init_slots()
131 struct slot *slot, *next; in cleanup_slots() local
147 struct slot *slot = get_slot(hotplug_slot); in set_attention_status() local
160 struct slot *slot = get_slot(hotplug_slot); in enable_slot() local
170 struct slot *slot = get_slot(hotplug_slot); in disable_slot() local
180 struct slot *slot = get_slot(hotplug_slot); in get_power_status() local
195 struct slot *slot = get_slot(hotplug_slot); in get_attention_status() local
210 struct slot *slot = get_slot(hotplug_slot); in get_latch_status() local
[all …]
A Drpaphp_slot.c23 void dealloc_slot_struct(struct slot *slot) in dealloc_slot_struct() argument
27 kfree(slot); in dealloc_slot_struct()
33 struct slot *slot; in alloc_slot_struct() local
35 slot = kzalloc(sizeof(struct slot), GFP_KERNEL); in alloc_slot_struct()
36 if (!slot) in alloc_slot_struct()
49 kfree(slot); in alloc_slot_struct()
54 static int is_registered(struct slot *slot) in is_registered() argument
65 int rpaphp_deregister_slot(struct slot *slot) in rpaphp_deregister_slot() argument
82 int rpaphp_register_slot(struct slot *slot) in rpaphp_register_slot() argument
91 __func__, slot->dn, slot->index, slot->name, in rpaphp_register_slot()
[all …]
A Dcpci_hotplug_core.c73 struct slot *slot = to_slot(hotplug_slot); in enable_slot() local
86 struct slot *slot = to_slot(hotplug_slot); in disable_slot() local
130 cpci_get_power_status(struct slot *slot) in cpci_get_power_status() argument
142 struct slot *slot = to_slot(hotplug_slot); in get_power_status() local
151 struct slot *slot = to_slot(hotplug_slot); in get_attention_status() local
166 struct slot *slot = to_slot(hotplug_slot); in get_adapter_status() local
192 struct slot *slot; in cpci_hp_register_bus() local
244 struct slot *slot; in cpci_hp_unregister_bus() local
297 struct slot *slot; in init_slots() local
326 struct slot *slot; in check_slots() local
[all …]
A Dcpci_hotplug.h48 u8 (*get_power)(struct slot *slot);
49 int (*set_power)(struct slot *slot, int value);
86 u8 cpci_get_latch_status(struct slot *slot);
87 u8 cpci_get_adapter_status(struct slot *slot);
88 u16 cpci_get_hs_csr(struct slot *slot);
91 int cpci_check_ext(struct slot *slot);
92 int cpci_clear_ext(struct slot *slot);
93 int cpci_led_on(struct slot *slot);
94 int cpci_led_off(struct slot *slot);
95 int cpci_configure_slot(struct slot *slot);
[all …]
A Dacpiphp_core.c120 struct slot *slot = to_slot(hotplug_slot); in enable_slot() local
137 struct slot *slot = to_slot(hotplug_slot); in disable_slot() local
181 struct slot *slot = to_slot(hotplug_slot); in get_power_status() local
227 struct slot *slot = to_slot(hotplug_slot); in get_latch_status() local
247 struct slot *slot = to_slot(hotplug_slot); in get_adapter_status() local
260 struct slot *slot; in acpiphp_register_hotplug_slot() local
264 slot = kzalloc(sizeof(*slot), GFP_KERNEL); in acpiphp_register_hotplug_slot()
265 if (!slot) in acpiphp_register_hotplug_slot()
272 acpiphp_slot->slot = slot; in acpiphp_register_hotplug_slot()
289 kfree(slot); in acpiphp_register_hotplug_slot()
[all …]
A Dpci_hotplug_core.c98 retval = slot->ops->disable_slot(slot); in power_write_file()
103 retval = slot->ops->enable_slot(slot); in power_write_file()
220 retval = slot->ops->hardware_test(slot, test); in test_write_file()
238 if ((!slot) || (!slot->ops)) in has_power_file()
251 if ((!slot) || (!slot->ops)) in has_attention_file()
263 if ((!slot) || (!slot->ops)) in has_latch_file()
274 if ((!slot) || (!slot->ops)) in has_adapter_file()
285 if ((!slot) || (!slot->ops)) in has_test_file()
384 return slot; in get_slot_from_name()
444 if (slot == NULL) in __pci_hp_initialize()
[all …]
A Drpaphp_core.c57 struct slot *slot = to_slot(hotplug_slot); in set_attention_status() local
84 struct slot *slot = to_slot(hotplug_slot); in get_power_status() local
99 struct slot *slot = to_slot(hotplug_slot); in get_attention_status() local
106 struct slot *slot = to_slot(hotplug_slot); in get_adapter_status() local
336 struct slot *slot; in rpaphp_drc_info_add_slot() local
361 if (!slot) in rpaphp_drc_info_add_slot()
377 struct slot *slot; in rpaphp_drc_add_slot() local
452 struct slot *slot, *next; in cleanup_slots() local
486 struct slot *slot = to_slot(hotplug_slot); in enable_slot() local
512 slot->bus->max_bus_speed = get_max_bus_speed(slot); in enable_slot()
[all …]
A Dshpchp.h63 struct slot { struct
160 int shpchp_sysfs_enable_slot(struct slot *slot);
161 int shpchp_sysfs_disable_slot(struct slot *slot);
217 struct slot *slot; in shpchp_find_slot() local
304 int (*power_on_slot)(struct slot *slot);
305 int (*slot_enable)(struct slot *slot);
306 int (*slot_disable)(struct slot *slot);
315 int (*query_power_fault)(struct slot *slot);
316 void (*green_led_on)(struct slot *slot);
317 void (*green_led_off)(struct slot *slot);
[all …]
A Dacpiphp_glue.c164 kfree(slot); in free_bridge()
232 struct acpiphp_slot *slot; in acpiphp_add_context() local
283 if (!slot) { in acpiphp_add_context()
291 slot->device = device; in acpiphp_add_context()
318 slot->slot = NULL; in acpiphp_add_context()
329 newfunc->slot = slot; in acpiphp_add_context()
354 if (slot->slot) in cleanup_bridge()
441 return pci_scan_slot(slot->bus, PCI_DEVFN(slot->device, 0)); in acpiphp_rescan_slot()
724 disable_slot(slot); in acpiphp_check_bridge()
787 struct acpiphp_slot *slot = func->slot; in hotplug_event() local
[all …]
A Drpaphp_pci.c22 int rpaphp_get_sensor_state(struct slot *slot, int *state) in rpaphp_get_sensor_state() argument
41 __func__, slot->name, rc); in rpaphp_get_sensor_state()
44 slot->index, state); in rpaphp_get_sensor_state()
62 int rpaphp_enable_slot(struct slot *slot) in rpaphp_enable_slot() argument
67 slot->state = EMPTY; in rpaphp_enable_slot()
85 slot->bus = bus; in rpaphp_enable_slot()
86 slot->pci_devs = &bus->devices; in rpaphp_enable_slot()
90 slot->state = NOT_CONFIGURED; in rpaphp_enable_slot()
93 if (!slot->dn->child) { in rpaphp_enable_slot()
95 __func__, slot->name); in rpaphp_enable_slot()
[all …]
A Dacpiphp.h35 struct slot { struct
41 static inline const char *slot_name(struct slot *slot) in slot_name() argument
43 return hotplug_slot_name(&slot->hotplug_slot); in slot_name()
85 struct slot *slot; member
100 struct acpiphp_slot *slot; member
152 int (*set_attn)(struct hotplug_slot *slot, u8 status);
153 int (*get_attn)(struct hotplug_slot *slot, u8 *status);
178 int acpiphp_enable_slot(struct acpiphp_slot *slot);
179 int acpiphp_disable_slot(struct acpiphp_slot *slot);
180 u8 acpiphp_get_power_status(struct acpiphp_slot *slot);
[all …]
/linux-6.3-rc2/drivers/mmc/host/
A Dcb710-mmc.c56 dev_dbg(cb710_slot_dev(slot), in cb710_mmc_select_clock_divider()
120 dev_dbg(cb710_slot_dev(slot), in cb710_check_event()
128 dev_dbg(cb710_slot_dev(slot), in cb710_check_event()
170 dev_dbg(cb710_slot_dev(slot), in cb710_wait_for_event()
203 dev_dbg(cb710_slot_dev(slot), in cb710_wait_while_busy()
236 dev_dbg(cb710_slot_dev(slot), in cb710_mmc_fifo_hack()
239 dev_dbg(cb710_slot_dev(slot), in cb710_mmc_fifo_hack()
281 cb710_mmc_fifo_hack(slot); in cb710_mmc_receive()
464 cb710_mmc_reset_events(slot); in cb710_mmc_command()
575 cb710_mmc_powerdown(slot); in cb710_mmc_set_ios()
[all …]
A Dsdhci-pci-core.c56 if (slot) { in sdhci_pci_init_wakeup()
81 if (!slot) in sdhci_pci_suspend_host()
84 host = slot->host; in sdhci_pci_suspend_host()
112 if (!slot) in sdhci_pci_resume_host()
157 if (!slot) in sdhci_pci_runtime_suspend_host()
160 host = slot->host; in sdhci_pci_runtime_suspend_host()
186 if (!slot) in sdhci_pci_runtime_resume_host()
853 slot->chip->slots[mmc->slotno] = slot; in byt_probe_slot()
2136 return slot; in sdhci_pci_probe_slot()
2160 if (slot->chip->fixes && slot->chip->fixes->remove_slot) in sdhci_pci_remove_slot()
[all …]
/linux-6.3-rc2/drivers/pci/
A Dslot.c73 slot->number, pci_slot_name(slot)); in pci_slot_release()
83 kfree(slot); in pci_slot_release()
170 dev->slot = slot; in pci_dev_assign_slot()
245 if (slot) { in pci_create_slot()
258 slot = kzalloc(sizeof(*slot), GFP_KERNEL); in pci_create_slot()
259 if (!slot) { in pci_create_slot()
272 kfree(slot); in pci_create_slot()
289 dev->slot = slot; in pci_create_slot()
298 return slot; in pci_create_slot()
316 slot->number, kref_read(&slot->kobj.kref) - 1); in pci_destroy_slot()
[all …]
/linux-6.3-rc2/drivers/crypto/marvell/octeontx2/
A Dotx2_cptlf.c37 int slot; in cptlf_set_done_time_wait() local
39 for (slot = 0; slot < lfs->lfs_num; slot++) in cptlf_set_done_time_wait()
47 for (slot = 0; slot < lfs->lfs_num; slot++) in cptlf_set_done_num_wait()
97 for (slot = 0; slot < lfs->lfs_num; slot++) { in cptlf_set_grp_and_pri()
149 for (slot = 0; slot < lfs->lfs_num; slot++) in cptlf_set_misc_intrs()
159 for (slot = 0; slot < lfs->lfs_num; slot++) in cptlf_enable_intrs()
170 for (slot = 0; slot < lfs->lfs_num; slot++) in cptlf_disable_intrs()
332 for (slot = 0; slot < lfs->lfs_num; slot++) { in otx2_cptlf_free_irqs_affinity()
347 for (slot = 0; slot < lfs->lfs_num; slot++) { in otx2_cptlf_set_irqs_affinity()
384 for (slot = 0; slot < lfs->lfs_num; slot++) { in otx2_cptlf_init()
[all …]
/linux-6.3-rc2/fs/btrfs/
A Dtree-checker.c176 if (slot == 0) in check_prev_ino()
322 if (slot > 0 && in check_extent_data_item()
389 int slot) in check_inode_key() argument
441 int slot) in check_root_key() argument
486 int slot) in check_dir_item() argument
740 int slot = -1; in chunk_err() local
753 slot = i; in chunk_err()
1670 int slot; in check_leaf() local
1737 for (slot = 0; slot < nritems; slot++) { in check_leaf()
1830 int slot; in btrfs_check_node() local
[all …]
/linux-6.3-rc2/block/
A Dblk-crypto-profile.c77 unsigned int slot; in blk_crypto_profile_init() local
99 for (slot = 0; slot < num_slots; slot++) { in blk_crypto_profile_init()
204 if (!slot) in blk_crypto_find_and_grab_keyslot()
210 return slot; in blk_crypto_find_and_grab_keyslot()
221 return slot - slot->profile->slots; in blk_crypto_keyslot_index()
262 if (slot) in blk_crypto_get_keyslot()
268 if (slot) { in blk_crypto_get_keyslot()
297 if (slot->key) in blk_crypto_get_keyslot()
324 if (!slot) in blk_crypto_put_keyslot()
392 if (!slot) in __blk_crypto_evict_key()
[all …]
/linux-6.3-rc2/include/linux/
A Dpci_hotplug.h39 int (*enable_slot) (struct hotplug_slot *slot);
40 int (*disable_slot) (struct hotplug_slot *slot);
42 int (*hardware_test) (struct hotplug_slot *slot, u32 value);
47 int (*reset_slot) (struct hotplug_slot *slot, bool probe);
70 return pci_slot_name(slot->pci_slot); in hotplug_slot_name()
79 int pci_hp_add(struct hotplug_slot *slot);
81 void pci_hp_del(struct hotplug_slot *slot);
82 void pci_hp_destroy(struct hotplug_slot *slot);
83 void pci_hp_deregister(struct hotplug_slot *slot);
86 #define pci_hp_register(slot, pbus, devnr, name) \ argument
[all …]
/linux-6.3-rc2/drivers/xen/xen-pciback/
A Dvpci.c103 for (slot = 0; slot < PCI_SLOT_MAX; slot++) { in __xen_pcibk_add_pci_dev()
114 slot, func); in __xen_pcibk_add_pci_dev()
123 for (slot = 0; slot < PCI_SLOT_MAX; slot++) { in __xen_pcibk_add_pci_dev()
126 slot); in __xen_pcibk_add_pci_dev()
153 int slot; in __xen_pcibk_release_pci_dev() local
159 for (slot = 0; slot < PCI_SLOT_MAX; slot++) { in __xen_pcibk_release_pci_dev()
186 int slot; in __xen_pcibk_init_devices() local
195 for (slot = 0; slot < PCI_SLOT_MAX; slot++) in __xen_pcibk_init_devices()
212 int slot; in __xen_pcibk_release_devices() local
215 for (slot = 0; slot < PCI_SLOT_MAX; slot++) { in __xen_pcibk_release_devices()
[all …]
/linux-6.3-rc2/arch/x86/kernel/
A Dearly-quirks.c130 d = read_pci_config(num, slot, func, 0x8); in ati_ixp4x0_rev()
143 d = ati_ixp4x0_rev(num, slot, func); in ati_bugs()
165 d = read_pci_config(num, slot, func, 0x8); in ati_sbx00_rev()
175 rev = ati_sbx00_rev(num, slot, func); in ati_bugs_contd()
656 bus, slot, func); in apple_airport_reset()
668 bus, slot, func); in apple_airport_reset()
697 void (*f)(int num, int slot, int func);
774 early_qrk[i].f(num, slot, func); in check_dev_quirk()
796 int slot, func; in early_pci_scan_bus() local
799 for (slot = 0; slot < 32; slot++) in early_pci_scan_bus()
[all …]
A Daperture_64.c179 bus, slot, func); in read_agp()
236 int bus, slot, func; in search_agp_bridge() local
240 for (slot = 0; slot < 32; slot++) { in search_agp_bridge()
253 cap = find_cap(bus, slot, func, in search_agp_bridge()
301 int i, fix, slot, valid_agp = 0; in early_gart_iommu_check() local
325 for (slot = dev_base; slot < dev_limit; slot++) { in early_gart_iommu_check()
381 for (slot = dev_base; slot < dev_limit; slot++) { in early_gart_iommu_check()
400 int fix, slot, valid_agp = 0; in gart_iommu_hole_init() local
426 for (slot = dev_base; slot < dev_limit; slot++) { in gart_iommu_hole_init()
434 ctl = read_pci_config(bus, slot, 3, in gart_iommu_hole_init()
[all …]
/linux-6.3-rc2/net/sched/
A Dsch_sfq.c212 slot->dep.next = n; in sfq_link()
213 slot->dep.prev = p; in sfq_link()
280 memset(slot, 0, sizeof(*slot)); in slot_queue_init()
281 slot->skblist_prev = slot->skblist_next = (struct sk_buff *)slot; in slot_queue_init()
380 &slot->vars, in sfq_enqueue()
383 &slot->vars, in sfq_enqueue()
448 slot->next = x; in sfq_enqueue()
457 q->tail = slot; in sfq_enqueue()
495 q->tail = slot; in sfq_dequeue()
549 if (!slot->qlen) in sfq_rehash()
[all …]
/linux-6.3-rc2/drivers/media/dvb-core/
A Ddvb_ca_en50221.c1031 int slot; in dvb_ca_en50221_thread_update_delay() local
1037 for (slot = 0; slot < ca->slot_count; slot++) { in dvb_ca_en50221_thread_update_delay()
1298 int slot; in dvb_ca_en50221_thread() local
1317 for (slot = 0; slot < ca->slot_count; slot++) in dvb_ca_en50221_thread()
1344 int slot; in dvb_ca_en50221_io_do_ioctl() local
1353 for (slot = 0; slot < ca->slot_count; slot++) { in dvb_ca_en50221_io_do_ioctl()
1385 if ((slot >= ca->slot_count) || (slot < 0)) { in dvb_ca_en50221_io_do_ioctl()
1389 slot = array_index_nospec(slot, ca->slot_count); in dvb_ca_en50221_io_do_ioctl()
1472 slot = array_index_nospec(slot, ca->slot_count); in dvb_ca_en50221_io_write()
1541 int slot; in dvb_ca_en50221_io_read_condition() local
[all …]
/linux-6.3-rc2/tools/testing/radix-tree/
A Dregression3.c35 void **slot; in regression3_test() local
45 printv(2, "tagged %ld %p\n", iter.index, *slot); in regression3_test()
51 if (radix_tree_deref_retry(*slot)) { in regression3_test()
53 slot = radix_tree_iter_retry(&iter); in regression3_test()
60 radix_tree_for_each_slot(slot, &root, &iter, 0) { in regression3_test()
61 printv(2, "slot %ld %p\n", iter.index, *slot); in regression3_test()
66 if (radix_tree_deref_retry(*slot)) { in regression3_test()
68 slot = radix_tree_iter_retry(&iter); in regression3_test()
74 printv(2, "slot %ld %p\n", iter.index, *slot); in regression3_test()
77 slot = radix_tree_iter_resume(slot, &iter); in regression3_test()
[all …]

Completed in 60 milliseconds

12345678910>>...49