Lines Matching defs:pt1

72 struct pt1 {  struct
77 struct pt1_adapter *adaps[PT1_NR_ADAPS]; argument
78 struct pt1_table *tables; argument
87 enum pt1_fe_clk fe_clk; argument
91 struct pt1 *pt1; argument
254 static int pt1_demod_block_init(struct pt1 *pt1) in pt1_demod_block_init()
288 static void pt1_write_reg(struct pt1 *pt1, int reg, u32 data) in pt1_write_reg()
293 static u32 pt1_read_reg(struct pt1 *pt1, int reg) in pt1_read_reg()
301 static void pt1_increment_table_count(struct pt1 *pt1) in pt1_increment_table_count()
306 static void pt1_init_table_count(struct pt1 *pt1) in pt1_init_table_count()
311 static void pt1_register_tables(struct pt1 *pt1, u32 first_pfn) in pt1_register_tables()
317 static void pt1_unregister_tables(struct pt1 *pt1) in pt1_unregister_tables()
322 static int pt1_sync(struct pt1 *pt1) in pt1_sync()
334 static u64 pt1_identify(struct pt1 *pt1) in pt1_identify()
345 static int pt1_unlock(struct pt1 *pt1) in pt1_unlock()
358 static int pt1_reset_pci(struct pt1 *pt1) in pt1_reset_pci()
372 static int pt1_reset_ram(struct pt1 *pt1) in pt1_reset_ram()
386 static int pt1_do_enable_ram(struct pt1 *pt1) in pt1_do_enable_ram()
403 static int pt1_enable_ram(struct pt1 *pt1) in pt1_enable_ram()
417 static void pt1_disable_ram(struct pt1 *pt1) in pt1_disable_ram()
422 static void pt1_set_stream(struct pt1 *pt1, int index, int enabled) in pt1_set_stream()
427 static void pt1_init_streams(struct pt1 *pt1) in pt1_init_streams()
434 static int pt1_filter(struct pt1 *pt1, struct pt1_buffer_page *page) in pt1_filter()
490 struct pt1 *pt1; in pt1_thread() local
531 static void pt1_free_page(struct pt1 *pt1, void *page, dma_addr_t addr) in pt1_free_page()
536 static void *pt1_alloc_page(struct pt1 *pt1, dma_addr_t *addrp, u32 *pfnp) in pt1_alloc_page()
554 static void pt1_cleanup_buffer(struct pt1 *pt1, struct pt1_buffer *buf) in pt1_cleanup_buffer()
560 pt1_init_buffer(struct pt1 *pt1, struct pt1_buffer *buf, u32 *pfnp) in pt1_init_buffer()
576 static void pt1_cleanup_table(struct pt1 *pt1, struct pt1_table *table) in pt1_cleanup_table()
587 pt1_init_table(struct pt1 *pt1, struct pt1_table *table, u32 *pfnp) in pt1_init_table()
619 static void pt1_cleanup_tables(struct pt1 *pt1) in pt1_cleanup_tables()
633 static int pt1_init_tables(struct pt1 *pt1) in pt1_init_tables()
676 static int pt1_start_polling(struct pt1 *pt1) in pt1_start_polling()
707 static void pt1_stop_polling(struct pt1 *pt1) in pt1_stop_polling()
734 pt1_update_power(struct pt1 *pt1) in pt1_update_power()
827 pt1_alloc_adapter(struct pt1 *pt1) in pt1_alloc_adapter()
899 static void pt1_cleanup_adapters(struct pt1 *pt1) in pt1_cleanup_adapters()
906 static int pt1_init_adapters(struct pt1 *pt1) in pt1_init_adapters()
957 static void pt1_cleanup_frontends(struct pt1 *pt1) in pt1_cleanup_frontends()
964 static int pt1_init_frontends(struct pt1 *pt1) in pt1_init_frontends()
1035 static void pt1_i2c_emit(struct pt1 *pt1, int addr, int busy, int read_enable, in pt1_i2c_emit()
1042 static void pt1_i2c_write_bit(struct pt1 *pt1, int addr, int *addrp, int data) in pt1_i2c_write_bit()
1050 static void pt1_i2c_read_bit(struct pt1 *pt1, int addr, int *addrp) in pt1_i2c_read_bit()
1059 static void pt1_i2c_write_byte(struct pt1 *pt1, int addr, int *addrp, int data) in pt1_i2c_write_byte()
1068 static void pt1_i2c_read_byte(struct pt1 *pt1, int addr, int *addrp, int last) in pt1_i2c_read_byte()
1077 static void pt1_i2c_prepare(struct pt1 *pt1, int addr, int *addrp) in pt1_i2c_prepare()
1086 pt1_i2c_write_msg(struct pt1 *pt1, int addr, int *addrp, struct i2c_msg *msg) in pt1_i2c_write_msg()
1097 pt1_i2c_read_msg(struct pt1 *pt1, int addr, int *addrp, struct i2c_msg *msg) in pt1_i2c_read_msg()
1107 static int pt1_i2c_end(struct pt1 *pt1, int addr) in pt1_i2c_end()
1122 static void pt1_i2c_begin(struct pt1 *pt1, int *addrp) in pt1_i2c_begin()
1140 struct pt1 *pt1; in pt1_i2c_xfer() local
1200 static void pt1_i2c_wait(struct pt1 *pt1) in pt1_i2c_wait()
1207 static void pt1_i2c_init(struct pt1 *pt1) in pt1_i2c_init()
1218 struct pt1 *pt1 = dev_get_drvdata(dev); in pt1_suspend() local
1230 struct pt1 *pt1 = dev_get_drvdata(dev); in pt1_resume() local
1310 struct pt1 *pt1; in pt1_remove() local
1336 struct pt1 *pt1; in pt1_probe() local