Home
last modified time | relevance | path

Searched refs:mmc_crypto_prepare_req (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/mmc/core/
Dcrypto.h21 void mmc_crypto_prepare_req(struct mmc_queue_req *mqrq);
34 static inline void mmc_crypto_prepare_req(struct mmc_queue_req *mqrq) in mmc_crypto_prepare_req() function
Dcrypto.c29 void mmc_crypto_prepare_req(struct mmc_queue_req *mqrq) in mmc_crypto_prepare_req() function
44 EXPORT_SYMBOL_GPL(mmc_crypto_prepare_req);
Dblock.c1335 mmc_crypto_prepare_req(mqrq); in mmc_blk_data_prep()