Searched defs:misc_info (Results 1 – 2 of 2) sorted by relevance
109 struct misc_info { struct110 uint32_t HORIZONTAL_CUT_OFF:1;112 uint32_t H_SYNC_POLARITY:1;114 uint32_t V_SYNC_POLARITY:1;115 uint32_t VERTICAL_CUT_OFF:1;116 uint32_t H_REPLICATION_BY2:1;117 uint32_t V_REPLICATION_BY2:1;118 uint32_t COMPOSITE_SYNC:1;119 uint32_t INTERLACE:1;120 uint32_t DOUBLE_CLOCK:1;[all …]
248 u16 *misc_info, tmp_info; in tulip_select_media() local