Home
last modified time | relevance | path

Searched refs:sep_device (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/drivers/staging/sep/
Dsep_driver.c75 static struct sep_device *sep_dev;
81 static void sep_dump_message(struct sep_device *sep) in sep_dump_message()
95 static int sep_map_and_alloc_shared_area(struct sep_device *sep) in sep_map_and_alloc_shared_area()
117 static void sep_unmap_and_free_shared_area(struct sep_device *sep) in sep_unmap_and_free_shared_area()
131 static void *sep_shared_bus_to_virt(struct sep_device *sep, in sep_shared_bus_to_virt()
146 struct sep_device *sep; in sep_singleton_open()
173 struct sep_device *sep; in sep_open()
197 struct sep_device *sep = filp->private_data; in sep_singleton_release()
215 struct sep_device *sep = sep_dev; in sep_request_daemon_open()
235 struct sep_device *sep = filp->private_data; in sep_request_daemon_release()
[all …]
Dsep_dev.h33 struct sep_device { struct
109 static inline void sep_write_reg(struct sep_device *dev, int reg, u32 value) in sep_write_reg() argument
115 static inline u32 sep_read_reg(struct sep_device *dev, int reg) in sep_read_reg()
122 static inline void sep_wait_sram_write(struct sep_device *dev) in sep_wait_sram_write()