Searched refs:bcm_vk (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/drivers/misc/bcm-vk/ |
| H A D | bcm_vk.h | 359 struct bcm_vk { struct 468 static inline void vkwrite8(struct bcm_vk *vk, in vkwrite8() 500 int bcm_vk_msg_init(struct bcm_vk *vk); 501 void bcm_vk_msg_remove(struct bcm_vk *vk); 505 s32 bcm_to_h_msg_dequeue(struct bcm_vk *vk); 510 void bcm_vk_hb_init(struct bcm_vk *vk); 511 void bcm_vk_hb_deinit(struct bcm_vk *vk); 512 void bcm_vk_handle_notf(struct bcm_vk *vk); 513 bool bcm_vk_drv_access_ok(struct bcm_vk *vk); 518 void bcm_vk_tty_exit(struct bcm_vk *vk); [all …]
|
| H A D | bcm_vk_tty.c | 46 struct bcm_vk *vk = from_timer(vk, t, serial_timer); in bcm_vk_tty_poll() 54 struct bcm_vk *vk = dev_id; in bcm_vk_tty_irqhandler() 63 struct bcm_vk *vk = container_of(work, struct bcm_vk, tty_wq_work); in bcm_vk_tty_wq_handler() 129 struct bcm_vk *vk; in bcm_vk_tty_open() 136 vk = (struct bcm_vk *)dev_get_drvdata(tty->dev); in bcm_vk_tty_open() 172 struct bcm_vk *vk = dev_get_drvdata(tty->dev); in bcm_vk_tty_close() 193 struct bcm_vk *vk; in bcm_vk_tty_write() 218 struct bcm_vk *vk = dev_get_drvdata(tty->dev); in bcm_vk_tty_write_room() 230 int bcm_vk_tty_init(struct bcm_vk *vk, char *name) in bcm_vk_tty_init() 303 void bcm_vk_tty_exit(struct bcm_vk *vk) in bcm_vk_tty_exit() [all …]
|
| H A D | bcm_vk_msg.c | 145 struct bcm_vk *vk = container_of(hb, struct bcm_vk, hb_ctrl); in bcm_vk_hb_poll() 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() 346 struct bcm_vk *vk; in bcm_vk_drain_all_pend() 957 struct bcm_vk *vk = dev_id; in bcm_vk_msgq_irqhandler() 975 struct bcm_vk *vk = container_of(miscdev, struct bcm_vk, miscdev); in bcm_vk_open() 1008 struct bcm_vk *vk = container_of(ctx->miscdev, struct bcm_vk, in bcm_vk_read() 1078 struct bcm_vk *vk = container_of(ctx->miscdev, struct bcm_vk, in bcm_vk_write() 1254 struct bcm_vk *vk = container_of(ctx->miscdev, struct bcm_vk, miscdev); in bcm_vk_poll() 1275 struct bcm_vk *vk = container_of(ctx->miscdev, struct bcm_vk, miscdev); in bcm_vk_release() [all …]
|
| H A D | bcm_vk_dev.c | 140 struct bcm_vk *vk = dev_id; in bcm_vk_notf_irqhandler() 189 static void bcm_vk_log_notf(struct bcm_vk *vk, in bcm_vk_log_notf() 294 void bcm_vk_handle_notf(struct bcm_vk *vk) in bcm_vk_handle_notf() 915 struct bcm_vk *vk = container_of(work, struct bcm_vk, wq_work); in bcm_vk_wq_handler() 1207 struct bcm_vk *vk = container_of(ctx->miscdev, struct bcm_vk, miscdev); in bcm_vk_mmap() 1231 struct bcm_vk *vk = container_of(ctx->miscdev, struct bcm_vk, miscdev); in bcm_vk_ioctl() 1272 struct bcm_vk *vk = container_of(nb, struct bcm_vk, panic_nb); in bcm_vk_on_panic() 1286 struct bcm_vk *vk; in bcm_vk_probe() 1536 struct bcm_vk *vk = container_of(kref, struct bcm_vk, kref); in bcm_vk_release_data() 1547 struct bcm_vk *vk = pci_get_drvdata(pdev); in bcm_vk_remove() [all …]
|
| H A D | Makefile | 6 obj-$(CONFIG_BCM_VK) += bcm_vk.o 7 bcm_vk-objs := \ 12 bcm_vk-$(CONFIG_BCM_VK_TTY) += bcm_vk_tty.o
|
| /linux-6.15/ |
| H A D | MAINTAINERS | 5029 F: include/uapi/linux/misc/bcm_vk.h
|