Home
last modified time | relevance | path

Searched refs:qout (Results 1 – 4 of 4) sorted by relevance

/linux/arch/s390/mm/
H A Dextmem.c171 struct qout64 *qout; in query_segment_type() local
175 qout = kmalloc_obj(*qout, GFP_KERNEL | GFP_DMA); in query_segment_type()
176 if ((qin == NULL) || (qout == NULL)) { in query_segment_type()
183 qin->qoutptr = virt_to_phys(qout); in query_segment_type()
199 if (qout->segcnt > 6) { in query_segment_type()
204 if (qout->segcnt == 1) { in query_segment_type()
205 seg->vm_segtype = qout->range[0].start & 0xff; in query_segment_type()
211 unsigned long start = qout->segstart >> PAGE_SHIFT; in query_segment_type()
212 for (i=0; i<qout->segcnt; i++) { in query_segment_type()
213 if (((qout->range[i].start & 0xff) != SEG_TYPE_EW) && in query_segment_type()
[all …]
/linux/include/linux/mfd/
H A Dsi476x-platform.h129 enum si476x_qout_config qout; member
/linux/drivers/mfd/
H A Dsi476x-cmd.c573 enum si476x_qout_config qout) in si476x_core_cmd_zif_pin_cfg() argument
580 PIN_CFG_BYTE(qout), in si476x_core_cmd_zif_pin_cfg()
H A Dsi476x-i2c.c56 core->pinmux.qout); in si476x_core_config_pinmux()