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

/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/platform/davinci/
H A Dccdc_hw_device.h36 int (*close) (struct device *dev); member in struct:ccdc_hw_ops
/drivers/usb/gadget/function/
H A Du_ether.h88 /* called on network open/close */
90 void (*close)(struct gether *); member in struct:gether
/drivers/bluetooth/
H A Dhci_uart.h58 int (*close)(struct hci_uart *hu); member in struct:hci_uart_proto
/drivers/media/dvb-core/
H A Ddemux.h210 int (*close) (struct dmx_demux* demux); member in struct:dmx_demux
/drivers/net/irda/
H A Dsir-dev.h76 int (*close)(struct sir_dev *dev); member in struct:dongle_driver
/drivers/xen/
H A Devtchn.c284 struct evtchn_close close; local
317 /* bind failed, should close the port now */
318 close.port = port;
319 if (HYPERVISOR_event_channel_op(EVTCHNOP_close, &close) != 0)
/drivers/xen/xenbus/
H A Dxenbus_client.c405 struct evtchn_close close; local
408 close.port = port;
410 err = HYPERVISOR_event_channel_op(EVTCHNOP_close, &close);
/drivers/gpu/drm/exynos/
H A Dexynos_drm_drv.h289 * @close: this would be called with drm device file close.
300 void (*close)(struct drm_device *drm_dev, struct device *dev, member in struct:exynos_drm_subdrv
/drivers/media/tuners/
H A Dtda8290.c62 static int tda8290_i2c_bridge(struct dvb_frontend *fe, int close) argument
70 if (close) {
83 static int tda8295_i2c_bridge(struct dvb_frontend *fe, int close) argument
92 if (close) {
/drivers/net/wireless/ath/wcn36xx/
H A Dwcn36xx.h103 void (*close)(void); member in struct:wcn36xx_platform_ctrl_ops
/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",
2073 int close = 0; local
2096 close = 1;
2107 close = 1;
2127 if (close) {
/drivers/scsi/bnx2i/
H A Dbnx2i_iscsi.c2032 int close = 0; local
2075 close = 1;
2078 close = 1;
2085 if (close)
2091 printk(KERN_ALERT "bnx2i (%s): close/abort(%d) returned %d\n",
2092 bnx2i_ep->hba->netdev->name, close, close_ret);
/drivers/staging/comedi/
H A Dcomedidev.h269 void (*close)(struct comedi_device *dev); member in struct:comedi_device
/drivers/staging/media/lirc/
H A Dlirc_zilog.c195 * ir->open_count == 0 - happens on final close()
1337 static int close(struct inode *node, struct file *filep) function
1343 zilog_error("close: no private_data attached to the file!\n");
1388 .release = close
/drivers/media/platform/exynos4-is/
H A Dfimc-capture.c315 return fimc_pipeline_call(&fimc->vid_cap.ve, close);
540 bool close = v4l2_fh_is_singular_file(file); local
547 if (close && vc->streaming) {
554 if (close) {
556 fimc_pipeline_call(&vc->ve, close);
/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_vfpf.h335 /* close VF (disable VF) */
357 struct vfpf_close_tlv close; member in union:vfpf_tlvs
H A Dbnx2x_main.c7593 /* SCPAD_PARITY should NOT trigger close the gates */
8781 /* close tx-only connections */
9335 DP(NETIF_MSG_IFDOWN, "Disabling \"close the gates\"\n");
9354 static void bnx2x_set_234_gates(struct bnx2x *bp, bool close) argument
9361 REG_WR(bp, PXP_REG_HST_DISCARD_DOORBELLS, !!close);
9363 REG_WR(bp, PXP_REG_HST_DISCARD_INTERNAL_WRITES, !!close);
9371 (!close) ? (val | HC_CONFIG_1_REG_BLOCK_DISABLE_1) :
9376 (!close) ? (val | HC_CONFIG_0_REG_BLOCK_DISABLE_0) :
9383 (!close) ?
9389 close
[all...]
/drivers/xen/events/
H A Devents_base.c457 struct evtchn_close close; local
459 close.port = port;
460 if (HYPERVISOR_event_channel_op(EVTCHNOP_close, &close) != 0)
/drivers/atm/
H A Dambassador.h382 } close; member in union:__anon99::__anon100
/drivers/infiniband/hw/cxgb4/
H A Dcm.c1090 PDBG("close complete delivered ep %p cm_id %p tid %u\n",
1115 PDBG("peer close delivered ep %p cm_id %p tid %u\n",
3300 int close = 0; local
3321 close = 1;
3332 close = 1;
3351 if (close) {
/drivers/infiniband/hw/nes/
H A Dnes_cm.h451 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);
726 static void close(struct tty_struct *tty, struct file *filp) function
730 if (sanity_check(info, tty->name, "close"))
732 DBGINFO(("%s close entry, count=%d\n", info->device_name, info->port.count));
749 DBGINFO(("%s close exit, count=%d\n", tty->driver->name, info->port.count));
2461 * called by close() and hangup() to shutdown hardware
3294 * close() knows when to free things. We restore it upon
3723 .close = close,
4296 * 03 share open/close fla
[all...]
H A Dsynclinkmp.c507 static void close(struct tty_struct *tty, struct file * filp);
809 static void close(struct tty_struct *tty, struct file *filp) function
813 if (sanity_check(info, tty->name, "close"))
817 printk("%s(%d):%s close() entry, count=%d\n",
836 printk("%s(%d):%s close() exit, count=%d\n", __FILE__,__LINE__,
2681 /* Called by close() and hangup() to shutdown hardware
3312 * close() knows when to free things. We restore it upon
3890 .close = close,

Completed in 1891 milliseconds