Searched defs:ti_st_plat_data (Results 1 – 1 of 1) sorted by relevance
435 struct ti_st_plat_data { struct436 long nshutdown_gpio;437 unsigned char dev_name[UART_DEV_NAME_LEN]; /* uart name */438 unsigned char flow_cntrl; /* flow control flag */439 unsigned long baud_rate;440 int (*suspend)(struct platform_device *, pm_message_t);441 int (*resume)(struct platform_device *);442 int (*chip_enable) (struct kim_data_s *);443 int (*chip_disable) (struct kim_data_s *);444 int (*chip_asleep) (struct kim_data_s *);[all …]