Searched refs:device_open (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Ddevice_open.c13 int device_open(const char *device, int mode) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dsaa7146.h51 struct device_open struct
79 struct device_open open_data[MAX_OPENS];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/lirc/
H A Dlirc_it87.c112 static bool device_open; variable
151 if (device_open) {
155 device_open = true;
164 device_open = false;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/sysklogd/
H A Dsyslogd.c298 G.logFD = device_open(G.logFilePath, O_WRONLY | O_CREAT
302 int fd = device_open(_PATH_CONSOLE, O_WRONLY | O_NOCTTY | O_NONBLOCK);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/init/
H A Dinit.c177 log_fd = device_open(log_console, O_WRONLY | O_NONBLOCK | O_NOCTTY);
309 int fd = device_open(tty_name, O_RDWR);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vt6656/
H A Dmain_usb.c31 * device_open - allocate dma/descripter resource & initial mac/bbp function
261 static int device_open(struct net_device *dev);
744 device_open(device->dev);
752 .ndo_open = device_open,
1046 static int device_open(struct net_device *dev) { function
1057 DBG_PRT(MSG_LEVEL_DEBUG, KERN_INFO " device_open...\n");
1161 DBG_PRT(MSG_LEVEL_DEBUG, KERN_INFO "device_open success.. \n");
1175 DBG_PRT(MSG_LEVEL_DEBUG, KERN_INFO "device_open fail.. \n");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavdevice/
H A Dv4l2.c106 static int device_open(AVFormatContext *ctx) function
827 s->fd = device_open(s1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/dlm/
H A Duser.c645 static int device_open(struct inode *inode, struct file *file) function
697 dlm_put_lockspace(ls); /* for the find in device_open() */
999 .open = device_open,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavdevice/
H A Dv4l2.c112 static int device_open(AVFormatContext *ctx) function
696 s->fd = device_open(s1);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/include/
H A Dlibbb.h227 extern int device_open(const char *device, int mode);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vt6655/
H A Ddevice_main.c35 * device_open - allocate dma/descripter resource & initial mac/bbp function
303 static int device_open(struct net_device *dev);
909 .ndo_open = device_open,
1883 static int device_open(struct net_device *dev) {
2001 DBG_PRT(MSG_LEVEL_DEBUG, KERN_INFO "device_open success.. \n");

Completed in 200 milliseconds