Searched refs:UartHostCreate (Results 1 – 7 of 7) sorted by relevance
79 struct UartHost *UartHostCreate(struct HdfDeviceObject *device) in UartHostCreate() function
47 struct UartHost *UartHostCreate(struct HdfDeviceObject *device);
292 uartHost = UartHostCreate(device); in SampleUartDriverBind()
479 return (UartHostCreate(obj) == NULL) ? HDF_FAILURE : HDF_SUCCESS; in HdfUartBind()
640 return (UartHostCreate(device) == NULL) ? HDF_FAILURE : HDF_SUCCESS; in HdfUartDeviceBind()
684 return (UartHostCreate(device) == NULL) ? HDF_FAILURE : HDF_SUCCESS; in HdfUartDeviceBind()
560 return (UartHostCreate(device) == NULL) ? HDF_FAILURE : HDF_SUCCESS;