Searched refs:custom (Results 1 - 25 of 34) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/amiga/
H A Damisound.c26 #define custom amiga_custom macro
88 custom.aud[2].audlc = snd_data;
89 custom.aud[2].audlen = sizeof(sine_data)/2;
90 custom.aud[2].audper = (unsigned short)period;
91 custom.aud[2].audvol = 32; /* 50% of maxvol */
99 custom.dmacon = DMAF_SETCLR | DMAF_AUD2;
111 custom.dmacon = DMAF_AUD2;
113 custom.aud[2].audper = amiga_audio_period;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/dmasound/
H A Ddmasound_paula.c36 #define custom amiga_custom macro
315 custom.aud[0].audvol = custom.aud[1].audvol = 0;
316 custom.aud[2].audvol = custom.aud[3].audvol = 0;
317 custom.dmacon = AMI_AUDIO_OFF;
382 custom.aud[i].audper = period;
432 custom.aud[0].audvol = dmasound.volume_left;
434 custom.aud[1].audvol = dmasound.volume_right;
437 custom
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/db_codegen/
H A Ddb_codegen.h21 int custom; /* Custom key comparison. */ member in struct:__db_obj
H A Dcode_parse.c159 if (strcasecmp(argv[0], "custom") == 0) {
162 cur_db->custom = 1;
320 if (cur_db->custom)
H A Dcode_capi.c524 if (cur_db->custom) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Damiserial.c95 #define custom amiga_custom macro
183 custom.intena = IF_TBE;
185 custom.intreq = IF_TBE;
204 custom.intena = IF_SETCLR | IF_TBE;
207 custom.intreq = IF_SETCLR | IF_TBE;
257 serdatr = custom.serdatr;
259 custom.intreq = IF_RBF;
336 custom.intreq = IF_TBE;
339 custom.serdat = info->x_char | 0x100;
349 custom
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/dvb-usb/
H A Dnova-t-usb2.c72 u8 key[5],cmd[2] = { DIBUSB_REQ_POLL_REMOTE, 0x35 }, data,toggle,custom; local
85 custom = (raw >> 6) & 0x1f;
87 deb_rc("raw key code 0x%02x, 0x%02x, 0x%02x to c: %02x d: %02x toggle: %d\n",key[1],key[2],key[3],custom,data,toggle);
91 haupp_rc_keys[i].custom == custom) {
93 deb_rc("c: %x, d: %x\n",haupp_rc_keys[i].data,haupp_rc_keys[i].custom);
H A Ddvb-usb-remote.c181 if (keymap[i].custom == keybuf[1] &&
H A Ddvb-usb.h79 * @custom: the vendor/custom part of the key
81 * @event: the input event assigned to key identified by custom and data
84 u8 custom,data; member in struct:dvb_usb_rc_key
H A Dvp702x.c198 if (vp702x_rc_keys[i].custom == key[1]) {
H A Ddigitv.c228 if (d->props.rc_key_map[i].custom == key[1] &&
H A Dcxusb.c188 if (keymap[i].custom == ircode[2] &&
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Damifb.c592 #define custom amiga_custom macro
594 #define VBlankOn() custom.intena = IF_SETCLR|IF_COPER
595 #define VBlankOff() custom.intena = IF_COPER
1036 #define get_vbpos() ((u_short)((*(u_long volatile *)&custom.vposr >> 7) & 0xffe))
2257 custom.dmacon = DMAF_ALL | DMAF_MASTER;
2404 custom.dmacon = DMAF_SETCLR | DMAF_MASTER | DMAF_RASTER | DMAF_COPPER |
2443 custom.dmacon = DMAF_ALL | DMAF_MASTER;
3113 custom.bplcon3 = bplcon3 | (regno<<8 & 0xe000);
3114 custom.color[regno&31] = rgb2hw8_high(red, green, blue);
3115 custom
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/runit/
H A Drunsv.c246 static unsigned custom(struct svdir *s, char c) function
288 if (s->pid && !custom(s, 't')) {
295 custom(s, 'd');
300 custom(s, 'x');
313 custom(s, 'u');
380 if (s->pid && !custom(s, c))
385 if (s->pid && !custom(s, c))
391 if (s->pid && !custom(s, c))
424 if (s->pid && !custom(s, c))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ieee80211/
H A Dieee80211_wx.c49 char custom[MAX_CUSTOM_LEN]; local
190 p = custom;
192 iwe.u.data.length = p - custom;
194 start = iwe_stream_add_point(start, stop, &iwe, custom);
217 p = custom;
218 p += snprintf(p, MAX_CUSTOM_LEN - (p - custom),
221 iwe.u.data.length = p - custom;
223 start = iwe_stream_add_point(start, stop, &iwe, custom);
227 p = custom;
228 p += snprintf(p, MAX_CUSTOM_LEN - (p - custom), " Channe
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/ulp/iser/
H A Discsi_iser.c472 strcpy(stats->custom[0].desc, "qp_tx_queue_full");
473 stats->custom[0].value = 0; /* TB iser_conn->qp_tx_queue_full; */
474 strcpy(stats->custom[1].desc, "fmr_map_not_avail");
475 stats->custom[1].value = 0; /* TB iser_conn->fmr_map_not_avail */;
476 strcpy(stats->custom[2].desc, "eh_abort_cnt");
477 stats->custom[2].value = conn->eh_abort_cnt;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/xtensa/
H A DMakefile17 variant-$(CONFIG_XTENSA_VARIANT_LINUX_CUSTOM) := custom
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/
H A Damiflop.c198 #define custom amiga_custom macro
560 custom.dsklen = 0x4000;
583 custom.adkcon = ADK_MSBSYNC;
584 custom.adkcon = ADK_SETCLR|ADK_WORDSYNC|ADK_FAST;
586 custom.dsksync = MFM_SYNC;
588 custom.dsklen = 0;
589 custom.dskptr = (u_char *)ZTWO_PADDR((u_char *)raw_buf);
590 custom.dsklen = unit[drive].type->read_size/sizeof(short) | DSKLEN_DMAEN;
591 custom.dsklen = unit[drive].type->read_size/sizeof(short) | DSKLEN_DMAEN;
598 custom
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-pxa/
H A Didp.h47 #error Your custom IO space is getting a bit large !!
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/serial/
H A Dmos7720.c919 __u16 custom; local
937 custom = (__u16)(230400L / baudrate);
941 round = (__u16)(round1 - (custom * 10));
943 custom++;
944 *divisor = custom;
946 dbg("Baud %d = %d",baudrate, custom);
H A Dmos7840.c1807 custom = (__u16) (230400L / baudrate);
1811 round = (__u16) (round1 - (custom * 10));
1813 custom++;
1815 *divisor = custom;
1817 dbg(" Baud %d = %d\n", baudrate, custom);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/config/
H A DMakefile.am102 cluster-usermin cluster-webmin custom \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/config/
H A DMakefile.am102 cluster-usermin cluster-webmin custom \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/scsi/
H A Discsi_if.h331 struct iscsi_stats_custom custom[0] member in struct:iscsi_stats
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Discsi_tcp.c2082 strcpy(stats->custom[0].desc, "tx_sendpage_failures");
2083 stats->custom[0].value = tcp_conn->sendpage_failures_cnt;
2084 strcpy(stats->custom[1].desc, "rx_discontiguous_hdr");
2085 stats->custom[1].value = tcp_conn->discontiguous_hdr_cnt;
2086 strcpy(stats->custom[2].desc, "eh_abort_cnt");
2087 stats->custom[2].value = conn->eh_abort_cnt;

Completed in 306 milliseconds

12