Searched refs:flagsp (Results 1 - 3 of 3) sorted by relevance
/linux-4.4.14/lib/ |
H A D | dynamic_debug.c | 378 * Sets up *maskp and *flagsp to be used when changing the 382 static int ddebug_parse_flags(const char *str, unsigned int *flagsp, ddebug_parse_flags() argument 414 /* calculate final *flagsp, *maskp according to mask and op */ ddebug_parse_flags() 418 *flagsp = flags; ddebug_parse_flags() 422 *flagsp = flags; ddebug_parse_flags() 426 *flagsp = 0; ddebug_parse_flags() 429 vpr_info("*flagsp=0x%x *maskp=0x%x\n", *flagsp, *maskp); ddebug_parse_flags()
|
/linux-4.4.14/drivers/net/wireless/ath/ath10k/ |
H A D | ce.h | 183 unsigned int *flagsp); 218 unsigned int *flagsp);
|
H A D | ce.c | 450 unsigned int *flagsp) ath10k_ce_completed_recv_next_nolock() 484 *flagsp = CE_RECV_FLAG_SWAPPED; ath10k_ce_completed_recv_next_nolock() 486 *flagsp = 0; ath10k_ce_completed_recv_next_nolock() 507 unsigned int *flagsp) ath10k_ce_completed_recv_next() 517 transfer_idp, flagsp); ath10k_ce_completed_recv_next() 445 ath10k_ce_completed_recv_next_nolock(struct ath10k_ce_pipe *ce_state, void **per_transfer_contextp, u32 *bufferp, unsigned int *nbytesp, unsigned int *transfer_idp, unsigned int *flagsp) ath10k_ce_completed_recv_next_nolock() argument 502 ath10k_ce_completed_recv_next(struct ath10k_ce_pipe *ce_state, void **per_transfer_contextp, u32 *bufferp, unsigned int *nbytesp, unsigned int *transfer_idp, unsigned int *flagsp) ath10k_ce_completed_recv_next() argument
|
Completed in 133 milliseconds