Query: struct_hsi_board_info
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
STRUCTHSI_BOARD_INF(9) High Speed Synchronous Serial STRUCT HSI_BOARD_INF(9)NAMEstruct_hsi_board_info - HSI client board infoSYNOPSISstruct hsi_board_info { const char * name; unsigned int hsi_id; unsigned int port; struct hsi_config tx_cfg; struct hsi_config rx_cfg; void * platform_data; struct dev_archdata * archdata; };MEMBERSname Name for the HSI device hsi_id HSI controller id where the client sits port Port number in the controller where the client sits tx_cfg HSI TX configuration rx_cfg HSI RX configuration platform_data Platform related data archdata Architecture-dependent device dataCOPYRIGHTKernel Hackers Manual 3.10 June 2014 STRUCT HSI_BOARD_INF(9)