Searched refs:qout (Results 1 – 4 of 4) sorted by relevance
246 struct qout64 *qout; in query_segment_type() local250 qout = kmalloc(sizeof(*qout), GFP_KERNEL | GFP_DMA); in query_segment_type()251 if ((qin == NULL) || (qout == NULL)) { in query_segment_type()258 qin->qoutptr = (unsigned long) qout; in query_segment_type()283 memcpy(qout_old, qout, sizeof(struct qout64_old)); in query_segment_type()284 qout->segstart = (unsigned long) qout_old->segstart; in query_segment_type()285 qout->segend = (unsigned long) qout_old->segend; in query_segment_type()286 qout->segcnt = qout_old->segcnt; in query_segment_type()287 qout->segrcnt = qout_old->segrcnt; in query_segment_type()289 if (qout->segcnt > 6) in query_segment_type()[all …]
138 enum si476x_qout_config qout; member
582 enum si476x_qout_config qout) in si476x_core_cmd_zif_pin_cfg() argument589 PIN_CFG_BYTE(qout), in si476x_core_cmd_zif_pin_cfg()
65 core->pinmux.qout); in si476x_core_config_pinmux()