Home
last modified time | relevance | path

Searched refs:get_flag (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/tools/perf/util/
H A Dauxtrace.c1471 static int get_flag(const char **ptr, unsigned int *flags) in get_flag() function
1495 if (get_flag(ptr, plus_flags)) in get_flags()
1500 if (get_flag(ptr, minus_flags)) in get_flags()
/linux-6.15/sound/pci/hda/
H A Dpatch_ca0132.c2189 unsigned int get_flag, unsigned int req, in make_scp_header() argument
2200 header |= (get_flag & 0x01) << 16; in make_scp_header()
2213 unsigned int *get_flag, unsigned int *req, in extract_scp_header() argument
2227 if (get_flag) in extract_scp_header()
2228 *get_flag = (header >> 16) & 0x01; in extract_scp_header()
2294 unsigned int data_size, src_id, target_id, get_flag, device_flag; in dspio_send_scp_message() local
2301 extract_scp_header(header, &target_id, &src_id, &get_flag, NULL, in dspio_send_scp_message()
2309 if (get_flag || device_flag) { in dspio_send_scp_message()