Home
last modified time | relevance | path

Searched defs:map (Results 901 - 925 of 2547) sorted by relevance

1...<<31323334353637383940>>...102

/kernel/linux/linux-6.6/include/linux/
H A Duio_driver.h44 struct uio_map *map; member
/kernel/linux/linux-6.6/include/net/
H A Dxdp_sock.h41 struct bpf_map map; member
/kernel/linux/linux-6.6/include/rdma/
H A Drdmavt_mr.h46 struct rvt_segarray *map[]; /* the segments */ member
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/isp/kernels/sdis/sdis_2/
H A Dia_css_sdis2.host.c180 struct ia_css_isp_dvs_statistics_map *map; in ia_css_get_dvs2_statistics() local
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/runtime/pipeline/src/
H A Dpipeline.c85 void ia_css_pipeline_map(unsigned int pipe_num, bool map) in ia_css_pipeline_map() argument
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/runtime/bufq/src/
H A Dbufq.c104 ia_css_queue_map( unsigned int thread_id, enum ia_css_buffer_type buf_type, bool map) ia_css_queue_map() argument
/kernel/linux/linux-6.6/drivers/remoteproc/
H A Dingenic_rproc.c41 const struct vpu_mem_map *map; member
132 const struct vpu_mem_map *map = info->map; in ingenic_rproc_da_to_va() local
/kernel/linux/linux-6.6/drivers/rtc/
H A Drtc-88pm80x.c40 struct regmap *map; member
[all...]
/kernel/linux/linux-6.6/drivers/soc/aspeed/
H A Daspeed-lpc-ctrl.c75 struct aspeed_lpc_ctrl_mapping map; in aspeed_lpc_ctrl_ioctl() local
[all...]
/kernel/linux/linux-6.6/drivers/staging/blackbox/
H A Dblackbox_core.c53 } map; member
/kernel/linux/linux-6.6/drivers/sh/clk/
H A Dcpg.c454 struct clk_mapping *map; in sh_clk_fsidiv_register() local
/kernel/linux/linux-6.6/drivers/pinctrl/spear/
H A Dpinctrl-spear.c148 spear_pinctrl_dt_node_to_map(struct pinctrl_dev *pctldev, struct device_node *np_config, struct pinctrl_map **map, unsigned *num_maps) spear_pinctrl_dt_node_to_map() argument
200 spear_pinctrl_dt_free_map(struct pinctrl_dev *pctldev, struct pinctrl_map *map, unsigned num_maps) spear_pinctrl_dt_free_map() argument
/kernel/linux/linux-6.6/drivers/thermal/qcom/
H A Dtsens-8960.c59 struct regmap *map = priv->tm_map; in suspend_8960() local
84 struct regmap *map = priv->tm_map; in resume_8960() local
/kernel/linux/linux-6.6/drivers/power/supply/
H A Dmax77650-charger.c70 struct regmap *map; member
[all...]
/kernel/linux/linux-6.6/drivers/regulator/
H A Dmax5970-regulator.c258 static int max597x_regmap_read_clear(struct regmap *map, unsigned int reg, in max597x_regmap_read_clear() argument
H A Dmax77650-regulator.c70 struct regmap *map; in max77650_regulator_is_enabled() local
88 struct regmap *map; in max77650_regulator_enable() local
101 struct regmap *map; in max77650_regulator_disable() local
334 struct regmap *map; in max77650_regulator_probe() local
[all...]
/kernel/linux/linux-6.6/drivers/video/fbdev/omap2/omapfb/
H A Dvrfb.c116 unsigned long map = ctx_map; in omap_vrfb_restore_context() local
/kernel/linux/linux-6.6/drivers/vdpa/mlx5/net/
H A Dmlx5_vnet.h32 struct msi_map map; member
/kernel/linux/linux-6.6/drivers/char/ipmi/
H A Dkcs_bmc_npcm7xx.c71 struct regmap *map; member
/kernel/linux/linux-6.6/drivers/base/regmap/
H A Dregcache.c24 static int regcache_hw_init(struct regmap *map) in regcache_hw_init() argument
113 regcache_init(struct regmap *map, const struct regmap_config *config) regcache_init() argument
210 regcache_exit(struct regmap *map) regcache_exit() argument
237 regcache_read(struct regmap *map, unsigned int reg, unsigned int *value) regcache_read() argument
268 regcache_write(struct regmap *map, unsigned int reg, unsigned int value) regcache_write() argument
282 regcache_reg_needs_sync(struct regmap *map, unsigned int reg, unsigned int val) regcache_reg_needs_sync() argument
301 regcache_default_sync(struct regmap *map, unsigned int min, unsigned int max) regcache_default_sync() argument
353 regcache_sync(struct regmap *map) regcache_sync() argument
446 regcache_sync_region(struct regmap *map, unsigned int min, unsigned int max) regcache_sync_region() argument
504 regcache_drop_region(struct regmap *map, unsigned int min, unsigned int max) regcache_drop_region() argument
536 regcache_cache_only(struct regmap *map, bool enable) regcache_cache_only() argument
560 regcache_mark_dirty(struct regmap *map) regcache_mark_dirty() argument
580 regcache_cache_bypass(struct regmap *map, bool enable) regcache_cache_bypass() argument
598 regcache_reg_cached(struct regmap *map, unsigned int reg) regcache_reg_cached() argument
613 regcache_set_val(struct regmap *map, void *base, unsigned int idx, unsigned int val) regcache_set_val() argument
647 regcache_get_val(struct regmap *map, const void *base, unsigned int idx) regcache_get_val() argument
689 regcache_lookup_reg(struct regmap *map, unsigned int reg) regcache_lookup_reg() argument
714 regcache_sync_val(struct regmap *map, unsigned int reg, unsigned int val) regcache_sync_val() argument
738 regcache_sync_block_single(struct regmap *map, void *block, unsigned long *cache_present, unsigned int block_base, unsigned int start, unsigned int end) regcache_sync_block_single() argument
762 regcache_sync_block_raw_flush(struct regmap *map, const void **data, unsigned int base, unsigned int cur) regcache_sync_block_raw_flush() argument
790 regcache_sync_block_raw(struct regmap *map, void *block, unsigned long *cache_present, unsigned int block_base, unsigned int start, unsigned int end) regcache_sync_block_raw() argument
832 regcache_sync_block(struct regmap *map, void *block, unsigned long *cache_present, unsigned int block_base, unsigned int start, unsigned int end) regcache_sync_block() argument
[all...]
H A Dregmap-mmio.c590 int regmap_mmio_attach_clk(struct regmap *map, struct clk *clk) in regmap_mmio_attach_clk() argument
601 void regmap_mmio_detach_clk(struct regmap *map) in regmap_mmio_detach_clk() argument
/kernel/linux/linux-6.6/drivers/gpio/
H A Dgpio-104-dio-48e.c119 struct regmap *map; member
213 static int dio48e_irq_init_hw(struct regmap *const map) in dio48e_irq_init_hw() argument
226 struct regmap *map; in dio48e_probe() local
[all...]
H A Dgpio-ws16c48.c109 struct regmap *map; member
223 static int ws16c48_irq_init_hw(struct regmap *const map) in ws16c48_irq_init_hw() argument
[all...]
H A Dgpio-pmic-eic-sprd.c58 struct regmap *map; member
/kernel/linux/linux-6.6/drivers/firmware/tegra/
H A Divc.c95 static inline bool tegra_ivc_empty(struct tegra_ivc *ivc, struct iosys_map *map) in tegra_ivc_empty() argument
121 static inline bool tegra_ivc_full(struct tegra_ivc *ivc, struct iosys_map *map) in tegra_ivc_full() argument
133 static inline u32 tegra_ivc_available(struct tegra_ivc *ivc, struct iosys_map *map) in tegra_ivc_available() argument
226 tegra_ivc_frame_virt(struct tegra_ivc *ivc, const struct iosys_map *header, unsigned int frame, struct iosys_map *map) tegra_ivc_frame_virt() argument
279 tegra_ivc_read_get_next_frame(struct tegra_ivc *ivc, struct iosys_map *map) tegra_ivc_read_get_next_frame() argument
343 tegra_ivc_write_get_next_frame(struct tegra_ivc *ivc, struct iosys_map *map) tegra_ivc_write_get_next_frame() argument
630 iosys_map_get_address(const struct iosys_map *map) iosys_map_get_address() argument
638 iosys_map_get_vaddr(const struct iosys_map *map) iosys_map_get_vaddr() argument
[all...]

Completed in 16 milliseconds

1...<<31323334353637383940>>...102