Searched refs:get_flag (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/tools/perf/util/ |
D | auxtrace.c | 1401 static int get_flag(const char **ptr, unsigned int *flags) in get_flag() function 1425 if (get_flag(ptr, plus_flags)) in get_flags() 1430 if (get_flag(ptr, minus_flags)) in get_flags()
|
/linux-6.1.9/sound/pci/hda/ |
D | patch_ca0132.c | 2176 unsigned int get_flag, unsigned int req, in make_scp_header() argument 2187 header |= (get_flag & 0x01) << 16; in make_scp_header() 2200 unsigned int *get_flag, unsigned int *req, in extract_scp_header() argument 2214 if (get_flag) in extract_scp_header() 2215 *get_flag = (header >> 16) & 0x01; in extract_scp_header() 2281 unsigned int data_size, src_id, target_id, get_flag, device_flag; in dspio_send_scp_message() local 2288 extract_scp_header(header, &target_id, &src_id, &get_flag, NULL, in dspio_send_scp_message() 2296 if (get_flag || device_flag) { in dspio_send_scp_message()
|