Searched refs:me (Results 1 - 25 of 362) sorted by relevance

1234567891011>>

/linux-master/drivers/staging/media/atomisp/pci/
H A Dsh_css_host_data.c22 struct ia_css_host_data *me; local
24 me = kmalloc(sizeof(struct ia_css_host_data), GFP_KERNEL);
25 if (!me)
27 me->size = (uint32_t)size;
28 me->address = kvmalloc(size, GFP_KERNEL);
29 if (!me->address) {
30 kfree(me);
33 return me;
36 void ia_css_host_data_free(struct ia_css_host_data *me) argument
38 if (me) {
[all...]
H A Dia_css_host_data.h37 * @param[in] me Pointer to structure, if a NULL is passed functions
44 void ia_css_host_data_free(struct ia_css_host_data *me);
H A Dia_css_morph.h34 * @param[in] me Pointer to the morph table.
38 ia_css_morph_table_free(struct ia_css_morph_table *me);
H A Dia_css_dvs.h171 * @param[in] me Pointer to the DVS statistics buffer on the ISP.
175 ia_css_isp_dvs_statistics_free(struct ia_css_isp_dvs_statistics *me);
185 * @param[in] me Pointer to the DVS statistics buffer on the ISP.
189 ia_css_isp_dvs2_statistics_free(struct ia_css_isp_dvs_statistics *me);
199 * @param[in] me Pointer to the DVS statistics buffer on the host.
203 ia_css_dvs_statistics_free(struct ia_css_dvs_statistics *me);
213 * @param[in] me Pointer to the DVS coefficients buffer.
217 ia_css_dvs_coefficients_free(struct ia_css_dvs_coefficients *me);
227 * @param[in] me Pointer to the DVS 2.0 statistics buffer on the host.
231 ia_css_dvs2_statistics_free(struct ia_css_dvs2_statistics *me);
[all...]
/linux-master/Documentation/admin-guide/aoe/
H A Dudev-install.sh5 me="`basename $0`"
16 echo "$me Error: no udev.conf found" 1>&2
30 echo "$me Error: cannot find udev rules directory" 1>&2
H A Dstatus.sh9 me=`basename $0`
17 echo "$me Error: sysfs is not mounted" 1>&2
/linux-master/tools/testing/selftests/rcutorture/bin/
H A Djitter.sh8 # Usage: jitter.sh me jittering-path duration [ sleepmax [ spinmax ] ]
10 # me: Random-number-generator seed salt.
20 me=$(($1 * 1000))
68 cpumask=`awk -v cpus="$cpus" -v me=$me -v n=$n 'BEGIN {
69 srand(n + me + systime());
81 sleeptime=`awk -v me=$me -v n=$n -v sleepmax=$sleepmax 'BEGIN {
82 srand(n + me + systime());
89 limit=`awk -v me
[all...]
/linux-master/scripts/
H A Dextract-vmlinux39 me=${0##*/}
43 echo "Usage: $me <kernel-image>" >&2
64 echo "$me: Cannot find vmlinux." >&2
H A Dextract-ikconfig42 me=${0##*/}
46 echo "Usage: $me <kernel-image>" >&2
68 echo "$me: Cannot find kernel config." >&2
/linux-master/arch/mips/kernel/
H A Dmodule.c48 static int apply_r_mips_26(struct module *me, u32 *location, u32 base, argument
53 me->name);
59 me->name);
69 static int apply_r_mips_hi16(struct module *me, u32 *location, Elf_Addr v, argument
91 n->next = me->arch.r_mips_hi16_list;
92 me->arch.r_mips_hi16_list = n;
108 static int apply_r_mips_lo16(struct module *me, u32 *location, argument
123 if (me->arch.r_mips_hi16_list != NULL) {
124 l = me->arch.r_mips_hi16_list;
159 me
180 apply_r_mips_pc(struct module *me, u32 *location, u32 base, Elf_Addr v, unsigned int bits) argument
211 apply_r_mips_pc16(struct module *me, u32 *location, u32 base, Elf_Addr v) argument
217 apply_r_mips_pc21(struct module *me, u32 *location, u32 base, Elf_Addr v) argument
223 apply_r_mips_pc26(struct module *me, u32 *location, u32 base, Elf_Addr v) argument
278 reloc_handler(u32 type, struct module *me, u32 *location, u32 base, Elf_Addr v, bool rela) argument
313 __apply_relocate(Elf_Shdr *sechdrs, const char *strtab, unsigned int symindex, unsigned int relsec, struct module *me, bool rela) argument
386 apply_relocate(Elf_Shdr *sechdrs, const char *strtab, unsigned int symindex, unsigned int relsec, struct module *me) argument
394 apply_relocate_add(Elf_Shdr *sechdrs, const char *strtab, unsigned int symindex, unsigned int relsec, struct module *me) argument
424 module_finalize(const Elf_Ehdr *hdr, const Elf_Shdr *sechdrs, struct module *me) argument
[all...]
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Dsi.h30 u32 me, u32 pipe, u32 queue, u32 vmid);
H A Dcik.h30 u32 me, u32 pipe, u32 queue, u32 vmid);
H A Dnv.h32 u32 me, u32 pipe, u32 queue, u32 vmid);
H A Dsoc21.h29 u32 me, u32 pipe, u32 queue, u32 vmid);
/linux-master/arch/s390/kernel/
H A Dmodule.c93 static void check_rela(Elf_Rela *rela, struct module *me) argument
97 info = me->arch.syminfo + ELF_R_SYM (rela->r_info);
112 info->got_offset = me->arch.got_size;
113 me->arch.got_size += sizeof(void*);
124 info->plt_offset = me->arch.plt_size;
125 me->arch.plt_size += PLT_ENTRY_SIZE;
143 char *secstrings, struct module *me)
161 printk(KERN_ERR "module %s: no symbol table\n", me->name);
166 me->arch.nsyms = symtab->sh_size / sizeof(Elf_Sym);
167 me
142 module_frob_arch_sections(Elf_Ehdr *hdr, Elf_Shdr *sechdrs, char *secstrings, struct module *me) argument
258 apply_rela(Elf_Rela *rela, Elf_Addr base, Elf_Sym *symtab, const char *strtab, struct module *me, void *(*write)(void *dest, const void *src, size_t len)) argument
463 __apply_relocate_add(Elf_Shdr *sechdrs, const char *strtab, unsigned int symindex, unsigned int relsec, struct module *me, void *(*write)(void *dest, const void *src, size_t len)) argument
489 apply_relocate_add(Elf_Shdr *sechdrs, const char *strtab, unsigned int symindex, unsigned int relsec, struct module *me) argument
504 module_alloc_ftrace_hotpatch_trampolines(struct module *me, const Elf_Shdr *s) argument
527 module_finalize(const Elf_Ehdr *hdr, const Elf_Shdr *sechdrs, struct module *me) argument
[all...]
/linux-master/drivers/staging/media/atomisp/pci/isp/kernels/sdis/sdis_1.0/
H A Dia_css_sdis.host.c312 struct ia_css_isp_dvs_statistics *me; local
322 me = kvcalloc(1, sizeof(*me), GFP_KERNEL);
323 if (!me)
333 me->size = hor_size + ver_size;
334 me->data_ptr = hmm_alloc(me->size);
335 if (me->data_ptr == mmgr_NULL)
337 me->hor_size = hor_size;
338 me
358 struct ia_css_isp_dvs_statistics_map *me; local
394 ia_css_isp_dvs_statistics_map_free(struct ia_css_isp_dvs_statistics_map *me) argument
404 ia_css_isp_dvs_statistics_free(struct ia_css_isp_dvs_statistics *me) argument
[all...]
/linux-master/drivers/staging/media/atomisp/pci/runtime/isys/src/
H A Dvirtual_isys.c280 input_system_channel_t *me)
284 me->dma_id = ISYS2401_DMA0_ID;
289 me->stream2mmio_id = STREAM2MMIO0_ID;
290 me->ibuf_ctrl_id = IBUF_CTRL0_ID;
295 me->stream2mmio_id = STREAM2MMIO1_ID;
296 me->ibuf_ctrl_id = IBUF_CTRL1_ID;
301 me->stream2mmio_id = STREAM2MMIO2_ID;
302 me->ibuf_ctrl_id = IBUF_CTRL2_ID;
312 if (!acquire_sid(me->stream2mmio_id, &me
277 create_input_system_channel( isp2401_input_system_cfg_t *cfg, bool metadata, input_system_channel_t *me) argument
340 destroy_input_system_channel( input_system_channel_t *me) argument
351 create_input_system_input_port( isp2401_input_system_cfg_t *cfg, input_system_input_port_t *me) argument
426 destroy_input_system_input_port( input_system_input_port_t *me) argument
[all...]
/linux-master/include/linux/
H A Dmoduleloader.h65 struct module *me)
68 module_name(me));
98 struct module *me);
105 struct module *me)
108 module_name(me));
61 apply_relocate(Elf_Shdr *sechdrs, const char *strtab, unsigned int symindex, unsigned int relsec, struct module *me) argument
101 apply_relocate_add(Elf_Shdr *sechdrs, const char *strtab, unsigned int symindex, unsigned int relsec, struct module *me) argument
/linux-master/samples/mei/
H A Dmei-amt-version.c111 static bool mei_init(struct mei *me, const uuid_le *guid, argument
118 me->verbose = verbose;
120 me->fd = open("/dev/mei0", O_RDWR);
121 if (me->fd == -1) {
122 mei_err(me, "Cannot establish a handle to the Intel MEI driver\n");
125 memcpy(&me->guid, guid, sizeof(*guid));
127 me->initialized = true;
129 memcpy(&data.in_client_uuid, &me->guid, sizeof(me->guid));
130 result = ioctl(me
154 mei_recv_msg(struct mei *me, unsigned char *buffer, ssize_t len, unsigned long timeout) argument
198 mei_send_msg(struct mei *me, const unsigned char *buffer, ssize_t len, unsigned long timeout) argument
[all...]
/linux-master/arch/parisc/kernel/
H A Dmodule.c29 * if (in_init(me, (void *)val))
30 * val -= (uint32_t)me->mem[MOD_INIT_TEXT].base;
32 * val -= (uint32_t)me->mem[MOD_TEXT].base;
64 me->name, strtab + sym->st_name, (unsigned long)val, bits); \
282 struct module *me)
288 len = hdr->e_shnum * sizeof(me->arch.section[0]);
289 me->arch.section = kzalloc(len, GFP_KERNEL);
290 if (!me->arch.section)
300 me->arch.unwind_section = i;
325 WARN_ON(me
279 module_frob_arch_sections(CONST Elf_Ehdr *hdr, CONST Elf_Shdr *sechdrs, CONST char *secstrings, struct module *me) argument
348 get_got(struct module *me, unsigned long value, long addend) argument
373 get_fdesc(struct module *me, unsigned long value) argument
404 get_stub(struct module *me, unsigned long value, long addend, enum elf_stub_type stub_type, Elf_Addr loc0, unsigned int targetsec) argument
501 apply_relocate_add(Elf_Shdr *sechdrs, const char *strtab, unsigned int symindex, unsigned int relsec, struct module *me) argument
646 apply_relocate_add(Elf_Shdr *sechdrs, const char *strtab, unsigned int symindex, unsigned int relsec, struct module *me) argument
814 register_unwind_table(struct module *me, const Elf_Shdr *sechdrs) argument
833 deregister_unwind_table(struct module *me) argument
839 module_finalize(const Elf_Ehdr *hdr, const Elf_Shdr *sechdrs, struct module *me) argument
[all...]
/linux-master/arch/riscv/kernel/
H A Dmodule.c38 int (*reloc_handler)(struct module *me, void *location, Elf_Addr v);
39 int (*accumulate_handler)(struct module *me, void *location,
81 static int apply_r_riscv_32_rela(struct module *me, void *location, Elf_Addr v) argument
85 me->name, (long long)v);
92 static int apply_r_riscv_64_rela(struct module *me, void *location, Elf_Addr v) argument
98 static int apply_r_riscv_branch_rela(struct module *me, void *location, argument
110 static int apply_r_riscv_jal_rela(struct module *me, void *location, argument
122 static int apply_r_riscv_rvc_branch_rela(struct module *me, void *location, argument
136 static int apply_r_riscv_rvc_jump_rela(struct module *me, void *location, argument
153 static int apply_r_riscv_pcrel_hi20_rela(struct module *me, voi argument
168 apply_r_riscv_pcrel_lo12_i_rela(struct module *me, void *location, Elf_Addr v) argument
178 apply_r_riscv_pcrel_lo12_s_rela(struct module *me, void *location, Elf_Addr v) argument
191 apply_r_riscv_hi20_rela(struct module *me, void *location, Elf_Addr v) argument
204 apply_r_riscv_lo12_i_rela(struct module *me, void *location, Elf_Addr v) argument
214 apply_r_riscv_lo12_s_rela(struct module *me, void *location, Elf_Addr v) argument
226 apply_r_riscv_got_hi20_rela(struct module *me, void *location, Elf_Addr v) argument
244 apply_r_riscv_call_plt_rela(struct module *me, void *location, Elf_Addr v) argument
268 apply_r_riscv_call_rela(struct module *me, void *location, Elf_Addr v) argument
287 apply_r_riscv_relax_rela(struct module *me, void *location, Elf_Addr v) argument
293 apply_r_riscv_align_rela(struct module *me, void *location, Elf_Addr v) argument
302 apply_r_riscv_add8_rela(struct module *me, void *location, Elf_Addr v) argument
308 apply_r_riscv_add16_rela(struct module *me, void *location, Elf_Addr v) argument
315 apply_r_riscv_add32_rela(struct module *me, void *location, Elf_Addr v) argument
322 apply_r_riscv_add64_rela(struct module *me, void *location, Elf_Addr v) argument
329 apply_r_riscv_sub8_rela(struct module *me, void *location, Elf_Addr v) argument
335 apply_r_riscv_sub16_rela(struct module *me, void *location, Elf_Addr v) argument
342 apply_r_riscv_sub32_rela(struct module *me, void *location, Elf_Addr v) argument
349 apply_r_riscv_sub64_rela(struct module *me, void *location, Elf_Addr v) argument
356 dynamic_linking_not_supported(struct module *me, void *location, Elf_Addr v) argument
364 tls_not_supported(struct module *me, void *location, Elf_Addr v) argument
371 apply_r_riscv_sub6_rela(struct module *me, void *location, Elf_Addr v) argument
380 apply_r_riscv_set6_rela(struct module *me, void *location, Elf_Addr v) argument
389 apply_r_riscv_set8_rela(struct module *me, void *location, Elf_Addr v) argument
395 apply_r_riscv_set16_rela(struct module *me, void *location, Elf_Addr v) argument
402 apply_r_riscv_set32_rela(struct module *me, void *location, Elf_Addr v) argument
409 apply_r_riscv_32_pcrel_rela(struct module *me, void *location, Elf_Addr v) argument
416 apply_r_riscv_plt32_rela(struct module *me, void *location, Elf_Addr v) argument
436 apply_r_riscv_set_uleb128(struct module *me, void *location, Elf_Addr v) argument
442 apply_r_riscv_sub_uleb128(struct module *me, void *location, Elf_Addr v) argument
448 apply_6_bit_accumulation(struct module *me, void *location, long buffer) argument
463 apply_8_bit_accumulation(struct module *me, void *location, long buffer) argument
474 apply_16_bit_accumulation(struct module *me, void *location, long buffer) argument
485 apply_32_bit_accumulation(struct module *me, void *location, long buffer) argument
496 apply_64_bit_accumulation(struct module *me, void *location, long buffer) argument
502 apply_uleb128_accumulation(struct module *me, void *location, long buffer) argument
599 process_accumulated_relocations(struct module *me, struct hlist_head **relocation_hashtable, struct list_head *used_buckets_list) argument
655 add_relocation_to_accumulate(struct module *me, int type, void *location, unsigned int hashtable_bits, Elf_Addr v, struct hlist_head *relocation_hashtable, struct list_head *used_buckets_list) argument
777 apply_relocate_add(Elf_Shdr *sechdrs, const char *strtab, unsigned int symindex, unsigned int relsec, struct module *me) argument
919 module_finalize(const Elf_Ehdr *hdr, const Elf_Shdr *sechdrs, struct module *me) argument
[all...]
/linux-master/drivers/misc/mei/
H A DMakefile17 obj-$(CONFIG_INTEL_MEI_ME) += mei-me.o
18 mei-me-objs := pci-me.o
19 mei-me-objs += hw-me.o
22 mei-gsc-objs := gsc-me.o
/linux-master/drivers/infiniband/hw/hfi1/
H A Dmsix.c81 struct hfi1_msix_entry *me; local
113 me = &dd->msix_info.msix_entries[nr];
114 me->irq = irq;
115 me->arg = arg;
116 me->type = type;
119 ret = hfi1_get_irq_affinity(dd, me);
288 struct hfi1_msix_entry *me; local
293 me = &dd->msix_info.msix_entries[msix_intr];
295 if (!me->arg) /* => no irq, no affinity */
298 hfi1_put_irq_affinity(dd, me);
317 struct hfi1_msix_entry *me = dd->msix_info.msix_entries; local
342 struct hfi1_msix_entry *me; local
[all...]
/linux-master/drivers/staging/media/atomisp/pci/isp/kernels/sdis/sdis_2/
H A Dia_css_sdis2.host.c276 struct ia_css_isp_dvs_statistics *me; local
286 me = kvcalloc(1, sizeof(*me), GFP_KERNEL);
287 if (!me)
296 me->size = 2 * size;
297 me->data_ptr = hmm_alloc(me->size);
298 if (me->data_ptr == mmgr_NULL)
300 me->hor_proj = me
315 ia_css_isp_dvs2_statistics_free(struct ia_css_isp_dvs_statistics *me) argument
[all...]
/linux-master/arch/alpha/lib/
H A Ddbg_stackcheck.S25 1: stq $31, -8($31) # oops me, damn it.

Completed in 355 milliseconds

1234567891011>>