Searched refs:pt1 (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/media/pci/pt1/
H A Dpt1.c36 #define DRIVER_NAME "earth-pt1"
72 struct pt1 { struct
91 struct pt1 *pt1; member in struct:pt1_adapter
254 static int pt1_demod_block_init(struct pt1 *pt1) argument
263 cl = pt1->adaps[i]->demod_i2c_client;
275 cl = pt1->adaps[i]->demod_i2c_client;
288 static void pt1_write_reg(struct pt1 *pt1, in argument
293 pt1_read_reg(struct pt1 *pt1, int reg) argument
301 pt1_increment_table_count(struct pt1 *pt1) argument
306 pt1_init_table_count(struct pt1 *pt1) argument
311 pt1_register_tables(struct pt1 *pt1, u32 first_pfn) argument
317 pt1_unregister_tables(struct pt1 *pt1) argument
322 pt1_sync(struct pt1 *pt1) argument
334 pt1_identify(struct pt1 *pt1) argument
345 pt1_unlock(struct pt1 *pt1) argument
358 pt1_reset_pci(struct pt1 *pt1) argument
372 pt1_reset_ram(struct pt1 *pt1) argument
386 pt1_do_enable_ram(struct pt1 *pt1) argument
403 pt1_enable_ram(struct pt1 *pt1) argument
417 pt1_disable_ram(struct pt1 *pt1) argument
422 pt1_set_stream(struct pt1 *pt1, int index, int enabled) argument
427 pt1_init_streams(struct pt1 *pt1) argument
434 pt1_filter(struct pt1 *pt1, struct pt1_buffer_page *page) argument
490 struct pt1 *pt1; local
531 pt1_free_page(struct pt1 *pt1, void *page, dma_addr_t addr) argument
536 pt1_alloc_page(struct pt1 *pt1, dma_addr_t *addrp, u32 *pfnp) argument
554 pt1_cleanup_buffer(struct pt1 *pt1, struct pt1_buffer *buf) argument
560 pt1_init_buffer(struct pt1 *pt1, struct pt1_buffer *buf, u32 *pfnp) argument
576 pt1_cleanup_table(struct pt1 *pt1, struct pt1_table *table) argument
587 pt1_init_table(struct pt1 *pt1, struct pt1_table *table, u32 *pfnp) argument
619 pt1_cleanup_tables(struct pt1 *pt1) argument
633 pt1_init_tables(struct pt1 *pt1) argument
676 pt1_start_polling(struct pt1 *pt1) argument
707 pt1_stop_polling(struct pt1 *pt1) argument
734 pt1_update_power(struct pt1 *pt1) argument
827 pt1_alloc_adapter(struct pt1 *pt1) argument
899 pt1_cleanup_adapters(struct pt1 *pt1) argument
906 pt1_init_adapters(struct pt1 *pt1) argument
957 pt1_cleanup_frontends(struct pt1 *pt1) argument
964 pt1_init_frontends(struct pt1 *pt1) argument
1035 pt1_i2c_emit(struct pt1 *pt1, int addr, int busy, int read_enable, int clock, int data, int next_addr) argument
1042 pt1_i2c_write_bit(struct pt1 *pt1, int addr, int *addrp, int data) argument
1050 pt1_i2c_read_bit(struct pt1 *pt1, int addr, int *addrp) argument
1059 pt1_i2c_write_byte(struct pt1 *pt1, int addr, int *addrp, int data) argument
1068 pt1_i2c_read_byte(struct pt1 *pt1, int addr, int *addrp, int last) argument
1077 pt1_i2c_prepare(struct pt1 *pt1, int addr, int *addrp) argument
1086 pt1_i2c_write_msg(struct pt1 *pt1, int addr, int *addrp, struct i2c_msg *msg) argument
1097 pt1_i2c_read_msg(struct pt1 *pt1, int addr, int *addrp, struct i2c_msg *msg) argument
1107 pt1_i2c_end(struct pt1 *pt1, int addr) argument
1122 pt1_i2c_begin(struct pt1 *pt1, int *addrp) argument
1140 struct pt1 *pt1; local
1200 pt1_i2c_wait(struct pt1 *pt1) argument
1207 pt1_i2c_init(struct pt1 *pt1) argument
1218 struct pt1 *pt1 = dev_get_drvdata(dev); local
1230 struct pt1 *pt1 = dev_get_drvdata(dev); local
1310 struct pt1 *pt1; local
1336 struct pt1 *pt1; local
[all...]
H A DMakefile2 earth-pt1-objs := pt1.o
4 obj-$(CONFIG_DVB_PT1) += earth-pt1.o
/linux-master/drivers/media/pci/
H A DMakefile12 pt1/ \
/linux-master/drivers/media/common/saa7146/
H A Dsaa7146_video.c99 struct saa7146_pgtable *pt1 = &buf->pt[0]; local
137 ptr1 = pt1->cpu;
146 pt1->offset = sgt->sgl->offset;
147 pt2->offset = pt1->offset + o1;
148 pt3->offset = pt1->offset + o2;
151 ptr1 = pt1->cpu;
158 ptr1 = pt1->cpu;
165 ptr1 = pt1->cpu + m1;
166 fill = pt1->cpu[m1];
/linux-master/drivers/thermal/qcom/
H A Dtsens.h633 void compute_intercept_slope(struct tsens_priv *priv, u32 *pt1, u32 *pt2, u32 mode);
/linux-master/net/core/
H A Ddev.c588 struct packet_type *pt1; local
592 list_for_each_entry(pt1, head, list) {
593 if (pt == pt1) {

Completed in 154 milliseconds