Home
last modified time | relevance | path

Searched defs:fiq_debugger_pdata (Results 1 – 2 of 2) sorted by relevance

/device/soc/rockchip/common/vendor/drivers/staging/android/fiq_debugger/
Dfiq_debugger.h43 struct fiq_debugger_pdata { struct
44 int (*uart_init)(struct platform_device *pdev);
45 void (*uart_free)(struct platform_device *pdev);
46 int (*uart_resume)(struct platform_device *pdev);
47 int (*uart_getc)(struct platform_device *pdev);
48 void (*uart_putc)(struct platform_device *pdev, unsigned int c);
49 void (*uart_flush)(struct platform_device *pdev);
50 void (*uart_enable)(struct platform_device *pdev);
51 void (*uart_disable)(struct platform_device *pdev);
53 int (*uart_dev_suspend)(struct platform_device *pdev);
[all …]
/device/soc/rockchip/rk3588/kernel/drivers/staging/android/fiq_debugger/
Dfiq_debugger.h43 struct fiq_debugger_pdata { struct
44 int (*uart_init)(struct platform_device *pdev);
45 void (*uart_free)(struct platform_device *pdev);
46 int (*uart_resume)(struct platform_device *pdev);
47 int (*uart_getc)(struct platform_device *pdev);
48 void (*uart_putc)(struct platform_device *pdev, unsigned int c);
49 void (*uart_flush)(struct platform_device *pdev);
50 void (*uart_enable)(struct platform_device *pdev);
51 void (*uart_disable)(struct platform_device *pdev);
53 int (*uart_dev_suspend)(struct platform_device *pdev);
[all …]