Lines Matching defs:ti_st_plat_data
439 struct ti_st_plat_data { struct
440 u32 nshutdown_gpio;
441 unsigned char dev_name[UART_DEV_NAME_LEN]; /* uart name */
442 u32 flow_cntrl; /* flow control flag */
443 u32 baud_rate;
444 int (*suspend)(struct platform_device *, pm_message_t);
445 int (*resume)(struct platform_device *);
446 int (*chip_enable) (struct kim_data_s *);
447 int (*chip_disable) (struct kim_data_s *);
448 int (*chip_asleep) (struct kim_data_s *);
449 int (*chip_awake) (struct kim_data_s *);