/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | slot_map.c | 275 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 D | inet6_hashtables.c | 66 unsigned int slot = hash & hashinfo->ehash_mask; in __inet6_lookup_established() local
|
/kernel/linux/linux-5.10/net/llc/ |
H A D | llc_sap.c | 319 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 D | execlist.c | 277 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 D | sorgf119.c | 60 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 D | vmwgfx_binding.h | 119 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 D | sun4i_dma.c | 111 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 D | pci-loongson.c | 234 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 D | slot.c | 21 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 D | acpiphp.h | 35 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 D | pci_hotplug_core.c | 82 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 D | cpci_hotplug_core.c | 73 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 D | vc4_v3d.c | 173 int slot; in vc4_v3d_get_bin_slot() local
|
/kernel/linux/linux-5.10/drivers/pinctrl/ |
H A D | pinmux.c | 846 void __rcu **slot; in pinmux_generic_free_functions() local
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | enclosure.h | 93 int slot; member
|
H A D | eisa.h | 37 int slot; member
|
/kernel/linux/linux-6.6/drivers/mmc/host/ |
H A D | dw_mmc-rockchip.c | 137 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 D | twl6030-irq.c | 308 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 D | enclosure.c | 632 int slot; in get_component_slot() local
|
/kernel/linux/linux-6.6/drivers/net/dsa/sja1105/ |
H A D | sja1105_ptp.h | 156 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 D | root-tree.c | 27 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 D | print-tree.c | 83 static void print_extent_item(const struct extent_buffer *eb, int slot, int type) in print_extent_item() argument
|
H A D | props.c | 164 int slot; in iterate_object_props() local
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | callback_proc.c | 402 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 D | slot_map.c | 273 int slot; in ocfs2_node_num_to_slot() local 449 int slot; ocfs2_find_slot() local [all...] |