Home
last modified time | relevance | path

Searched refs:dataout (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/usb/serial/
H A Diuu_phoenix.c791 u8 *dataout; in iuu_uart_baud() local
798 dataout = kmalloc(5, GFP_KERNEL); in iuu_uart_baud()
800 if (!dataout) in iuu_uart_baud()
806 kfree(dataout); in iuu_uart_baud()
832 dataout[DataCount++] = IUU_UART_ESC; in iuu_uart_baud()
834 dataout[DataCount++] = IUU_UART_CHANGE; in iuu_uart_baud()
835 dataout[DataCount++] = T1Frekvens; in iuu_uart_baud()
836 dataout[DataCount++] = T1reload; in iuu_uart_baud()
842 dataout[DataCount++] = 0x00; in iuu_uart_baud()
845 dataout[DataCount++] = 0x01; in iuu_uart_baud()
[all …]
/linux/arch/arm/mach-omap1/
H A Dgpio15xx.c37 .dataout = OMAP_MPUIO_OUTPUT,
78 .dataout = OMAP1510_GPIO_DATA_OUTPUT,
H A Dgpio16xx.c44 .dataout = OMAP_MPUIO_OUTPUT,
87 .dataout = OMAP1610_GPIO_DATAOUT,
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_stat.h41 void dc_stat_get_dmub_dataout(const struct dc *dc, uint32_t *dataout);
/linux/include/linux/platform_data/
H A Dgpio-omap.h153 u16 dataout; member
/linux/drivers/scsi/lpfc/
H A Dlpfc_bsg.c3062 void *dataout = NULL; in lpfc_bsg_diag_loopback_run() local
3119 dataout = kmalloc(total_mem, GFP_KERNEL); in lpfc_bsg_diag_loopback_run()
3120 if (dataout == NULL) { in lpfc_bsg_diag_loopback_run()
3125 ptr = dataout; in lpfc_bsg_diag_loopback_run()
3319 kfree(dataout); in lpfc_bsg_diag_loopback_run()
/linux/drivers/iio/
H A Dindustrialio-buffer.c2365 const void *dataout = iio_demux(buffer, data); in iio_push_to_buffer() local
2368 ret = buffer->access->store_to(buffer, dataout); in iio_push_to_buffer()