Searched defs:close (Results 1 - 21 of 21) sorted by relevance

/drivers/usb/gadget/
H A Du_ether.h62 /* called on network open/close */
64 void (*close)(struct gether *); member in struct:gether
/drivers/bluetooth/
H A Dhci_uart.h56 int (*close)(struct hci_uart *hu); member in struct:hci_uart_proto
/drivers/lguest/
H A Dlguest_user.c291 * reference, it is destroyed before close() is called.
443 * The final piece of interface code is the close() routine. It reverses
447 * Note that the close routine returns 0 or a negative error number: it can't
451 static int close(struct inode *inode, struct file *file) function
513 * work happens in the read(), write() and close() routines:
517 .release = close,
/drivers/media/video/davinci/
H A Dccdc_hw_device.h36 int (*close) (struct device *dev); member in struct:ccdc_hw_ops
/drivers/gpu/drm/exynos/
H A Dexynos_drm_drv.h238 * @close: this would be called with drm device file close.
252 void (*close)(struct drm_device *drm_dev, struct device *dev, member in struct:exynos_drm_subdrv
/drivers/net/irda/
H A Dsir-dev.h76 int (*close)(struct sir_dev *dev); member in struct:dongle_driver
/drivers/xen/xenbus/
H A Dxenbus_client.c433 struct evtchn_close close; local
436 close.port = port;
438 err = HYPERVISOR_event_channel_op(EVTCHNOP_close, &close);
/drivers/media/common/tuners/
H A Dtda8290.c61 static int tda8290_i2c_bridge(struct dvb_frontend *fe, int close) argument
69 if (close) {
82 static int tda8295_i2c_bridge(struct dvb_frontend *fe, int close) argument
91 if (close) {
/drivers/media/dvb/dvb-core/
H A Ddemux.h249 int (*close) (struct dmx_demux* demux); member in struct:dmx_demux
/drivers/staging/wlan-ng/
H A Dp80211netdev.h184 int (*close) (struct wlandevice *wlandev); member in struct:wlandevice
/drivers/infiniband/hw/cxgb3/
H A Diwch_cm.c676 PDBG("close complete delivered ep %p cm_id %p tid %d\n",
693 PDBG("peer close delivered ep %p cm_id %p tid %d\n",
2055 int close = 0; local
2078 close = 1;
2089 close = 1;
2109 if (close) {
/drivers/scsi/bnx2i/
H A Dbnx2i_iscsi.c2019 int close = 0; local
2062 close = 1;
2065 close = 1;
2072 if (close)
2078 printk(KERN_ALERT "bnx2i (%s): close/abort(%d) returned %d\n",
2079 bnx2i_ep->hba->netdev->name, close, close_ret);
/drivers/staging/comedi/
H A Dcomedidev.h230 void (*close) (struct comedi_device *dev); member in struct:comedi_device
/drivers/staging/media/lirc/
H A Dlirc_zilog.c192 * ir->open_count == 0 - happens on final close()
1325 static int close(struct inode *node, struct file *filep) function
1330 zilog_error("close: no private_data attached to the file!\n");
1375 .release = close
/drivers/infiniband/hw/cxgb4/
H A Dcm.c801 PDBG("close complete delivered ep %p cm_id %p tid %u\n",
826 PDBG("peer close delivered ep %p cm_id %p tid %u\n",
2407 int close = 0; local
2428 close = 1;
2439 close = 1;
2458 if (close) {
/drivers/xen/
H A Devents.c583 struct evtchn_close close; local
595 close.port = evtchn;
596 if (HYPERVISOR_event_channel_op(EVTCHNOP_close, &close) != 0)
952 struct evtchn_close close; local
965 close.port = evtchn;
966 if (HYPERVISOR_event_channel_op(EVTCHNOP_close, &close) != 0)
/drivers/atm/
H A Dambassador.h382 } close; member in union:__anon98::__anon99
/drivers/infiniband/hw/nes/
H A Dnes_cm.h442 int (*close)(struct nes_cm_core *, struct nes_cm_node *); member in struct:nes_cm_ops
/drivers/tty/
H A Dsynclink_gt.c142 static void close(struct tty_struct *tty, struct file * filp);
727 static void close(struct tty_struct *tty, struct file *filp) function
731 if (sanity_check(info, tty->name, "close"))
733 DBGINFO(("%s close entry, count=%d\n", info->device_name, info->port.count));
750 DBGINFO(("%s close exit, count=%d\n", tty->driver->name, info->port.count));
2467 * called by close() and hangup() to shutdown hardware
3301 * close() knows when to free things. We restore it upon
3714 .close = close,
4286 * 03 share open/close fla
[all...]
H A Dsynclinkmp.c508 static void close(struct tty_struct *tty, struct file * filp);
801 static void close(struct tty_struct *tty, struct file *filp) function
805 if (sanity_check(info, tty->name, "close"))
809 printk("%s(%d):%s close() entry, count=%d\n",
828 printk("%s(%d):%s close() exit, count=%d\n", __FILE__,__LINE__,
2683 /* Called by close() and hangup() to shutdown hardware
3315 * close() knows when to free things. We restore it upon
3885 .close = close,
/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_main.c7557 /* close tx-only connections */
8043 DP(NETIF_MSG_IFDOWN, "Disabling \"close the gates\"\n");
8062 static void bnx2x_set_234_gates(struct bnx2x *bp, bool close) argument
8069 REG_WR(bp, PXP_REG_HST_DISCARD_DOORBELLS, !!close);
8071 REG_WR(bp, PXP_REG_HST_DISCARD_INTERNAL_WRITES, !!close);
8079 (!close) ? (val | HC_CONFIG_1_REG_BLOCK_DISABLE_1) :
8084 (!close) ? (val | HC_CONFIG_0_REG_BLOCK_DISABLE_0) :
8091 (!close) ?
8097 close ? "closing" : "opening");
8290 * because otherwise QM reset would release 'close th
[all...]

Completed in 1363 milliseconds