Home
last modified time | relevance | path

Searched defs:slot (Results 476 - 500 of 1436) sorted by relevance

1...<<11121314151617181920>>...58

/kernel/linux/linux-5.10/fs/ocfs2/
H A Dslot_map.c275 int slot; in ocfs2_node_num_to_slot() local
451 int slot; ocfs2_find_slot() local
[all...]
/kernel/linux/linux-5.10/net/ipv6/
H A Dinet6_hashtables.c66 unsigned int slot = hash & hashinfo->ehash_mask; in __inet6_lookup_established() local
/kernel/linux/linux-5.10/net/llc/
H A Dllc_sap.c319 int slot = llc_sk_laddr_hashfn(sap, laddr); in llc_lookup_dgram() local
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gvt/
H A Dexeclist.c277 struct intel_vgpu_execlist_slot *slot = in emulate_execlist_schedule_in() local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dsorgf119.c60 gf119_sor_dp_vcpi(struct nvkm_ior *sor, int head, u8 slot, u8 slot_nr, u16 pbn, u16 aligned) gf119_sor_dp_vcpi() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_binding.h119 uint32 slot; member
132 uint32 slot; member
147 uint32 slot; member
162 uint32 slot; member
214 uint32 slot; member
[all...]
/kernel/linux/linux-5.10/drivers/media/platform/sunxi/sun4i-csi/
H A Dsun4i_dma.c111 static int sun4i_csi_buffer_fill_slot(struct sun4i_csi *csi, unsigned int slot) in sun4i_csi_buffer_fill_slot() argument
146 unsigned int slot; in sun4i_csi_buffer_fill_all() local
93 sun4i_csi_setup_scratch_buffer(struct sun4i_csi *csi, unsigned int slot) sun4i_csi_setup_scratch_buffer() argument
158 sun4i_csi_buffer_mark_done(struct sun4i_csi *csi, unsigned int slot, unsigned int sequence) sun4i_csi_buffer_mark_done() argument
208 unsigned int slot; return_all_buffers() local
[all...]
/kernel/linux/linux-5.10/drivers/pci/controller/
H A Dpci-loongson.c234 static int loongson_map_irq(const struct pci_dev *dev, u8 slot, u8 pin) in loongson_map_irq() argument
/kernel/linux/linux-5.10/drivers/pci/
H A 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() argument
57 max_speed_read_file(struct pci_slot *slot, char *buf) max_speed_read_file() argument
62 cur_speed_read_file(struct pci_slot *slot, char *buf) cur_speed_read_file() argument
70 struct pci_slot *slot = to_pci_slot(kobj); pci_slot_release() local
144 rename_slot(struct pci_slot *slot, const char *name) rename_slot() argument
164 struct pci_slot *slot; pci_dev_assign_slot() local
175 struct pci_slot *slot; get_slot() local
230 struct pci_slot *slot; pci_create_slot() local
312 pci_destroy_slot(struct pci_slot *slot) pci_destroy_slot() argument
334 struct hotplug_slot *slot = pci_slot->hotplug; pci_hp_create_module_link() local
[all...]
/kernel/linux/linux-5.10/drivers/pci/hotplug/
H A Dacpiphp.h35 struct slot { struct
41 static inline const char *slot_name(struct slot *slot) in slot_name() argument
85 struct slot *slot; global() member
100 struct acpiphp_slot *slot; global() member
[all...]
H A Dpci_hotplug_core.c82 struct hotplug_slot *slot = pci_slot->hotplug; in power_write_file() local
139 struct hotplug_slot *slot = pci_slot->hotplug; attention_write_file() local
206 struct hotplug_slot *slot = pci_slot->hotplug; test_write_file() local
236 struct hotplug_slot *slot = pci_slot->hotplug; has_power_file() local
249 struct hotplug_slot *slot = pci_slot->hotplug; has_attention_file() local
261 struct hotplug_slot *slot = pci_slot->hotplug; has_latch_file() local
272 struct hotplug_slot *slot = pci_slot->hotplug; has_adapter_file() local
283 struct hotplug_slot *slot = pci_slot->hotplug; has_test_file() local
380 struct hotplug_slot *slot; get_slot_from_name() local
404 __pci_hp_register(struct hotplug_slot *slot, struct pci_bus *bus, int devnr, const char *name, struct module *owner, const char *mod_name) __pci_hp_register() argument
438 __pci_hp_initialize(struct hotplug_slot *slot, struct pci_bus *bus, int devnr, const char *name, struct module *owner, const char *mod_name) __pci_hp_initialize() argument
477 pci_hp_add(struct hotplug_slot *slot) pci_hp_add() argument
504 pci_hp_deregister(struct hotplug_slot *slot) pci_hp_deregister() argument
519 pci_hp_del(struct hotplug_slot *slot) pci_hp_del() argument
551 pci_hp_destroy(struct hotplug_slot *slot) pci_hp_destroy() argument
[all...]
H A Dcpci_hotplug_core.c73 struct slot *slot = to_slot(hotplug_slot); in enable_slot() local
86 struct slot *slot = to_slot(hotplug_slot); disable_slot() local
130 cpci_get_power_status(struct slot *slot) cpci_get_power_status() argument
142 struct slot *slot = to_slot(hotplug_slot); get_power_status() local
151 struct slot *slot = to_slot(hotplug_slot); get_attention_status() local
166 struct slot *slot = to_slot(hotplug_slot); get_adapter_status() local
175 struct slot *slot = to_slot(hotplug_slot); get_latch_status() local
181 release_slot(struct slot *slot) release_slot() argument
192 struct slot *slot; cpci_hp_register_bus() local
244 struct slot *slot; cpci_hp_unregister_bus() local
297 struct slot *slot; init_slots() local
326 struct slot *slot; check_slots() local
549 struct slot *slot; cleanup_slots() local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/vc4/
H A Dvc4_v3d.c173 int slot; in vc4_v3d_get_bin_slot() local
/kernel/linux/linux-5.10/drivers/pinctrl/
H A Dpinmux.c846 void __rcu **slot; in pinmux_generic_free_functions() local
/kernel/linux/linux-5.10/include/linux/
H A Denclosure.h93 int slot; member
H A Deisa.h37 int slot; member
/kernel/linux/linux-6.6/drivers/mmc/host/
H A Ddw_mmc-rockchip.c137 static int dw_mci_rk3288_execute_tuning(struct dw_mci_slot *slot, u32 opcode) in dw_mci_rk3288_execute_tuning() argument
/kernel/linux/linux-6.6/drivers/mfd/
H A Dtwl6030-irq.c308 int twl6030_mmc_card_detect(struct device *dev, int slot) in twl6030_mmc_card_detect() argument
/kernel/linux/linux-6.6/drivers/misc/
H A Denclosure.c632 int slot; in get_component_slot() local
/kernel/linux/linux-6.6/drivers/net/dsa/sja1105/
H A Dsja1105_ptp.h156 static inline void sja1105_ptp_txtstamp_skb(struct dsa_switch *ds, int slot, in sja1105_ptp_txtstamp_skb() argument
/kernel/linux/linux-6.6/fs/btrfs/
H A Droot-tree.c27 static void btrfs_read_root_item(struct extent_buffer *eb, int slot, in btrfs_read_root_item() argument
74 int slot; in btrfs_find_root() local
129 int slot; in btrfs_update_root() local
[all...]
H A Dprint-tree.c83 static void print_extent_item(const struct extent_buffer *eb, int slot, int type) in print_extent_item() argument
H A Dprops.c164 int slot; in iterate_object_props() local
/kernel/linux/linux-6.6/fs/nfs/
H A Dcallback_proc.c402 validate_seqid(const struct nfs4_slot_table *tbl, const struct nfs4_slot *slot, in validate_seqid() argument
494 struct nfs4_slot *slot; in nfs4_callback_sequence() local
[all...]
/kernel/linux/linux-6.6/fs/ocfs2/
H A Dslot_map.c273 int slot; in ocfs2_node_num_to_slot() local
449 int slot; ocfs2_find_slot() local
[all...]

Completed in 15 milliseconds

1...<<11121314151617181920>>...58