Home
last modified time | relevance | path

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

12345678910>>...28

/Linux-v4.19/drivers/mmc/host/
Dcb710-mmc.c30 struct cb710_slot *slot = cb710_mmc_to_slot(mmc); in cb710_mmc_select_clock_divider() local
63 static void __cb710_mmc_enable_irq(struct cb710_slot *slot, in __cb710_mmc_enable_irq()
84 static void cb710_mmc_enable_irq(struct cb710_slot *slot, in cb710_mmc_enable_irq()
96 static void cb710_mmc_reset_events(struct cb710_slot *slot) in cb710_mmc_reset_events()
103 static void cb710_mmc_enable_4bit_data(struct cb710_slot *slot, int enable) in cb710_mmc_enable_4bit_data()
113 static int cb710_check_event(struct cb710_slot *slot, u8 what) in cb710_check_event()
146 static int cb710_wait_for_event(struct cb710_slot *slot, u8 what) in cb710_wait_for_event()
179 static int cb710_wait_while_busy(struct cb710_slot *slot, uint8_t mask) in cb710_wait_while_busy()
211 static void cb710_mmc_set_transfer_size(struct cb710_slot *slot, in cb710_mmc_set_transfer_size()
222 static void cb710_mmc_fifo_hack(struct cb710_slot *slot) in cb710_mmc_fifo_hack()
[all …]
Dsdhci-pci-core.c48 struct sdhci_pci_slot *slot = chip->slots[i]; in sdhci_pci_init_wakeup() local
72 struct sdhci_pci_slot *slot = chip->slots[i]; in sdhci_pci_suspend_host() local
101 struct sdhci_pci_slot *slot; in sdhci_pci_resume_host() local
145 struct sdhci_pci_slot *slot; in sdhci_pci_runtime_suspend_host() local
175 struct sdhci_pci_slot *slot; in sdhci_pci_runtime_resume_host() local
246 static int ricoh_mmc_probe_slot(struct sdhci_pci_slot *slot) in ricoh_mmc_probe_slot()
313 static int mrst_hc_probe_slot(struct sdhci_pci_slot *slot) in mrst_hc_probe_slot()
333 static int pch_hc_probe_slot(struct sdhci_pci_slot *slot) in pch_hc_probe_slot()
343 struct sdhci_pci_slot *slot = dev_id; in sdhci_pci_sd_cd() local
350 static void sdhci_pci_add_own_cd(struct sdhci_pci_slot *slot) in sdhci_pci_add_own_cd()
[all …]
/Linux-v4.19/drivers/pci/hotplug/
Ds390_pci_hpc.c33 struct slot { struct
34 struct list_head slot_list; argument
35 struct hotplug_slot *hotplug_slot; argument
39 static inline int slot_configure(struct slot *slot) in slot_configure()
50 static inline int slot_deconfigure(struct slot *slot) in slot_deconfigure()
63 struct slot *slot = hotplug_slot->private; in enable_slot() local
91 struct slot *slot = hotplug_slot->private; in disable_slot() local
113 struct slot *slot = hotplug_slot->private; in get_power_status() local
145 struct slot *slot; in zpci_init_slot() local
194 struct slot *slot, *next; in zpci_exit_slot() local
Drpaphp.h60 struct slot { struct
61 struct list_head rpaphp_slot_list; argument
70 struct hotplug_slot *hotplug_slot; argument
79 int rpaphp_enable_slot(struct slot *slot); argument
Dpciehp_core.c60 struct slot *slot = ctrl->slot; in init_slot() local
130 struct slot *slot = hotplug_slot->private; in set_attention_status() local
142 struct slot *slot = hotplug_slot->private; in enable_slot() local
150 struct slot *slot = hotplug_slot->private; in disable_slot() local
157 struct slot *slot = hotplug_slot->private; in get_power_status() local
168 struct slot *slot = hotplug_slot->private; in get_attention_status() local
176 struct slot *slot = hotplug_slot->private; in get_latch_status() local
187 struct slot *slot = hotplug_slot->private; in get_adapter_status() local
198 struct slot *slot = hotplug_slot->private; in reset_slot() local
215 struct slot *slot = ctrl->slot; in pciehp_check_presence() local
[all …]
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()
205 int cpci_led_off(struct slot *slot) in cpci_led_off()
239 int cpci_configure_slot(struct slot *slot) in cpci_configure_slot()
290 int cpci_unconfigure_slot(struct slot *slot) in cpci_unconfigure_slot()
Dcpci_hotplug.h30 struct slot { struct
36 struct hotplug_slot *hotplug_slot; argument
37 struct list_head slot_list; argument
45 int (*hardware_test)(struct slot *slot, u32 value); argument
59 static inline const char *slot_name(struct slot *slot) in slot_name()
Dpci_hotplug_core.c84 struct hotplug_slot *slot = pci_slot->hotplug; in power_write_file() local
207 struct hotplug_slot *slot = pci_slot->hotplug; in test_write_file() local
237 struct hotplug_slot *slot = pci_slot->hotplug; in has_power_file() local
250 struct hotplug_slot *slot = pci_slot->hotplug; in has_attention_file() local
262 struct hotplug_slot *slot = pci_slot->hotplug; in has_latch_file() local
273 struct hotplug_slot *slot = pci_slot->hotplug; in has_adapter_file() local
284 struct hotplug_slot *slot = pci_slot->hotplug; in has_test_file() local
381 struct hotplug_slot *slot; in get_slot_from_name() local
405 int __pci_hp_register(struct hotplug_slot *slot, struct pci_bus *bus, in __pci_hp_register()
439 int __pci_hp_initialize(struct hotplug_slot *slot, struct pci_bus *bus, in __pci_hp_initialize()
[all …]
Dacpiphp_glue.c145 struct acpiphp_slot *slot, *next; in free_bridge() local
224 struct acpiphp_slot *slot; in acpiphp_add_context() local
332 struct acpiphp_slot *slot; in cleanup_bridge() local
385 static void acpiphp_set_acpi_region(struct acpiphp_slot *slot) in acpiphp_set_acpi_region()
404 static void check_hotplug_bridge(struct acpiphp_slot *slot, struct pci_dev *dev) in check_hotplug_bridge()
420 static int acpiphp_rescan_slot(struct acpiphp_slot *slot) in acpiphp_rescan_slot()
465 static void enable_slot(struct acpiphp_slot *slot, bool bridge) in enable_slot()
536 static void disable_slot(struct acpiphp_slot *slot) in disable_slot()
558 static bool slot_no_hotplug(struct acpiphp_slot *slot) in slot_no_hotplug()
582 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
150 struct slot *slot, *next; in cleanup_slots() local
168 struct slot *slot = get_slot(hotplug_slot); in set_attention_status() local
181 struct slot *slot = get_slot(hotplug_slot); in enable_slot() local
191 struct slot *slot = get_slot(hotplug_slot); in disable_slot() local
201 struct slot *slot = get_slot(hotplug_slot); in get_power_status() local
216 struct slot *slot = get_slot(hotplug_slot); in get_attention_status() local
231 struct slot *slot = get_slot(hotplug_slot); in get_latch_status() local
246 struct slot *slot = get_slot(hotplug_slot); in get_adapter_status() local
Dsgi_hotplug.c55 struct slot { struct
59 struct hotplug_slot *hotplug_slot; argument
79 static int enable_slot(struct hotplug_slot *slot); argument
94 struct slot *slot = pci_slot->hotplug->private; in path_show() local
164 struct slot *slot; in sn_hp_slot_private_alloc() local
190 struct slot *slot; in sn_hp_destroy() local
230 struct slot *slot = bss_hotplug_slot->private; in sn_slot_enable() local
270 struct slot *slot = bss_hotplug_slot->private; in sn_slot_disable() local
326 struct slot *slot = bss_hotplug_slot->private; in enable_slot() local
472 struct slot *slot = bss_hotplug_slot->private; in disable_slot() local
[all …]
Drpaphp_slot.c22 void dealloc_slot_struct(struct slot *slot) in dealloc_slot_struct()
33 struct slot *slot; in alloc_slot_struct() local
66 static int is_registered(struct slot *slot) in is_registered()
77 int rpaphp_deregister_slot(struct slot *slot) in rpaphp_deregister_slot()
94 int rpaphp_register_slot(struct slot *slot) in rpaphp_register_slot()
Dpciehp_hpc.c321 struct slot *slot = hotplug_slot->private; in pciehp_get_raw_indicator_status() local
332 void pciehp_get_attention_status(struct slot *slot, u8 *status) in pciehp_get_attention_status()
360 void pciehp_get_power_status(struct slot *slot, u8 *status) in pciehp_get_power_status()
383 void pciehp_get_latch_status(struct slot *slot, u8 *status) in pciehp_get_latch_status()
392 void pciehp_get_adapter_status(struct slot *slot, u8 *status) in pciehp_get_adapter_status()
401 int pciehp_query_power_fault(struct slot *slot) in pciehp_query_power_fault()
413 struct slot *slot = hotplug_slot->private; in pciehp_set_raw_indicator_status() local
424 void pciehp_set_attention_status(struct slot *slot, u8 value) in pciehp_set_attention_status()
450 void pciehp_green_led_on(struct slot *slot) in pciehp_green_led_on()
464 void pciehp_green_led_off(struct slot *slot) in pciehp_green_led_off()
[all …]
Dacpiphp_core.c121 struct slot *slot = hotplug_slot->private; in enable_slot() local
138 struct slot *slot = hotplug_slot->private; in disable_slot() local
182 struct slot *slot = hotplug_slot->private; in get_power_status() local
228 struct slot *slot = hotplug_slot->private; in get_latch_status() local
248 struct slot *slot = hotplug_slot->private; in get_adapter_status() local
261 struct slot *slot; in acpiphp_register_hotplug_slot() local
311 struct slot *slot = acpiphp_slot->slot; in acpiphp_unregister_hotplug_slot() local
Dcpci_hotplug_core.c93 struct slot *slot = hotplug_slot->private; in enable_slot() local
106 struct slot *slot = hotplug_slot->private; in disable_slot() local
151 cpci_get_power_status(struct slot *slot) in cpci_get_power_status()
163 struct slot *slot = hotplug_slot->private; in get_power_status() local
172 struct slot *slot = hotplug_slot->private; in get_attention_status() local
198 static void release_slot(struct slot *slot) in release_slot()
211 struct slot *slot; in cpci_hp_register_bus() local
293 struct slot *slot; in cpci_hp_unregister_bus() local
346 struct slot *slot; in init_slots() local
377 struct slot *slot; in check_slots() local
[all …]
Dshpchp.h63 struct slot { struct
74 struct hotplug_slot *hotplug_slot; argument
75 struct list_head slot_list; argument
79 u8 hp_slot; argument
84 struct slot *p_slot; argument
170 static inline const char *slot_name(struct slot *slot) in slot_name()
215 struct slot *slot; in shpchp_find_slot() local
/Linux-v4.19/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 …]
/Linux-v4.19/drivers/pci/
Dslot.c22 struct pci_slot *slot = to_pci_slot(kobj); in pci_slot_attr_show() local
30 struct pci_slot *slot = to_pci_slot(kobj); in pci_slot_attr_store() local
40 static ssize_t address_read_file(struct pci_slot *slot, char *buf) in address_read_file()
93 static ssize_t max_speed_read_file(struct pci_slot *slot, char *buf) in max_speed_read_file()
98 static ssize_t cur_speed_read_file(struct pci_slot *slot, char *buf) in cur_speed_read_file()
106 struct pci_slot *slot = to_pci_slot(kobj); in pci_slot_release() local
180 static int rename_slot(struct pci_slot *slot, const char *name) in rename_slot()
200 struct pci_slot *slot; in pci_dev_assign_slot() local
211 struct pci_slot *slot; in get_slot() local
266 struct pci_slot *slot; in pci_create_slot() local
[all …]
/Linux-v4.19/drivers/media/pci/ddbridge/
Dddbridge-ci.c48 int slot, int address) in read_attribute_mem()
62 static int write_attribute_mem(struct dvb_ca_en50221 *ca, int slot, in write_attribute_mem()
74 int slot, u8 address) in read_cam_control()
94 static int write_cam_control(struct dvb_ca_en50221 *ca, int slot, in write_cam_control()
105 static int slot_reset(struct dvb_ca_en50221 *ca, int slot) in slot_reset()
122 static int slot_shutdown(struct dvb_ca_en50221 *ca, int slot) in slot_shutdown()
131 static int slot_ts_enable(struct dvb_ca_en50221 *ca, int slot) in slot_ts_enable()
141 static int poll_slot_status(struct dvb_ca_en50221 *ca, int slot, int open) in poll_slot_status()
192 int slot, int address) in read_attribute_mem_xo2()
204 static int write_attribute_mem_xo2(struct dvb_ca_en50221 *ca, int slot, in write_attribute_mem_xo2()
[all …]
/Linux-v4.19/drivers/media/pci/mantis/
Dmantis_ca.c40 static int mantis_ca_read_attr_mem(struct dvb_ca_en50221 *en50221, int slot, int addr) in mantis_ca_read_attr_mem()
53 static int mantis_ca_write_attr_mem(struct dvb_ca_en50221 *en50221, int slot, int addr, u8 data) in mantis_ca_write_attr_mem()
66 static int mantis_ca_read_cam_ctl(struct dvb_ca_en50221 *en50221, int slot, u8 addr) in mantis_ca_read_cam_ctl()
79 static int mantis_ca_write_cam_ctl(struct dvb_ca_en50221 *en50221, int slot, u8 addr, u8 data) in mantis_ca_write_cam_ctl()
92 static int mantis_ca_slot_reset(struct dvb_ca_en50221 *en50221, int slot) in mantis_ca_slot_reset()
108 static int mantis_ca_slot_shutdown(struct dvb_ca_en50221 *en50221, int slot) in mantis_ca_slot_shutdown()
118 static int mantis_ts_control(struct dvb_ca_en50221 *en50221, int slot) in mantis_ts_control()
129 static int mantis_slot_status(struct dvb_ca_en50221 *en50221, int slot, int open) in mantis_slot_status()
/Linux-v4.19/fs/btrfs/
Dtree-checker.c47 const struct extent_buffer *eb, int slot, in generic_err()
72 const struct extent_buffer *eb, int slot, in file_extent_err()
97 #define CHECK_FE_ALIGNED(fs_info, leaf, slot, fi, name, alignment) \ argument
109 struct btrfs_key *key, int slot) in check_extent_data_item()
193 int slot) in check_csum_item()
226 const struct extent_buffer *eb, int slot, in dir_item_err()
249 struct btrfs_key *key, int slot) in check_dir_item()
360 const struct extent_buffer *eb, int slot, in block_group_err()
383 struct btrfs_key *key, int slot) in check_block_group_item()
458 struct btrfs_key *key, int slot) in check_leaf_item()
[all …]
/Linux-v4.19/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()
/Linux-v4.19/drivers/media/dvb-frontends/
Dsp2.c101 static int sp2_ci_op_cam(struct dvb_ca_en50221 *en50221, int slot, u8 acs, in sp2_ci_op_cam()
156 int slot, int addr) in sp2_ci_read_attribute_mem()
163 int slot, int addr, u8 data) in sp2_ci_write_attribute_mem()
170 int slot, u8 addr) in sp2_ci_read_cam_control()
177 int slot, u8 addr, u8 data) in sp2_ci_write_cam_control()
183 int sp2_ci_slot_reset(struct dvb_ca_en50221 *en50221, int slot) in sp2_ci_slot_reset()
215 int sp2_ci_slot_shutdown(struct dvb_ca_en50221 *en50221, int slot) in sp2_ci_slot_shutdown()
225 int sp2_ci_slot_ts_enable(struct dvb_ca_en50221 *en50221, int slot) in sp2_ci_slot_ts_enable()
243 int slot, int open) in sp2_ci_poll_slot_status()
/Linux-v4.19/drivers/pcmcia/
Dvrc4171_card.c103 enum vrc4171_slot slot; member
171 static inline uint8_t exca_read_byte(int slot, uint8_t index) in exca_read_byte()
180 static inline uint16_t exca_read_word(int slot, uint8_t index) in exca_read_word()
196 static inline uint8_t exca_write_byte(int slot, uint8_t index, uint8_t data) in exca_write_byte()
207 static inline uint16_t exca_write_word(int slot, uint8_t index, uint16_t data) in exca_write_word()
238 unsigned int slot; in pccard_init() local
256 unsigned int slot; in pccard_get_status() local
321 unsigned int slot; in pccard_set_socket() local
382 unsigned int slot; in pccard_set_io_map() local
424 unsigned int slot; in pccard_set_mem_map() local
[all …]
/Linux-v4.19/drivers/media/pci/netup_unidvb/
Dnetup_unidvb_ci.c62 int slot) in netup_unidvb_ci_slot_ts_ctl()
80 int slot) in netup_unidvb_ci_slot_shutdown()
90 int slot) in netup_unidvb_ci_slot_reset()
124 int slot, int open) in netup_unidvb_poll_ci_slot_status()
146 int slot, int addr) in netup_unidvb_ci_read_attribute_mem()
158 int slot, int addr, u8 data) in netup_unidvb_ci_write_attribute_mem()
170 int slot, u8 addr) in netup_unidvb_ci_read_cam_ctl()
182 int slot, u8 addr, u8 data) in netup_unidvb_ci_write_cam_ctl()

12345678910>>...28