Home
last modified time | relevance | path

Searched defs:map (Results 376 - 400 of 2547) sorted by relevance

1...<<11121314151617181920>>...102

/kernel/linux/linux-6.6/drivers/reset/
H A Dreset-qcom-aoss.c54 const struct qcom_aoss_reset_map *map = &data->desc->resets[idx]; in qcom_aoss_control_assert() local
66 const struct qcom_aoss_reset_map *map = &data->desc->resets[idx]; in qcom_aoss_control_deassert() local
/kernel/linux/linux-6.6/drivers/vhost/
H A Diotlb.c28 vhost_iotlb_map_free(struct vhost_iotlb *iotlb, struct vhost_iotlb_map *map) vhost_iotlb_map_free() argument
55 struct vhost_iotlb_map *map; vhost_iotlb_add_range_ctx() local
120 struct vhost_iotlb_map *map; vhost_iotlb_del_range() local
208 vhost_iotlb_itree_next(struct vhost_iotlb_map *map, u64 start, u64 last) vhost_iotlb_itree_next() argument
[all...]
/kernel/linux/linux-6.6/drivers/soc/gemini/
H A Dsoc-gemini.c41 struct regmap *map; in gemini_soc_init() local
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/
H A Datomisp_csi2.h48 struct atomisp_csi2_acpi_gpio_map *map; member
/kernel/linux/linux-6.6/drivers/platform/x86/intel/pmc/
H A Dcore_ssram.c88 const struct pmc_reg_map *map; in pmc_core_ssram_get_pmc() local
/kernel/linux/linux-6.6/drivers/video/fbdev/
H A Dmacmodes.c224 const struct mode_map *map; in mac_vmode_to_var() local
306 const struct mode_map *map; in mac_var_to_vmode() local
369 const struct monitor_map *map; mac_map_monitor_sense() local
[all...]
/kernel/linux/linux-6.6/drivers/clk/berlin/
H A Dberlin2-pll.c22 struct berlin2_pll_map map; member
45 struct berlin2_pll_map *map = &pll->map; in berlin2_pll_recalc_rate() local
77 berlin2_pll_register(const struct berlin2_pll_map *map, in berlin2_pll_register() argument
[all...]
/kernel/linux/linux-6.6/drivers/firmware/efi/libstub/
H A Drandomalloc.c64 struct efi_boot_memmap *map; in efi_random_alloc() local
[all...]
H A Drelocate.c26 struct efi_boot_memmap *map; in efi_low_alloc_above() local
[all...]
H A Dkaslr.c60 struct efi_boot_memmap *map; in check_image_region() local
/kernel/linux/linux-6.6/drivers/gpio/
H A Dgpio-104-idio-16.c91 struct regmap *map; in idio_16_probe() local
H A Dgpio-lp87565.c18 struct regmap *map; member
[all...]
H A Dgpio-pci-idio-16.c76 struct regmap *map; in idio_16_probe() local
H A Dgpio-wcd934x.c17 struct regmap *map; member
/kernel/linux/linux-6.6/drivers/clk/versatile/
H A Dclk-impd1.c66 struct regmap *map; in integrator_impd1_clk_spawn() local
/kernel/linux/linux-6.6/drivers/clk/meson/
H A Dclk-regmap.h25 struct regmap *map; member
H A Da1-pll.c313 struct regmap *map; in meson_a1_pll_probe() local
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dmap_to_7segment.h70 static __inline__ int map_to_seg7(struct seg7_conversion_map *map, int c) in map_to_seg7() argument
/kernel/linux/linux-6.6/drivers/dma/dw/
H A Drzn1-dmamux.c32 struct rzn1_dmamux_map *map = route_data; in rzn1_dmamux_free() local
46 struct rzn1_dmamux_map *map; in rzn1_dmamux_route_allocate() local
[all...]
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dmpspec.h98 static inline void physids_promote(unsigned long physids, physid_mask_t *map) in physids_promote() argument
104 physid_set_mask_of_physid(int physid, physid_mask_t *map) physid_set_mask_of_physid() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/af/
H A Dmcs_cnf10kb.c73 void cnf10kb_mcs_flowid_secy_map(struct mcs *mcs, struct secy_mem_map *map, int dir) in cnf10kb_mcs_flowid_secy_map() argument
90 void cnf10kb_mcs_tx_sa_mem_map_write(struct mcs *mcs, struct mcs_tx_sc_sa_map *map) in cnf10kb_mcs_tx_sa_mem_map_write() argument
115 cnf10kb_mcs_rx_sa_mem_map_write(struct mcs *mcs, struct mcs_rx_sc_sa_map *map) cnf10kb_mcs_rx_sa_mem_map_write() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dpci.c25 const u32 *map; in mt7615_pci_probe() local
/kernel/linux/linux-6.6/drivers/pinctrl/
H A Dpinctrl-utils.c18 pinctrl_utils_reserve_map(struct pinctrl_dev *pctldev, struct pinctrl_map **map, unsigned *reserved_maps, unsigned *num_maps, unsigned reserve) pinctrl_utils_reserve_map() argument
43 pinctrl_utils_add_map_mux(struct pinctrl_dev *pctldev, struct pinctrl_map **map, unsigned *reserved_maps, unsigned *num_maps, const char *group, const char *function) pinctrl_utils_add_map_mux() argument
60 pinctrl_utils_add_map_configs(struct pinctrl_dev *pctldev, struct pinctrl_map **map, unsigned *reserved_maps, unsigned *num_maps, const char *group, unsigned long *configs, unsigned num_configs, enum pinctrl_map_type type) pinctrl_utils_add_map_configs() argument
110 pinctrl_utils_free_map(struct pinctrl_dev *pctldev, struct pinctrl_map *map, unsigned num_maps) pinctrl_utils_free_map() argument
[all...]
H A Dpinmux.h53 static inline int pinmux_validate_map(const struct pinctrl_map *map, int i) in pinmux_validate_map() argument
84 static inline int pinmux_map_to_setting(const struct pinctrl_map *map, in pinmux_map_to_setting() argument
115 pinmux_show_map(struct seq_file *s, const struct pinctrl_map *map) pinmux_show_map() argument
/kernel/linux/linux-6.6/arch/x86/include/uapi/asm/
H A De820.h67 struct e820entry map[E820_X_MAX]; member

Completed in 7 milliseconds

1...<<11121314151617181920>>...102