Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_debugfs.c1273 static int mbox_open(struct inode *inode, struct file *file) in mbox_open() function
1319 .open = mbox_open,
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0004-ffmpeg-4.3.4-rpi_14.patch44617 +int mbox_open() {
44706 +extern int mbox_open(void);
46444 + return (fd = mbox_open());
49667 + if ((rpi->mbox_fd = mbox_open()) < 0)