Home
last modified time | relevance | path

Searched defs:slot (Results 1 – 25 of 719) sorted by relevance

12345678910>>...29

/kernel/linux/linux-5.10/drivers/mmc/host/
Dcb710-mmc.c29 struct cb710_slot *slot = cb710_mmc_to_slot(mmc); in cb710_mmc_select_clock_divider() local
62 static void __cb710_mmc_enable_irq(struct cb710_slot *slot, in __cb710_mmc_enable_irq()
83 static void cb710_mmc_enable_irq(struct cb710_slot *slot, in cb710_mmc_enable_irq()
95 static void cb710_mmc_reset_events(struct cb710_slot *slot) in cb710_mmc_reset_events()
102 static void cb710_mmc_enable_4bit_data(struct cb710_slot *slot, int enable) in cb710_mmc_enable_4bit_data()
112 static int cb710_check_event(struct cb710_slot *slot, u8 what) in cb710_check_event()
145 static int cb710_wait_for_event(struct cb710_slot *slot, u8 what) in cb710_wait_for_event()
178 static int cb710_wait_while_busy(struct cb710_slot *slot, uint8_t mask) in cb710_wait_while_busy()
210 static void cb710_mmc_set_transfer_size(struct cb710_slot *slot, in cb710_mmc_set_transfer_size()
221 static void cb710_mmc_fifo_hack(struct cb710_slot *slot) in cb710_mmc_fifo_hack()
[all …]
Dsdhci-pci-core.c53 struct sdhci_pci_slot *slot = chip->slots[i]; in sdhci_pci_init_wakeup() local
77 struct sdhci_pci_slot *slot = chip->slots[i]; in sdhci_pci_suspend_host() local
106 struct sdhci_pci_slot *slot; in sdhci_pci_resume_host() local
150 struct sdhci_pci_slot *slot; in sdhci_pci_runtime_suspend_host() local
180 struct sdhci_pci_slot *slot; in sdhci_pci_runtime_resume_host() local
259 static int ricoh_mmc_probe_slot(struct sdhci_pci_slot *slot) in ricoh_mmc_probe_slot()
322 static int mrst_hc_probe_slot(struct sdhci_pci_slot *slot) in mrst_hc_probe_slot()
342 static int pch_hc_probe_slot(struct sdhci_pci_slot *slot) in pch_hc_probe_slot()
352 struct sdhci_pci_slot *slot = dev_id; in sdhci_pci_sd_cd() local
359 static void sdhci_pci_add_own_cd(struct sdhci_pci_slot *slot) in sdhci_pci_add_own_cd()
[all …]
/kernel/linux/linux-5.10/drivers/pci/hotplug/
Drpaphp.h60 struct slot { struct
61 struct list_head rpaphp_slot_list; argument
71 struct hotplug_slot hotplug_slot; argument
77 static inline struct slot *to_slot(struct hotplug_slot *hotplug_slot) in to_slot() argument
Dcpci_hotplug.h30 struct slot { struct
38 struct hotplug_slot hotplug_slot; argument
39 struct list_head slot_list; argument
47 int (*hardware_test)(struct slot *slot, u32 value); argument
61 static inline const char *slot_name(struct slot *slot) in slot_name()
Dcpci_hotplug_pci.c35 u8 cpci_get_attention_status(struct slot *slot) in cpci_get_attention_status()
55 int cpci_set_attention_status(struct slot *slot, int status) in cpci_set_attention_status()
82 u16 cpci_get_hs_csr(struct slot *slot) in cpci_get_hs_csr()
100 int cpci_check_and_clear_ins(struct slot *slot) in cpci_check_and_clear_ins()
129 int cpci_check_ext(struct slot *slot) in cpci_check_ext()
150 int cpci_clear_ext(struct slot *slot) in cpci_clear_ext()
176 int cpci_led_on(struct slot *slot) in cpci_led_on()
204 int cpci_led_off(struct slot *slot) in cpci_led_off()
237 int cpci_configure_slot(struct slot *slot) in cpci_configure_slot()
288 int cpci_unconfigure_slot(struct slot *slot) in cpci_unconfigure_slot()
Dpci_hotplug_core.c82 struct hotplug_slot *slot = pci_slot->hotplug; in power_write_file() local
139 struct hotplug_slot *slot = pci_slot->hotplug; in attention_write_file() local
206 struct hotplug_slot *slot = pci_slot->hotplug; in test_write_file() local
236 struct hotplug_slot *slot = pci_slot->hotplug; in has_power_file() local
249 struct hotplug_slot *slot = pci_slot->hotplug; in has_attention_file() local
261 struct hotplug_slot *slot = pci_slot->hotplug; in has_latch_file() local
272 struct hotplug_slot *slot = pci_slot->hotplug; in has_adapter_file() local
283 struct hotplug_slot *slot = pci_slot->hotplug; in has_test_file() local
380 struct hotplug_slot *slot; in get_slot_from_name() local
404 int __pci_hp_register(struct hotplug_slot *slot, struct pci_bus *bus, in __pci_hp_register()
[all …]
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()
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
175 struct slot *slot = to_slot(hotplug_slot); in get_latch_status() local
181 static void release_slot(struct slot *slot) in release_slot()
192 struct slot *slot; in cpci_hp_register_bus() local
244 struct slot *slot; in cpci_hp_unregister_bus() local
[all …]
Dacpiphp_glue.c153 struct acpiphp_slot *slot, *next; in free_bridge() local
232 struct acpiphp_slot *slot; in acpiphp_add_context() local
340 struct acpiphp_slot *slot; in cleanup_bridge() local
393 static void acpiphp_set_acpi_region(struct acpiphp_slot *slot) in acpiphp_set_acpi_region()
405 static void check_hotplug_bridge(struct acpiphp_slot *slot, struct pci_dev *dev) in check_hotplug_bridge()
421 static int acpiphp_rescan_slot(struct acpiphp_slot *slot) in acpiphp_rescan_slot()
473 static void enable_slot(struct acpiphp_slot *slot, bool bridge) in enable_slot()
547 static void disable_slot(struct acpiphp_slot *slot) in disable_slot()
569 static bool slot_no_hotplug(struct acpiphp_slot *slot) in slot_no_hotplug()
593 static unsigned int get_slot_status(struct acpiphp_slot *slot) in get_slot_status()
[all …]
Dshpchp_core.c66 struct slot *slot; in init_slots() local
132 struct slot *slot, *next; in cleanup_slots() local
148 struct slot *slot = get_slot(hotplug_slot); in set_attention_status() local
161 struct slot *slot = get_slot(hotplug_slot); in enable_slot() local
171 struct slot *slot = get_slot(hotplug_slot); in disable_slot() local
181 struct slot *slot = get_slot(hotplug_slot); in get_power_status() local
196 struct slot *slot = get_slot(hotplug_slot); in get_attention_status() local
211 struct slot *slot = get_slot(hotplug_slot); in get_latch_status() local
226 struct slot *slot = get_slot(hotplug_slot); in get_adapter_status() local
Drpaphp_slot.c22 void dealloc_slot_struct(struct slot *slot) in dealloc_slot_struct()
32 struct slot *slot; in alloc_slot_struct() local
53 static int is_registered(struct slot *slot) in is_registered()
64 int rpaphp_deregister_slot(struct slot *slot) in rpaphp_deregister_slot()
81 int rpaphp_register_slot(struct slot *slot) in rpaphp_register_slot()
Dshpchp.h63 struct slot { struct
76 struct hotplug_slot hotplug_slot; argument
77 struct list_head slot_list; argument
81 u8 hp_slot; argument
86 struct slot *p_slot; argument
172 static inline const char *slot_name(struct slot *slot) in slot_name()
217 struct slot *slot; in shpchp_find_slot() local
Dacpiphp_core.c121 struct slot *slot = to_slot(hotplug_slot); in enable_slot() local
138 struct slot *slot = to_slot(hotplug_slot); in disable_slot() local
182 struct slot *slot = to_slot(hotplug_slot); in get_power_status() local
228 struct slot *slot = to_slot(hotplug_slot); in get_latch_status() local
248 struct slot *slot = to_slot(hotplug_slot); in get_adapter_status() local
261 struct slot *slot; in acpiphp_register_hotplug_slot() local
298 struct slot *slot = acpiphp_slot->slot; in acpiphp_unregister_hotplug_slot() local
/kernel/linux/linux-5.10/arch/x86/kernel/
Dearly-quirks.c31 static void __init fix_hypertransport_config(int num, int slot, int func) in fix_hypertransport_config()
57 static void __init via_bugs(int num, int slot, int func) in via_bugs()
80 static void __init nvidia_bugs(int num, int slot, int func) in nvidia_bugs()
116 static u32 __init ati_ixp4x0_rev(int num, int slot, int func) in ati_ixp4x0_rev()
134 static void __init ati_bugs(int num, int slot, int func) in ati_bugs()
160 static u32 __init ati_sbx00_rev(int num, int slot, int func) in ati_sbx00_rev()
170 static void __init ati_bugs_contd(int num, int slot, int func) in ati_bugs_contd()
202 static void __init ati_bugs(int num, int slot, int func) in ati_bugs()
206 static void __init ati_bugs_contd(int num, int slot, int func) in ati_bugs_contd()
211 static void __init intel_remapping_check(int num, int slot, int func) in intel_remapping_check()
[all …]
/kernel/linux/linux-5.10/drivers/pci/
Dslot.c21 struct pci_slot *slot = to_pci_slot(kobj); in pci_slot_attr_show() local
29 struct pci_slot *slot = to_pci_slot(kobj); in pci_slot_attr_store() local
39 static ssize_t address_read_file(struct pci_slot *slot, char *buf) in address_read_file()
57 static ssize_t max_speed_read_file(struct pci_slot *slot, char *buf) in max_speed_read_file()
62 static ssize_t cur_speed_read_file(struct pci_slot *slot, char *buf) in cur_speed_read_file()
70 struct pci_slot *slot = to_pci_slot(kobj); in pci_slot_release() local
144 static int rename_slot(struct pci_slot *slot, const char *name) in rename_slot()
164 struct pci_slot *slot; in pci_dev_assign_slot() local
175 struct pci_slot *slot; in get_slot() local
230 struct pci_slot *slot; in pci_create_slot() local
[all …]
/kernel/linux/linux-5.10/drivers/media/pci/ddbridge/
Dddbridge-ci.c46 int slot, int address) in read_attribute_mem()
60 static int write_attribute_mem(struct dvb_ca_en50221 *ca, int slot, in write_attribute_mem()
72 int slot, u8 address) in read_cam_control()
92 static int write_cam_control(struct dvb_ca_en50221 *ca, int slot, in write_cam_control()
103 static int slot_reset(struct dvb_ca_en50221 *ca, int slot) in slot_reset()
120 static int slot_shutdown(struct dvb_ca_en50221 *ca, int slot) in slot_shutdown()
129 static int slot_ts_enable(struct dvb_ca_en50221 *ca, int slot) in slot_ts_enable()
139 static int poll_slot_status(struct dvb_ca_en50221 *ca, int slot, int open) in poll_slot_status()
190 int slot, int address) in read_attribute_mem_xo2()
202 static int write_attribute_mem_xo2(struct dvb_ca_en50221 *ca, int slot, in write_attribute_mem_xo2()
[all …]
/kernel/linux/linux-5.10/fs/btrfs/
Dtree-checker.c50 static void generic_err(const struct extent_buffer *eb, int slot, in generic_err()
75 static void file_extent_err(const struct extent_buffer *eb, int slot, in file_extent_err()
101 #define CHECK_FE_ALIGNED(leaf, slot, fi, name, alignment) \ argument
134 static void dir_item_err(const struct extent_buffer *eb, int slot, in dir_item_err()
166 struct btrfs_key *key, int slot, in check_prev_ino()
197 struct btrfs_key *key, int slot, in check_extent_data_item()
335 int slot, struct btrfs_key *prev_key) in check_csum_item()
377 #define inode_item_err(eb, slot, fmt, ...) \ argument
381 int slot) in check_inode_key()
432 int slot) in check_root_key()
[all …]
/kernel/linux/linux-5.10/drivers/media/pci/mantis/
Dmantis_ca.c28 static int mantis_ca_read_attr_mem(struct dvb_ca_en50221 *en50221, int slot, int addr) in mantis_ca_read_attr_mem()
41 static int mantis_ca_write_attr_mem(struct dvb_ca_en50221 *en50221, int slot, int addr, u8 data) in mantis_ca_write_attr_mem()
54 static int mantis_ca_read_cam_ctl(struct dvb_ca_en50221 *en50221, int slot, u8 addr) in mantis_ca_read_cam_ctl()
67 static int mantis_ca_write_cam_ctl(struct dvb_ca_en50221 *en50221, int slot, u8 addr, u8 data) in mantis_ca_write_cam_ctl()
80 static int mantis_ca_slot_reset(struct dvb_ca_en50221 *en50221, int slot) in mantis_ca_slot_reset()
96 static int mantis_ca_slot_shutdown(struct dvb_ca_en50221 *en50221, int slot) in mantis_ca_slot_shutdown()
106 static int mantis_ts_control(struct dvb_ca_en50221 *en50221, int slot) in mantis_ts_control()
117 static int mantis_slot_status(struct dvb_ca_en50221 *en50221, int slot, int open) in mantis_slot_status()
/kernel/linux/linux-5.10/arch/x86/pci/
Dearly.c11 u32 read_pci_config(u8 bus, u8 slot, u8 func, u8 offset) in read_pci_config()
19 u8 read_pci_config_byte(u8 bus, u8 slot, u8 func, u8 offset) in read_pci_config_byte()
27 u16 read_pci_config_16(u8 bus, u8 slot, u8 func, u8 offset) in read_pci_config_16()
35 void write_pci_config(u8 bus, u8 slot, u8 func, u8 offset, in write_pci_config()
42 void write_pci_config_byte(u8 bus, u8 slot, u8 func, u8 offset, u8 val) in write_pci_config_byte()
48 void write_pci_config_16(u8 bus, u8 slot, u8 func, u8 offset, u16 val) in write_pci_config_16()
/kernel/linux/linux-5.10/block/
Dkeyslot-manager.c77 unsigned int slot; in blk_ksm_init() local
137 static void blk_ksm_remove_slot_from_lru_list(struct blk_ksm_keyslot *slot) in blk_ksm_remove_slot_from_lru_list()
165 struct blk_ksm_keyslot *slot; in blk_ksm_find_and_grab_keyslot() local
177 unsigned int blk_ksm_get_slot_idx(struct blk_ksm_keyslot *slot) in blk_ksm_get_slot_idx()
203 struct blk_ksm_keyslot *slot; in blk_ksm_get_slot_for_key() local
267 void blk_ksm_put_slot(struct blk_ksm_keyslot *slot) in blk_ksm_put_slot()
316 struct blk_ksm_keyslot *slot; in blk_ksm_evict_key() local
360 unsigned int slot; in blk_ksm_reprogram_all_keys() local
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/
Dsp2.c92 static int sp2_ci_op_cam(struct dvb_ca_en50221 *en50221, int slot, u8 acs, in sp2_ci_op_cam()
147 int slot, int addr) in sp2_ci_read_attribute_mem()
154 int slot, int addr, u8 data) in sp2_ci_write_attribute_mem()
161 int slot, u8 addr) in sp2_ci_read_cam_control()
168 int slot, u8 addr, u8 data) in sp2_ci_write_cam_control()
174 int sp2_ci_slot_reset(struct dvb_ca_en50221 *en50221, int slot) in sp2_ci_slot_reset()
206 int sp2_ci_slot_shutdown(struct dvb_ca_en50221 *en50221, int slot) in sp2_ci_slot_shutdown()
216 int sp2_ci_slot_ts_enable(struct dvb_ca_en50221 *en50221, int slot) in sp2_ci_slot_ts_enable()
234 int slot, int open) in sp2_ci_poll_slot_status()
/kernel/linux/linux-5.10/arch/x86/kvm/mmu/
Dpage_track.c21 void kvm_page_track_free_memslot(struct kvm_memory_slot *slot) in kvm_page_track_free_memslot()
31 int kvm_page_track_create_memslot(struct kvm_memory_slot *slot, in kvm_page_track_create_memslot()
59 static void update_gfn_track(struct kvm_memory_slot *slot, gfn_t gfn, in update_gfn_track()
87 struct kvm_memory_slot *slot, gfn_t gfn, in kvm_slot_page_track_add_page()
122 struct kvm_memory_slot *slot, gfn_t gfn, in kvm_slot_page_track_remove_page()
144 struct kvm_memory_slot *slot; in kvm_page_track_is_active() local
246 void kvm_page_track_flush_slot(struct kvm *kvm, struct kvm_memory_slot *slot) in kvm_page_track_flush_slot()
/kernel/linux/linux-5.10/arch/ia64/kernel/
Dkprobes.c85 static void __kprobes update_kprobe_inst_flag(uint template, uint slot, in update_kprobe_inst_flag()
138 static uint __kprobes is_cmp_ctype_unc_inst(uint template, uint slot, in is_cmp_ctype_unc_inst()
174 static int __kprobes unsupported_inst(uint template, uint slot, in unsupported_inst()
285 static void __kprobes prepare_break_inst(uint template, uint slot, in prepare_break_inst()
321 static void __kprobes get_kprobe_inst(bundle_t *bundle, uint slot, in get_kprobe_inst()
354 static int __kprobes valid_kprobe_addr(int template, int slot, in valid_kprobe_addr()
422 static int __kprobes __is_ia64_break_inst(bundle_t *bundle, uint slot) in __is_ia64_break_inst()
453 static int __kprobes can_boost(bundle_t *bundle, uint slot, in can_boost()
476 unsigned int slot = (unsigned long)p->addr & 0xf; in prepare_booster() local
497 unsigned int slot = addr & 0xf, template, major_opcode = 0; in arch_prepare_kprobe() local
[all …]
/kernel/linux/linux-5.10/drivers/pcmcia/
Dvrc4171_card.c90 enum vrc4171_slot slot; member
158 static inline uint8_t exca_read_byte(int slot, uint8_t index) in exca_read_byte()
167 static inline uint16_t exca_read_word(int slot, uint8_t index) in exca_read_word()
183 static inline uint8_t exca_write_byte(int slot, uint8_t index, uint8_t data) in exca_write_byte()
194 static inline uint16_t exca_write_word(int slot, uint8_t index, uint16_t data) in exca_write_word()
225 unsigned int slot; in pccard_init() local
243 unsigned int slot; in pccard_get_status() local
308 unsigned int slot; in pccard_set_socket() local
369 unsigned int slot; in pccard_set_io_map() local
411 unsigned int slot; in pccard_set_mem_map() local
[all …]
/kernel/linux/linux-5.10/drivers/media/pci/netup_unidvb/
Dnetup_unidvb_ci.c53 int slot) in netup_unidvb_ci_slot_ts_ctl()
71 int slot) in netup_unidvb_ci_slot_shutdown()
81 int slot) in netup_unidvb_ci_slot_reset()
115 int slot, int open) in netup_unidvb_poll_ci_slot_status()
137 int slot, int addr) in netup_unidvb_ci_read_attribute_mem()
149 int slot, int addr, u8 data) in netup_unidvb_ci_write_attribute_mem()
161 int slot, u8 addr) in netup_unidvb_ci_read_cam_ctl()
173 int slot, u8 addr, u8 data) in netup_unidvb_ci_write_cam_ctl()
/kernel/linux/linux-5.10/fs/nfs/
Dnfs4session.c49 struct nfs4_slot *slot = *p; in nfs4_shrink_slot_table() local
83 void nfs4_free_slot(struct nfs4_slot_table *tbl, struct nfs4_slot *slot) in nfs4_free_slot()
107 struct nfs4_slot *slot; in nfs4_new_slot() local
123 struct nfs4_slot **p, *slot; in nfs4_find_or_create_slot() local
143 struct nfs4_slot *slot) in nfs4_lock_slot()
159 bool nfs4_try_to_lock_slot(struct nfs4_slot_table *tbl, struct nfs4_slot *slot) in nfs4_try_to_lock_slot()
183 struct nfs4_slot *slot; in nfs4_slot_get_seqid() local
361 struct nfs4_slot *slot = pslot; in nfs41_assign_slot() local
376 struct nfs4_slot *slot) in __nfs41_wake_and_assign_slot()
384 struct nfs4_slot *slot) in nfs41_wake_and_assign_slot()
[all …]

12345678910>>...29