Searched refs:qout (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/arch/s390/mm/ |
D | extmem.c | 247 struct qout64 *qout; in query_segment_type() local 251 qout = kmalloc(sizeof(*qout), GFP_KERNEL | GFP_DMA); in query_segment_type() 252 if ((qin == NULL) || (qout == NULL)) { in query_segment_type() 259 qin->qoutptr = (unsigned long) qout; in query_segment_type() 284 memcpy(qout_old, qout, sizeof(struct qout64_old)); in query_segment_type() 285 qout->segstart = (unsigned long) qout_old->segstart; in query_segment_type() 286 qout->segend = (unsigned long) qout_old->segend; in query_segment_type() 287 qout->segcnt = qout_old->segcnt; in query_segment_type() 288 qout->segrcnt = qout_old->segrcnt; in query_segment_type() 290 if (qout->segcnt > 6) in query_segment_type() [all …]
|
/linux-4.4.14/include/linux/mfd/ |
D | si476x-platform.h | 138 enum si476x_qout_config qout; member
|
/linux-4.4.14/drivers/staging/lustre/lustre/osc/ |
D | osc_io.c | 111 struct cl_page_list *qout = &queue->c2_qout; in osc_io_submit() local 166 cl_page_list_move(qout, qin, page); in osc_io_submit() 184 CDEBUG(D_INFO, "%d/%d %d\n", qin->pl_nr, qout->pl_nr, result); in osc_io_submit() 185 return qout->pl_nr > 0 ? 0 : result; in osc_io_submit()
|
/linux-4.4.14/drivers/mfd/ |
D | si476x-cmd.c | 582 enum si476x_qout_config qout) in si476x_core_cmd_zif_pin_cfg() argument 589 PIN_CFG_BYTE(qout), in si476x_core_cmd_zif_pin_cfg()
|
D | si476x-i2c.c | 65 core->pinmux.qout); in si476x_core_config_pinmux()
|