Searched defs:mq (Results 1 – 13 of 13) sorted by relevance
/drivers/mmc/card/ |
D | queue.c | 46 struct mmc_queue *mq = d; in mmc_queue_thread() local 89 struct mmc_queue *mq = q->queuedata; in mmc_request() local 116 int mmc_init_queue(struct mmc_queue *mq, struct mmc_card *card, spinlock_t *lock) in mmc_init_queue() 226 void mmc_cleanup_queue(struct mmc_queue *mq) in mmc_cleanup_queue() 267 void mmc_queue_suspend(struct mmc_queue *mq) in mmc_queue_suspend() 287 void mmc_queue_resume(struct mmc_queue *mq) in mmc_queue_resume() 306 unsigned int mmc_queue_map_sg(struct mmc_queue *mq) in mmc_queue_map_sg() 335 void mmc_queue_bounce_pre(struct mmc_queue *mq) in mmc_queue_bounce_pre() 355 void mmc_queue_bounce_post(struct mmc_queue *mq) in mmc_queue_bounce_post()
|
D | block.c | 264 static int mmc_blk_issue_rq(struct mmc_queue *mq, struct request *req) in mmc_blk_issue_rq()
|
/drivers/scsi/arm/ |
D | msgqueue.c | 27 struct msgqueue_entry *mq; in mqe_alloc() local 41 static void mqe_free(MsgQueue_t *msgq, struct msgqueue_entry *mq) in mqe_free() 85 struct msgqueue_entry *mq = msgq->qe; in msgqueue_msglength() local 103 struct msgqueue_entry *mq; in msgqueue_getmsg() local 120 struct msgqueue_entry *mq = mqe_alloc(msgq); in msgqueue_addmsg() local 153 struct msgqueue_entry *mq, *mqnext; in msgqueue_flush() local
|
/drivers/misc/sgi-gru/ |
D | grukservices.c | 97 #define QLINES(mq) ((mq) + offsetof(struct message_queue, qlines)) argument 98 #define HSTATUS(mq, h) ((mq) + offsetof(struct message_queue, hstatus[h])) argument 255 struct message_queue *mq = p; in gru_create_message_queue() local 281 unsigned long mq, void *mesg) in send_noop_message() 337 unsigned long mq, void *mesg, int lines) in send_message_queue_full() 413 unsigned long mq, in send_message_failure() 460 int gru_send_message_gpa(unsigned long mq, void *mesg, unsigned int bytes) in gru_send_message_gpa() 502 struct message_queue *mq = rmq; in gru_free_message() local 534 struct message_queue *mq = rmq; in gru_get_next_message() local
|
/drivers/sh/maple/ |
D | maple.c | 117 void maple_getcond_callback(struct maple_device *dev, in maple_getcond_callback() 136 struct mapleq *mq; in maple_release_device() local 245 struct mapleq *mq; in maple_allocq() local 308 static void maple_build_block(struct mapleq *mq) in maple_build_block() 334 struct mapleq *mq, *nmq; in maple_send() local 568 struct mapleq *mq) in maple_response_none() 639 struct mapleq *mq, *nmq; in maple_dma_handler() local
|
/drivers/misc/sgi-xp/ |
D | xpc_uv.c | 66 xpc_get_gru_mq_irq_uv(struct xpc_gru_mq_uv *mq, int cpu, char *irq_name) in xpc_get_gru_mq_irq_uv() 98 xpc_release_gru_mq_irq_uv(struct xpc_gru_mq_uv *mq) in xpc_release_gru_mq_irq_uv() 117 xpc_gru_mq_watchlist_alloc_uv(struct xpc_gru_mq_uv *mq) in xpc_gru_mq_watchlist_alloc_uv() 146 xpc_gru_mq_watchlist_free_uv(struct xpc_gru_mq_uv *mq) in xpc_gru_mq_watchlist_free_uv() 170 struct xpc_gru_mq_uv *mq; in xpc_create_gru_mq_uv() local 246 xpc_destroy_gru_mq_uv(struct xpc_gru_mq_uv *mq) in xpc_destroy_gru_mq_uv()
|
/drivers/infiniband/hw/amso1100/ |
D | c2_cq.c | 255 static void c2_free_cq_buf(struct c2_dev *c2dev, struct c2_mq *mq) in c2_free_cq_buf() 261 static int c2_alloc_cq_buf(struct c2_dev *c2dev, struct c2_mq *mq, int q_size, in c2_alloc_cq_buf()
|
D | c2_ae.c | 149 struct c2_mq *mq = c2dev->qptr_array[mq_index]; in c2_ae_event() local
|
D | c2_provider.h | 100 struct c2_mq mq; member
|
/drivers/isdn/capi/ |
D | capilib.c | 46 struct capilib_msgidqueue *mq; in mq_enqueue() local 66 struct capilib_msgidqueue *mq = *pp; in mq_dequeue() local
|
/drivers/input/joystick/ |
D | maplecontrol.c | 26 static void dc_pad_callback(struct mapleq *mq) in dc_pad_callback()
|
/drivers/input/keyboard/ |
D | maple_keyb.c | 139 static void dc_kbd_callback(struct mapleq *mq) in dc_kbd_callback()
|
/drivers/scsi/qla2xxx/ |
D | qla_dbg.c | 355 struct qla2xxx_mq_chain *mq = ptr; in qla25xx_copy_mq() local
|