Searched defs:p1 (Results 151 - 175 of 178) sorted by path

12345678

/linux-master/sound/pci/asihpi/
H A Dhpi_internal.h697 u32 p1; member in struct:hpi_adapterx_res::__anon4093
H A Dhpifunc.c34 static u16 hpi_handle_indexes(const u32 h, u16 *p1, u16 *p2) argument
/linux-master/sound/synth/emux/
H A Demux_oss.c324 unsigned short p1; local
419 unsigned short p1; local
[all...]
/linux-master/sound/usb/
H A Dmidi.c507 snd_usbmidi_output_standard_packet(struct urb *urb, uint8_t p0, uint8_t p1, uint8_t p2, uint8_t p3) argument
524 snd_usbmidi_output_midiman_packet(struct urb *urb, uint8_t p0, uint8_t p1, uint8_t p2, uint8_t p3) argument
H A Dmixer.c778 parse_term_uac1_iterm_unit(struct mixer_build *state, struct usb_audio_term *term, void *p1, int id) argument
791 parse_term_uac2_iterm_unit(struct mixer_build *state, struct usb_audio_term *term, void *p1, int id) argument
814 parse_term_uac3_iterm_unit(struct mixer_build *state, struct usb_audio_term *term, void *p1, int id) argument
844 parse_term_mixer_unit(struct mixer_build *state, struct usb_audio_term *term, void *p1, int id) argument
865 parse_term_selector_unit(struct mixer_build *state, struct usb_audio_term *term, void *p1, int id) argument
883 parse_term_proc_unit(struct mixer_build *state, struct usb_audio_term *term, void *p1, int id, int vtype) argument
912 parse_term_effect_unit(struct mixer_build *state, struct usb_audio_term *term, void *p1, int id) argument
927 parse_term_uac2_clock_source(struct mixer_build *state, struct usb_audio_term *term, void *p1, int id) argument
939 parse_term_uac3_clock_source(struct mixer_build *state, struct usb_audio_term *term, void *p1, int id) argument
961 void *p1; local
2869 unsigned char *p1; local
[all...]
/linux-master/tools/bpf/bpftool/
H A Dprog.c1025 static int map_replace_compar(const void *p1, const void *p2) argument
/linux-master/tools/mm/
H A Dpage_owner_sort.c126 static int compare_txt(const void *p1, const void *p2) argument
133 static int compare_stacktrace(const void *p1, const void *p2) argument
140 static int compare_num(const void *p1, const void *p2) argument
147 static int compare_page_num(const void *p1, const void *p2) argument
154 static int compare_pid(const void *p1, const void *p2) argument
161 compare_tgid(const void *p1, const void *p2) argument
168 compare_allocator(const void *p1, const void *p2) argument
175 compare_comm(const void *p1, const void *p2) argument
182 compare_ts(const void *p1, const void *p2) argument
189 compare_cull_condition(const void *p1, const void *p2) argument
206 compare_sort_condition(const void *p1, const void *p2) argument
[all...]
/linux-master/tools/perf/bench/
H A Depoll-wait.c418 static int cmpworker(const void *p1, const void *p2) argument
/linux-master/tools/perf/tests/
H A Ddwarf-unwind.c143 NO_TAIL_CALL_ATTRIBUTE noinline int test_dwarf_unwind__compare(void *p1, void *p2) argument
/linux-master/tools/perf/util/
H A Dhelp-unknown-cmd.c23 static int levenshtein_compare(const void *p1, const void *p2) argument
H A Dtime-utils.c286 char *str, *p1, *p2; local
393 const char *p1, *p2; local
[all...]
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dkprobe_multi_test.c458 static int load_kallsyms_compare(const void *p1, const void *p2) argument
463 static int search_kallsyms_compare(const void *p1, const struct ksym *p2) argument
H A Dreg_bounds.c1502 static int u64_cmp(const void *p1, const void *p2) argument
1509 static int u32_cmp(const void *p1, const void *p2) argument
1516 static int s64_cmp(const void *p1, const void *p2) argument
1523 static int s32_cmp(const void *p1, const void *p2) argument
H A Dsockmap_basic.c455 int n, err, map, verdict, s, c1 = -1, p1 = -1; local
510 int err, map, verdict, s, c0 = -1, c1 = -1, p0 = -1, p1 = -1; local
573 int err, s, c1, p1, zero = 0, sent, recvd, avail; local
[all...]
H A Dsockmap_helpers.h346 create_socket_pairs(int s, int family, int sotype, int *c0, int *c1, int *p0, int *p1) argument
H A Dsockmap_listen.c678 int s, c0, c1, p0, p1; local
910 int s, c0 = -1, c1 = -1, p0 = -1, p1 = -1; local
1424 int c0, c1, p0, p1; local
1715 int c0, c1, p0, p1; local
1771 int c0, c1, p0, p1; local
1823 int c0, c1, p0, p1; local
[all...]
/linux-master/tools/testing/selftests/bpf/progs/
H A Ddynptr_fail.c990 __u8 *p1, *p2; local
1018 __u8 *p1, *p2; local
H A Dkfunc_call_test.c79 struct prog_test_pass1 p1 = {}; local
H A Dpercpu_alloc_array.c132 struct val_t __percpu_kptr *p, *p1; local
H A Dpercpu_alloc_fail.c90 struct val_t __percpu_kptr *p, *p1; local
/linux-master/tools/testing/selftests/bpf/
H A Dtest_sockmap.c60 int s1, s2, c1, c2, p1, p2; variable
[all...]
H A Dtrace_helpers.c107 static int ksym_cmp(const void *p1, const void *p2) argument
/linux-master/tools/testing/selftests/kvm/x86_64/
H A Dprivate_mem_conversions_test.c140 uint8_t p1 = 0x11; local
/linux-master/tools/testing/selftests/mm/
H A Dpkey-powerpc.h91 void expect_fault_on_read_execonly_key(void *p1, int pkey) argument
H A Dpkey-x86.h145 void expect_fault_on_read_execonly_key(void *p1, int pkey) argument

Completed in 629 milliseconds

12345678