Home
last modified time | relevance | path

Searched defs:map (Results 301 - 325 of 3751) sorted by relevance

1...<<11121314151617181920>>...151

/third_party/protobuf/php/tests/
H A Dmemory_leak_test.php189 $map = $m->getMapStringString(); variable
/third_party/protobuf/src/google/protobuf/stubs/
H A Dstringpiece_unittest.cc112 TestMap map; in TEST() local
[all...]
/third_party/rust/crates/serde/test_suite/tests/macros/
H A Dmod.rs22 let mut map = BTreeMap::new(); variables
50 let mut map = HashMap::new(); variables
56 let mut map = HashMap::with_hasher(BuildHasherDefault::<$hasher>::default()); variables
/kernel/linux/linux-5.10/drivers/firmware/efi/
H A Dembedded-firmware.c43 u8 *map; in efi_check_md_for_embedded_firmware() local
/kernel/linux/linux-5.10/drivers/clk/
H A Dclk-aspeed.h49 struct regmap *map; member
64 struct regmap *map; member
/kernel/linux/linux-5.10/arch/mips/pci/
H A Dpci-malta.c81 resource_size_t start, end, map, start1, end1, map1, map2, map3, mask; in mips_pcibios_init() local
[all...]
/kernel/linux/linux-5.10/drivers/bus/
H A Darm-integrator-lm.c74 static struct regmap *map; in integrator_ap_lm_probe() local
/kernel/linux/linux-5.10/drivers/firmware/efi/libstub/
H A Drandomalloc.c59 struct efi_boot_memmap *map; in efi_random_alloc() local
[all...]
/kernel/linux/linux-5.10/drivers/mtd/maps/
H A Dsun_uflash.c41 struct map_info map; /* mtd map info */ member
[all...]
H A Dpxa2xx-flash.c25 static void pxa2xx_map_inval_cache(struct map_info *map, unsigned long from, in pxa2xx_map_inval_cache() argument
41 struct map_info map; member
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
H A Dsockmap_ktls.c39 static void test_sockmap_ktls_disconnect_after_delete(int family, int map) in test_sockmap_ktls_disconnect_after_delete() argument
98 int map; in run_tests() local
/kernel/linux/linux-6.6/arch/mips/pci/
H A Dpci-malta.c81 resource_size_t start, end, map, start1, end1, map1, map2, map3, mask; in mips_pcibios_init() local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/selftests/
H A Di915_gem_execbuffer.c11 static u64 read_reloc(const u32 *map, int x, const u64 mask) in read_reloc() argument
25 const u32 *map = page_mask_bits(obj->mm.mapping); in __igt_gpu_reloc() local
111 u32 *map; in igt_gpu_reloc() local
[all...]
/kernel/linux/linux-5.10/drivers/irqchip/
H A Dirq-gic-realview.c47 struct regmap *map; in realview_gic_of_init() local
/kernel/linux/linux-5.10/drivers/leds/
H A Dleds-syscon.c29 struct regmap *map; member
62 struct regmap *map; in syscon_led_probe() local
[all...]
/kernel/linux/linux-5.10/drivers/media/pci/cobalt/
H A Dcobalt-flash.c25 static map_word flash_read16(struct map_info *map, unsigned long offset) in flash_read16() argument
38 static void flash_write16(struct map_info *map, const map_word datum, in flash_write16() argument
46 static void flash_copy_from(struct map_info *map, void *to, in flash_copy_from() argument
64 static void flash_copy_to(struct map_info *map, unsigned long to, in flash_copy_to() argument
87 struct map_info *map in cobalt_flash_probe() local
[all...]
/kernel/linux/linux-5.10/drivers/mtd/hyperbus/
H A Dhyperbus-core.c15 static struct hyperbus_device *map_to_hbdev(struct map_info *map) in map_to_hbdev() argument
20 static map_word hyperbus_read16(struct map_info *map, unsigned long addr) in hyperbus_read16() argument
31 static void hyperbus_write16(struct map_info *map, map_word d, in hyperbus_write16() argument
40 static void hyperbus_copy_from(struct map_info *map, void *to, in hyperbus_copy_from() argument
49 hyperbus_copy_to(struct map_info *map, unsigned long to, const void *from, ssize_t len) hyperbus_copy_to() argument
63 struct map_info *map; hyperbus_register_device() local
[all...]
/kernel/linux/linux-5.10/drivers/mtd/chips/
H A Dmap_absent.c45 static struct mtd_info *map_absent_probe(struct map_info *map) in map_absent_probe() argument
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/
H A Dwil_crash_dump.c14 const struct fw_map *map; in wil_fw_get_crash_dump_bounds() local
50 const struct fw_map *map; wil_fw_copy_crash_dump() local
[all...]
/kernel/linux/linux-5.10/drivers/pinctrl/
H A Dpinconf.h41 static inline int pinconf_validate_map(const struct pinctrl_map *map, int i) in pinconf_validate_map() argument
46 static inline int pinconf_map_to_setting(const struct pinctrl_map *map, in pinconf_map_to_setting() argument
79 pinconf_show_map(struct seq_file *s, const struct pinctrl_map *map) pinconf_show_map() argument
/kernel/linux/linux-5.10/drivers/of/
H A Dof_numa.c77 static int __init of_numa_parse_distance_map_v1(struct device_node *map) in of_numa_parse_distance_map_v1() argument
/kernel/linux/linux-5.10/samples/bpf/
H A Dsyscall_tp_kern.c35 static __always_inline void count(void *map) in count() argument
/kernel/linux/linux-5.10/net/xdp/
H A Dxsk.h33 struct xsk_map *map; member
/kernel/linux/linux-5.10/include/net/sctp/
H A Dtsnmap.h105 static inline __u32 sctp_tsnmap_get_ctsn(const struct sctp_tsnmap *map) in sctp_tsnmap_get_ctsn() argument
111 static inline __u32 sctp_tsnmap_get_max_tsn_seen(const struct sctp_tsnmap *map) in sctp_tsnmap_get_max_tsn_seen() argument
117 static inline __u16 sctp_tsnmap_num_dups(struct sctp_tsnmap *map) in sctp_tsnmap_num_dups() argument
123 static inline __be32 *sctp_tsnmap_get_dups(struct sctp_tsnmap *map) in sctp_tsnmap_get_dups() argument
137 sctp_tsnmap_has_gap(const struct sctp_tsnmap *map) sctp_tsnmap_has_gap() argument
145 sctp_tsnmap_mark_dup(struct sctp_tsnmap *map, __u32 tsn) sctp_tsnmap_mark_dup() argument
[all...]
/kernel/linux/linux-5.10/sound/pci/ctxfi/
H A Dctvmem.h50 struct ct_vm_block *(*map)(struct ct_vm *, struct snd_pcm_substream *, member

Completed in 9 milliseconds

1...<<11121314151617181920>>...151