Searched refs:onoff (Results 1 - 25 of 89) sorted by relevance

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/b2c2/
H A Dflexcop-hw-filter.c10 static void flexcop_rcv_data_ctrl(struct flexcop_device *fc, int onoff) argument
12 flexcop_set_ibi_value(ctrl_208,Rcv_Data_sig,onoff);
14 deb_ts("rcv_data is now: '%s'\n",onoff ? "on" : "off");
17 void flexcop_smc_ctrl(struct flexcop_device *fc, int onoff) argument
19 flexcop_set_ibi_value(ctrl_208,SMC_Enable_sig,onoff);
22 static void flexcop_null_filter_ctrl(struct flexcop_device *fc, int onoff) argument
24 flexcop_set_ibi_value(ctrl_208,Null_filter_sig,onoff);
43 void flexcop_mac_filter_ctrl(struct flexcop_device *fc, int onoff) argument
45 flexcop_set_ibi_value(ctrl_208,MAC_filter_Mode_sig,onoff);
57 static void flexcop_pid_group_filter_ctrl(struct flexcop_device *fc, int onoff) argument
77 flexcop_pid_Stream1_PID_ctrl(struct flexcop_device *fc, u16 pid, int onoff) argument
82 flexcop_pid_Stream2_PID_ctrl(struct flexcop_device *fc, u16 pid, int onoff) argument
87 flexcop_pid_PCR_PID_ctrl(struct flexcop_device *fc, u16 pid, int onoff) argument
92 flexcop_pid_PMT_PID_ctrl(struct flexcop_device *fc, u16 pid, int onoff) argument
97 flexcop_pid_EMM_PID_ctrl(struct flexcop_device *fc, u16 pid, int onoff) argument
102 flexcop_pid_ECM_PID_ctrl(struct flexcop_device *fc, u16 pid, int onoff) argument
107 flexcop_pid_control(struct flexcop_device *fc, int index, u16 pid,int onoff) argument
141 flexcop_toggle_fullts_streaming(struct flexcop_device *fc,int onoff) argument
152 flexcop_pid_feed_control(struct flexcop_device *fc, struct dvb_demux_feed *dvbdmxfeed, int onoff) argument
[all...]
H A Dflexcop-dma.c72 int onoff)
95 v0x0.dma_0x0.dma_0start = onoff;
98 v0xc.dma_0xc.dma_1start = onoff;
111 int onoff)
116 v.dma_0xc.remap_enable = onoff;
123 int onoff)
128 v.ctrl_208.DMA1_IRQ_Enable_sig = onoff;
131 v.ctrl_208.DMA2_IRQ_Enable_sig = onoff;
140 int onoff)
145 v.ctrl_208.DMA1_Timer_Enable_sig = onoff;
69 flexcop_dma_xfer_control(struct flexcop_device *fc, flexcop_dma_index_t dma_idx, flexcop_dma_addr_index_t index, int onoff) argument
109 flexcop_dma_remap(struct flexcop_device *fc, flexcop_dma_index_t dma_idx, int onoff) argument
121 flexcop_dma_control_size_irq(struct flexcop_device *fc, flexcop_dma_index_t no, int onoff) argument
138 flexcop_dma_control_timer_irq(struct flexcop_device *fc, flexcop_dma_index_t no, int onoff) argument
[all...]
H A Dflexcop-common.h116 int flexcop_dma_control_timer_irq(struct flexcop_device *fc, flexcop_dma_index_t no, int onoff);
117 int flexcop_dma_control_size_irq(struct flexcop_device *fc, flexcop_dma_index_t no, int onoff);
119 int flexcop_dma_xfer_control(struct flexcop_device *fc, flexcop_dma_index_t dma_idx, flexcop_dma_addr_index_t index, int onoff);
157 int flexcop_pid_feed_control(struct flexcop_device *fc, struct dvb_demux_feed *dvbdmxfeed, int onoff);
160 void flexcop_smc_ctrl(struct flexcop_device *fc, int onoff);
163 void flexcop_mac_filter_ctrl(struct flexcop_device *fc, int onoff);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/frontends/
H A Ddib3000.h38 int (*pid_parse)(struct dvb_frontend *fe, int onoff);
39 int (*fifo_ctrl)(struct dvb_frontend *fe, int onoff);
40 int (*pid_ctrl)(struct dvb_frontend *fe, int index, int pid, int onoff);
41 int (*tuner_pass_ctrl)(struct dvb_frontend *fe, int onoff, u8 pll_ctrl);
H A Ddib3000mc.h57 extern int dib3000mc_pid_control(struct dvb_frontend *fe, int index, int pid,int onoff);
58 extern int dib3000mc_pid_parse(struct dvb_frontend *fe, int onoff);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DCacheFile.java133 @param onoff
141 public void setNoFile(final boolean onoff) argument
144 mpf.set_flags(DbConstants.DB_MPOOL_NOFILE, onoff);
171 @param onoff
178 public void setUnlink(boolean onoff) argument
181 mpf.set_flags(DbConstants.DB_MPOOL_UNLINK, onoff);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/src/
H A Dtool_cb_skt.c48 int onoff = 1; /* this callback is only used if we ask for keepalives on the local
57 if(setsockopt(curlfd, SOL_SOCKET, SO_KEEPALIVE, (void *)&onoff,
58 sizeof(onoff)) < 0) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/fips/
H A Dfips.h63 int FIPS_mode_set(int onoff,const char *path);
64 void FIPS_allow_md5(int onoff);
H A Dfips.c69 void FIPS_allow_md5(int onoff) argument
76 fips_md5_allowed = onoff;
181 int FIPS_mode_set(int onoff,const char *path) argument
192 if(onoff)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/include/openssl/
H A Dfips.h63 int FIPS_mode_set(int onoff,const char *path);
64 void FIPS_allow_md5(int onoff);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/IGMP-PROXY/src/include/
H A Dutil.h37 int mrouter_onoff(int sockfd, int onoff);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/internal/
H A DDbMpoolFile.java43 public void set_flags(int flags, boolean onoff) throws com.sleepycat.db.DatabaseException { db_javaJNI.DbMpoolFile_set_flags(swigCPtr, this, flags, onoff); } argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/dvb-usb/
H A Ddibusb-common.c21 int dibusb_streaming_ctrl(struct dvb_usb_adapter *adap, int onoff) argument
26 if (st->ops.fifo_ctrl(adap->fe,onoff)) {
35 int dibusb_pid_filter(struct dvb_usb_adapter *adap, int index, u16 pid, int onoff) argument
40 st->ops.pid_ctrl(adap->fe,index,pid,onoff);
46 int dibusb_pid_filter_ctrl(struct dvb_usb_adapter *adap, int onoff) argument
51 if (st->ops.pid_parse(adap->fe,onoff) < 0)
58 int dibusb_power_ctrl(struct dvb_usb_device *d, int onoff) argument
64 b[2] = onoff ? DIBUSB_IOCTL_POWER_WAKEUP : DIBUSB_IOCTL_POWER_SLEEP;
71 int dibusb2_0_streaming_ctrl(struct dvb_usb_adapter *adap, int onoff) argument
76 if ((ret = dibusb_streaming_ctrl(adap,onoff)) <
92 dibusb2_0_power_ctrl(struct dvb_usb_device *d, int onoff) argument
[all...]
H A Ddtt200u.c21 static int dtt200u_power_ctrl(struct dvb_usb_device *d, int onoff) argument
25 if (onoff)
31 static int dtt200u_streaming_ctrl(struct dvb_usb_adapter *adap, int onoff) argument
33 u8 b_streaming[2] = { SET_STREAMING, onoff };
38 if (onoff == 0)
43 static int dtt200u_pid_filter(struct dvb_usb_adapter *adap, int index, u16 pid, int onoff) argument
46 pid = onoff ? pid : 0;
H A Dvp702x.c124 static int vp702x_set_pid(struct dvb_usb_adapter *adap, u16 pid, u8 id, int onoff) argument
129 if (onoff)
168 static int vp702x_streaming_ctrl(struct dvb_usb_adapter *adap, int onoff) argument
206 int vp702x_power_ctrl(struct dvb_usb_device *d, int onoff) argument
210 if (st->power_state == 0 && onoff)
212 else if (st->power_state == 1 && onoff == 0)
215 st->power_state = onoff;
H A Ddvb-usb-dvb.c12 static int dvb_usb_ctrl_feed(struct dvb_demux_feed *dvbdmxfeed, int onoff) argument
20 newfeedcount = adap->feedcount + (onoff ? 1 : -1);
36 "yes" : "no", dvbdmxfeed->pid,dvbdmxfeed->pid,dvbdmxfeed->index,onoff ?
41 adap->props.pid_filter(adap, dvbdmxfeed->index, dvbdmxfeed->pid,onoff);
46 if (adap->feedcount == onoff && adap->feedcount > 0) {
H A Dopera1.c271 static int opera1_power_ctrl(struct dvb_usb_device *d, int onoff) argument
273 u8 val = onoff ? 0x01 : 0x00;
276 info("power %s", onoff ? "on" : "off");
281 static int opera1_streaming_ctrl(struct dvb_usb_adapter *adap, int onoff) argument
286 {.addr = ADDR_B1A6_STREAM_CTRL,.buf = onoff ? buf_start : buf_stop,.len = 2},
289 info("streaming %s", onoff ? "on" : "off");
295 int onoff)
303 onoff ? "on" : "off");
305 b_pid[1] = onoff ? (pid & 0xff) : (0x00);
306 b_pid[2] = onoff
294 opera1_pid_filter(struct dvb_usb_adapter *adap, int index, u16 pid, int onoff) argument
311 opera1_pid_filter_control(struct dvb_usb_adapter *adap, int onoff) argument
[all...]
H A Ddib0700.h45 extern int dib0700_streaming_ctrl(struct dvb_usb_adapter *adap, int onoff);
H A Ddvb-usb-common.h30 extern int dvb_usb_device_power_ctrl(struct dvb_usb_device *d, int onoff);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/i4l/
H A Disdn_common.h36 extern void isdn_timer_ctrl(int tf, int onoff);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-s390/
H A Dccwgroup.h13 atomic_t onoff; member in struct:ccwgroup_device
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/random/
H A Drandom.h35 int _gcry_use_random_daemon (int onoff);
H A Drandom.c134 _gcry_use_random_daemon (int onoff)
139 return _gcry_rngcsprng_use_daemon (onoff);
133 _gcry_use_random_daemon(int onoff) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/mp/
H A Dmp_fmethod.c205 __memp_set_flags(dbmfp, flags, onoff)
208 int onoff;
220 if (onoff)
225 mfp->no_backing_file = onoff;
229 if (onoff)
234 mfp->unlink_on_close = onoff;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pcmcia/
H A Dtopic.h107 static void topic97_zoom_video(struct pcmcia_socket *sock, int onoff) argument
113 if (onoff) {

Completed in 115 milliseconds

1234