Home
last modified time | relevance | path

Searched defs:pt1 (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/media/pci/pt1/
Dpt1.c73 struct pt1 { struct
78 struct pt1_adapter *adaps[PT1_NR_ADAPS]; argument
79 struct pt1_table *tables; argument
90 struct pt1 *pt1; member
112 static void pt1_write_reg(struct pt1 *pt1, int reg, u32 data) in pt1_write_reg()
117 static u32 pt1_read_reg(struct pt1 *pt1, int reg) in pt1_read_reg()
125 static void pt1_increment_table_count(struct pt1 *pt1) in pt1_increment_table_count()
130 static void pt1_init_table_count(struct pt1 *pt1) in pt1_init_table_count()
135 static void pt1_register_tables(struct pt1 *pt1, u32 first_pfn) in pt1_register_tables()
141 static void pt1_unregister_tables(struct pt1 *pt1) in pt1_unregister_tables()
[all …]
/linux-4.4.14/drivers/media/common/saa7146/
Dsaa7146_video.c218 struct saa7146_pgtable *pt1 = &buf->pt[0]; in saa7146_pgtable_build() local
/linux-4.4.14/net/core/
Ddev.c421 struct packet_type *pt1; in __dev_remove_pack() local