Lines Matching refs:tpc
262 * @tpc: memstick Transport Protocol Command
265 void memstick_init_req_sg(struct memstick_request *mrq, unsigned char tpc,
268 mrq->tpc = tpc;
269 if (tpc & 8)
277 if (tpc == MS_TPC_SET_CMD || tpc == MS_TPC_EX_SET_CMD)
287 * @tpc: memstick Transport Protocol Command
295 void memstick_init_req(struct memstick_request *mrq, unsigned char tpc,
298 mrq->tpc = tpc;
299 if (tpc & 8)
310 if (tpc == MS_TPC_SET_CMD || tpc == MS_TPC_EX_SET_CMD)