Searched defs:vk (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/drivers/misc/bcm-vk/ |
D | bcm_vk_dev.c | 140 struct bcm_vk *vk = dev_id; in bcm_vk_notf_irqhandler() local 156 static int bcm_vk_intf_ver_chk(struct bcm_vk *vk) in bcm_vk_intf_ver_chk() 189 static void bcm_vk_log_notf(struct bcm_vk *vk, in bcm_vk_log_notf() 242 static void bcm_vk_dump_peer_log(struct bcm_vk *vk) in bcm_vk_dump_peer_log() 294 void bcm_vk_handle_notf(struct bcm_vk *vk) in bcm_vk_handle_notf() 337 static inline int bcm_vk_wait(struct bcm_vk *vk, enum pci_barno bar, in bcm_vk_wait() 374 static void bcm_vk_get_card_info(struct bcm_vk *vk) in bcm_vk_get_card_info() 437 static void bcm_vk_get_proc_mon_info(struct bcm_vk *vk) in bcm_vk_get_proc_mon_info() 472 static int bcm_vk_sync_card_info(struct bcm_vk *vk) in bcm_vk_sync_card_info() 503 void bcm_vk_blk_drv_access(struct bcm_vk *vk) in bcm_vk_blk_drv_access() [all …]
|
D | bcm_vk_msg.c | 109 bool bcm_vk_drv_access_ok(struct bcm_vk *vk) in bcm_vk_drv_access_ok() 114 void bcm_vk_set_host_alert(struct bcm_vk *vk, u32 bit_mask) in bcm_vk_set_host_alert() 145 struct bcm_vk *vk = container_of(hb, struct bcm_vk, hb_ctrl); in bcm_vk_hb_poll() local 183 void bcm_vk_hb_init(struct bcm_vk *vk) in bcm_vk_hb_init() 191 void bcm_vk_hb_deinit(struct bcm_vk *vk) in bcm_vk_hb_deinit() 198 static void bcm_vk_msgid_bitmap_clear(struct bcm_vk *vk, in bcm_vk_msgid_bitmap_clear() 210 static struct bcm_vk_ctx *bcm_vk_get_ctx(struct bcm_vk *vk, const pid_t pid) in bcm_vk_get_ctx() 261 static u16 bcm_vk_get_msg_id(struct bcm_vk *vk) in bcm_vk_get_msg_id() 291 static int bcm_vk_free_ctx(struct bcm_vk *vk, struct bcm_vk_ctx *ctx) in bcm_vk_free_ctx() 346 struct bcm_vk *vk; in bcm_vk_drain_all_pend() local [all …]
|
D | bcm_vk_tty.c | 46 struct bcm_vk *vk = from_timer(vk, t, serial_timer); in bcm_vk_tty_poll() local 54 struct bcm_vk *vk = dev_id; in bcm_vk_tty_irqhandler() local 63 struct bcm_vk *vk = container_of(work, struct bcm_vk, tty_wq_work); in bcm_vk_tty_wq_handler() local 129 struct bcm_vk *vk; in bcm_vk_tty_open() local 172 struct bcm_vk *vk = dev_get_drvdata(tty->dev); in bcm_vk_tty_close() local 183 static void bcm_vk_tty_doorbell(struct bcm_vk *vk, u32 db_val) in bcm_vk_tty_doorbell() 194 struct bcm_vk *vk; in bcm_vk_tty_write() local 219 struct bcm_vk *vk = dev_get_drvdata(tty->dev); in bcm_vk_tty_write_room() local 231 int bcm_vk_tty_init(struct bcm_vk *vk, char *name) in bcm_vk_tty_init() 304 void bcm_vk_tty_exit(struct bcm_vk *vk) in bcm_vk_tty_exit() [all …]
|
D | bcm_vk.h | 450 static inline u32 vkread32(struct bcm_vk *vk, enum pci_barno bar, u64 offset) in vkread32() 455 static inline void vkwrite32(struct bcm_vk *vk, in vkwrite32() 463 static inline u8 vkread8(struct bcm_vk *vk, enum pci_barno bar, u64 offset) in vkread8() 468 static inline void vkwrite8(struct bcm_vk *vk, in vkwrite8() 476 static inline bool bcm_vk_msgq_marker_valid(struct bcm_vk *vk) in bcm_vk_msgq_marker_valid() 522 static inline void bcm_vk_tty_set_irq_enabled(struct bcm_vk *vk, int index) in bcm_vk_tty_set_irq_enabled() 527 static inline int bcm_vk_tty_init(struct bcm_vk *vk, char *name) in bcm_vk_tty_init() 532 static inline void bcm_vk_tty_exit(struct bcm_vk *vk) in bcm_vk_tty_exit() 536 static inline void bcm_vk_tty_terminate_tty_user(struct bcm_vk *vk) in bcm_vk_tty_terminate_tty_user() 540 static inline void bcm_vk_tty_wq_exit(struct bcm_vk *vk) in bcm_vk_tty_wq_exit() [all …]
|