Searched refs:ops (Results 276 - 300 of 1045) sorted by relevance

<<11121314151617181920>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dsplice.c45 const struct pipe_buf_operations *ops;/* ops associated with output pipe */ member in struct:splice_pipe_desc
204 buf->ops = spd->ops;
282 .ops = &page_cache_pipe_buf_ops,
535 ret = buf->ops->pin(pipe, buf);
579 ret = buf->ops->pin(pipe, buf);
631 char *src = buf->ops->map(pipe, buf, 1);
637 buf->ops->unmap(pipe, buf, src);
689 const struct pipe_buf_operations *ops local
[all...]
H A Dpipe.c246 const struct pipe_buf_operations *ops = buf->ops; local
254 error = ops->pin(pipe, buf);
263 addr = ops->map(pipe, buf, atomic);
265 ops->unmap(pipe, buf, addr);
282 buf->ops = NULL;
283 ops->release(pipe, buf);
368 const struct pipe_buf_operations *ops = buf->ops; local
371 if (ops
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Dipv6_sockglue.c42 struct inet6_protocol *ops = NULL; local
49 ops = rcu_dereference(inet6_protos[proto]);
51 if (unlikely(!ops))
54 if (!(ops->flags & INET6_PROTO_GSO_EXTHDR))
71 return ops;
77 struct inet6_protocol *ops; local
88 ops = ipv6_gso_pull_exthdrs(skb, ipv6h->nexthdr);
89 if (likely(ops && ops->gso_send_check)) {
91 err = ops
103 struct inet6_protocol *ops; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/ttpci/
H A Dbudget-av.c525 if (fe->ops.i2c_gate_ctrl)
526 fe->ops.i2c_gate_ctrl(fe, 1);
631 if (fe->ops.i2c_gate_ctrl)
632 fe->ops.i2c_gate_ctrl(fe, 1);
640 if (fe->ops.i2c_gate_ctrl)
641 fe->ops.i2c_gate_ctrl(fe, 1);
652 if (fe->ops.i2c_gate_ctrl)
653 fe->ops.i2c_gate_ctrl(fe, 1);
677 if (fe->ops.i2c_gate_ctrl)
678 fe->ops
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/hamradio/
H A Dbaycom_epp.c466 if (j != pp->ops->epp_write_data(pp, tmp, j, 0))
484 if (i != pp->ops->epp_write_data(pp, bc->hdlctx.bufptr, i, 0))
502 if (j != pp->ops->epp_write_data(pp, tmp, j, 0))
518 if (j != pp->ops->epp_write_data(pp, tmp, j, 0))
573 if (cnt2 != pp->ops->epp_read_data(pp, tmp, cnt2, 0)) {
659 if (pp->ops->epp_read_addr(pp, &stat, 1, 0) != 1)
667 if (pp->ops->epp_write_addr(pp, tmp, 1, 0) != 1)
669 if (pp->ops->epp_read_addr(pp, tmp, 2, 0) != 2)
675 if (pp->ops->epp_write_addr(pp, tmp, 1, 0) != 1)
677 if (pp->ops
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/cdrom/
H A Dcdrom.c335 #define CDROM_CAN(type) (cdi->ops->capability & ~cdi->mask & (type))
391 struct cdrom_device_ops *cdo = cdi->ops;
476 cdi->ops->n_minors--;
495 if (cdi->ops->generic_packet(cdi, &cgc))
549 if ((ret = cdi->ops->generic_packet(cdi, &cgc)))
599 ret = cdi->ops->generic_packet(cdi, &cgc);
621 return cdi->ops->generic_packet(cdi, &cgc);
633 return cdi->ops->generic_packet(cdi, &cgc);
701 if ((ret = cdi->ops->generic_packet(cdi, &cgc)))
722 if ((ret = cdi->ops
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/nsswitch/
H A Dwinbind_nss_hpux.h54 nss_backend_op_t *ops; member in struct:nss_backend
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test_micro/source/
H A Dbench.h174 #define TIMER_DISPLAY(ops) do { \
178 TIME_DISPLAY(ops, __tmp_time); \
180 #define TIME_DISPLAY(ops, tm) do { \
186 (__secs == 0) ? 0.0 : (ops) / __secs); \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/bt8xx/
H A Ddvb-bt8xx.c303 if (fe->ops.i2c_gate_ctrl)
304 fe->ops.i2c_gate_ctrl(fe, 1);
486 if (fe->ops.i2c_gate_ctrl)
487 fe->ops.i2c_gate_ctrl(fe, 1);
603 card->fe->ops.tuner_ops.calc_regs = thomson_dtt7579_tuner_calc_regs;
604 card->fe->ops.info.frequency_min = 174000000;
605 card->fe->ops.info.frequency_max = 862000000;
629 card->fe->ops.tuner_ops.set_params = vp3021_alps_tded4_tuner_set_params;
639 card->fe->ops.tuner_ops.calc_regs = digitv_alps_tded4_tuner_calc_regs;
647 card->fe->ops
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/dvb-usb/
H A Ddvb-usb-dvb.c180 adap->fe_init = adap->fe->ops.init; adap->fe->ops.init = dvb_usb_fe_wakeup;
181 adap->fe_sleep = adap->fe->ops.sleep; adap->fe->ops.sleep = dvb_usb_fe_sleep;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/cx88/
H A Dcx88-i2c.c151 if (core->dvbdev->dvb.frontend->ops.i2c_gate_ctrl)
152 core->dvbdev->dvb.frontend->ops.i2c_gate_ctrl(core->dvbdev->dvb.frontend, 1);
156 if (core->dvbdev->dvb.frontend->ops.i2c_gate_ctrl)
157 core->dvbdev->dvb.frontend->ops.i2c_gate_ctrl(core->dvbdev->dvb.frontend, 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/drivers/dma/
H A Ddma-isa.c19 * at ops->xfer() time, we simply use the various set_dma_xxx() routines to
20 * fill in per-channel info, and then hand hand this off to ops->xfer() at
28 * NOTE: ops->xfer() is the preferred way of doing things. However, there
62 info->ops->xfer(channel);
H A Ddma-pvr2.c85 .ops = &pvr2_dma_ops,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/include/
H A Dchan_kern.h26 const struct chan_ops *ops; member in struct:chan
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/hotplug/
H A Dcpci_hotplug.h69 struct cpci_hp_controller_ops *ops; member in struct:cpci_hp_controller
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/crypto/
H A Dzcrypt_api.h117 struct zcrypt_ops *ops; /* Crypto operations. */ member in struct:zcrypt_device
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mfd/
H A Dmcp.h17 struct mcp_ops *ops; member in struct:mcp
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mmc/core/
H A Dcore.h25 void mmc_attach_bus(struct mmc_host *host, const struct mmc_bus_ops *ops);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dsmb_fs_sb.h76 struct smb_ops *ops; member in struct:smb_sb_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dprotocol.h82 const struct proto_ops *ops; member in struct:inet_protosw
H A Dsch_generic.h35 struct Qdisc_ops *ops; member in struct:Qdisc
155 struct tcf_proto_ops *ops; member in struct:tcf_proto
177 extern struct Qdisc *qdisc_alloc(struct net_device *dev, struct Qdisc_ops *ops);
179 struct Qdisc_ops *ops, u32 parentid);
H A Dwireless.h113 struct wiphy *wiphy_new(struct cfg80211_ops *ops, int sizeof_priv);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dainstr_simple.h150 int snd_seq_simple_init(struct snd_simple_ops *ops,
H A Dak4xxx-adda.h77 struct snd_ak4xxx_ops ops; member in struct:snd_akm4xxx
H A Dhwdep.h58 struct snd_hwdep_ops ops; member in struct:snd_hwdep

Completed in 293 milliseconds

<<11121314151617181920>>