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