Lines Matching defs:pid
106 pid_t pid; member
182 #define CS_AMBA_ID(pid) \ argument
189 #define CS_AMBA_ID_DATA(pid, dval) \ argument
200 #define __CS_AMBA_UCI_ID(pid, m, uci_ptr) \ argument
206 #define CS_AMBA_UCI_ID(pid, uci) __CS_AMBA_UCI_ID(pid, 0x000fffff, uci) argument
233 static inline void *coresight_get_uci_data_from_amba(const struct amba_id *table, u32 pid) in coresight_get_uci_data_from_amba()