Symbol: c67x00_device
arch/xtensa/platforms/xtfpga/setup.c
220
static struct platform_device c67x00_device = {
arch/xtensa/platforms/xtfpga/setup.c
266
&c67x00_device,
drivers/usb/c67x00/c67x00-drv.c
107
struct c67x00_device *c67x00;
drivers/usb/c67x00/c67x00-drv.c
182
struct c67x00_device *c67x00 = platform_get_drvdata(pdev);
drivers/usb/c67x00/c67x00-drv.c
35
struct c67x00_device *dev, int sie_num)
drivers/usb/c67x00/c67x00-drv.c
74
struct c67x00_device *c67x00 = __dev;
drivers/usb/c67x00/c67x00-ll-hpi.c
100
static void hpi_write_word_nolock(struct c67x00_device *dev, u16 reg, u16 value)
drivers/usb/c67x00/c67x00-ll-hpi.c
106
static void hpi_write_word(struct c67x00_device *dev, u16 reg, u16 value)
drivers/usb/c67x00/c67x00-ll-hpi.c
118
static void hpi_write_words_le16(struct c67x00_device *dev, u16 addr,
drivers/usb/c67x00/c67x00-ll-hpi.c
136
static void hpi_read_words_le16(struct c67x00_device *dev, u16 addr,
drivers/usb/c67x00/c67x00-ll-hpi.c
150
static void hpi_set_bits(struct c67x00_device *dev, u16 reg, u16 mask)
drivers/usb/c67x00/c67x00-ll-hpi.c
161
static void hpi_clear_bits(struct c67x00_device *dev, u16 reg, u16 mask)
drivers/usb/c67x00/c67x00-ll-hpi.c
172
static u16 hpi_recv_mbox(struct c67x00_device *dev)
drivers/usb/c67x00/c67x00-ll-hpi.c
184
static u16 hpi_send_mbox(struct c67x00_device *dev, u16 value)
drivers/usb/c67x00/c67x00-ll-hpi.c
195
u16 c67x00_ll_hpi_status(struct c67x00_device *dev)
drivers/usb/c67x00/c67x00-ll-hpi.c
207
void c67x00_ll_hpi_reg_init(struct c67x00_device *dev)
drivers/usb/c67x00/c67x00-ll-hpi.c
236
static inline int ll_recv_msg(struct c67x00_device *dev)
drivers/usb/c67x00/c67x00-ll-hpi.c
249
u16 c67x00_ll_fetch_siemsg(struct c67x00_device *dev, int sie_num)
drivers/usb/c67x00/c67x00-ll-hpi.c
280
static int c67x00_comm_exec_int(struct c67x00_device *dev, u16 nr,
drivers/usb/c67x00/c67x00-ll-hpi.c
299
void c67x00_ll_set_husb_eot(struct c67x00_device *dev, u16 value)
drivers/usb/c67x00/c67x00-ll-hpi.c
308
struct c67x00_device *dev = sie->dev;
drivers/usb/c67x00/c67x00-ll-hpi.c
318
struct c67x00_device *dev = sie->dev;
drivers/usb/c67x00/c67x00-ll-hpi.c
373
void c67x00_ll_irq(struct c67x00_device *dev, u16 int_status)
drivers/usb/c67x00/c67x00-ll-hpi.c
384
int c67x00_ll_reset(struct c67x00_device *dev)
drivers/usb/c67x00/c67x00-ll-hpi.c
402
void c67x00_ll_write_mem_le16(struct c67x00_device *dev, u16 addr,
drivers/usb/c67x00/c67x00-ll-hpi.c
441
void c67x00_ll_read_mem_le16(struct c67x00_device *dev, u16 addr,
drivers/usb/c67x00/c67x00-ll-hpi.c
469
void c67x00_ll_init(struct c67x00_device *dev)
drivers/usb/c67x00/c67x00-ll-hpi.c
475
void c67x00_ll_release(struct c67x00_device *dev)
drivers/usb/c67x00/c67x00-ll-hpi.c
70
static inline u16 hpi_read_reg(struct c67x00_device *dev, int reg)
drivers/usb/c67x00/c67x00-ll-hpi.c
76
static inline void hpi_write_reg(struct c67x00_device *dev, int reg, u16 value)
drivers/usb/c67x00/c67x00-ll-hpi.c
82
static inline u16 hpi_read_word_nolock(struct c67x00_device *dev, u16 reg)
drivers/usb/c67x00/c67x00-ll-hpi.c
88
static u16 hpi_read_word(struct c67x00_device *dev, u16 reg)
drivers/usb/c67x00/c67x00.h
181
struct c67x00_device;
drivers/usb/c67x00/c67x00.h
199
struct c67x00_device *dev;
drivers/usb/c67x00/c67x00.h
248
u16 c67x00_ll_hpi_status(struct c67x00_device *dev);
drivers/usb/c67x00/c67x00.h
249
void c67x00_ll_hpi_reg_init(struct c67x00_device *dev);
drivers/usb/c67x00/c67x00.h
254
u16 c67x00_ll_fetch_siemsg(struct c67x00_device *dev, int sie_num);
drivers/usb/c67x00/c67x00.h
258
void c67x00_ll_write_mem_le16(struct c67x00_device *dev, u16 addr,
drivers/usb/c67x00/c67x00.h
260
void c67x00_ll_read_mem_le16(struct c67x00_device *dev, u16 addr,
drivers/usb/c67x00/c67x00.h
264
void c67x00_ll_set_husb_eot(struct c67x00_device *dev, u16 value);
drivers/usb/c67x00/c67x00.h
273
void c67x00_ll_irq(struct c67x00_device *dev, u16 int_status);
drivers/usb/c67x00/c67x00.h
276
void c67x00_ll_init(struct c67x00_device *dev);
drivers/usb/c67x00/c67x00.h
277
void c67x00_ll_release(struct c67x00_device *dev);
drivers/usb/c67x00/c67x00.h
278
int c67x00_ll_reset(struct c67x00_device *dev);