Searched refs:active (Results 201 - 225 of 288) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/md/
H A Ddm-snap.c491 s->active = 0;
883 /* To get here the table must be live so s->active is always set. */
943 s->active = 1;
1004 /* Only deal with valid and active snapshots */
1005 if (!snap->valid || !snap->active)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/cx88/
H A Dcx88-core.c535 if (list_empty(&q->active))
537 buf = list_entry(q->active.next,
551 if (list_empty(&q->active)) {
H A Dcx88.h276 struct list_head active; member in struct:cx88_dmaqueue
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v10/kernel/
H A Dhead.S724 | IO_STATE (R_SERIAL0_REC_CTRL, rts_, active) \
758 | IO_STATE (R_SERIAL1_REC_CTRL, rts_, active) \
794 | IO_STATE (R_SERIAL3_REC_CTRL, rts_, active) \
H A Ddebugport.c352 IO_STATE(R_SERIAL0_REC_CTRL, rts_, active) |
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jfs/
H A Djfs_logmgr.c164 * Global list of active external journals
1014 * when all active transactions are completed,
1035 (written > LOGSYNC_BARRIER(logsize)) && log->active) {
1066 * insert filesystem in the active list of the log.
1098 * add file system to log active file system list
1143 * add file system to log active file system list
1451 * FUNCTION: remove file system <ipmnt> from active list of log <iplog>
1722 * file system into/from log active file system list.
1727 * activate - insert/remove device from active list.
1742 * insert/remove file system device to log active fil
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/scripts/kconfig/
H A Dgconf.c311 "active", COL_BTNACT,
363 "active", COL_BTNACT,
662 show_name = GTK_CHECK_MENU_ITEM(menuitem)->active;
673 show_range = GTK_CHECK_MENU_ITEM(menuitem)->active;
691 show_value = GTK_CHECK_MENU_ITEM(menuitem)->active;
701 show_all = GTK_CHECK_MENU_ITEM(menuitem)->active;
711 show_debug = GTK_CHECK_MENU_ITEM(menuitem)->active;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/kconfig/
H A Dgconf.c307 "active", COL_BTNACT,
359 "active", COL_BTNACT,
656 show_name = GTK_CHECK_MENU_ITEM(menuitem)->active;
667 show_range = GTK_CHECK_MENU_ITEM(menuitem)->active;
685 show_value = GTK_CHECK_MENU_ITEM(menuitem)->active;
695 show_all = GTK_CHECK_MENU_ITEM(menuitem)->active;
705 show_debug = GTK_CHECK_MENU_ITEM(menuitem)->active;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ata/
H A Dlibata-core.c1096 * make either device 0, or device 1, active on the
1126 * make either device 0, or device 1, active on the
1259 * one task is active at any given time.
2543 q->active = EZ(t->active * 1000, T);
2556 if (what & ATA_TIMING_ACTIVE ) m->active = max(a->active, b->active);
2621 * Lengthen active & recovery time so that cycle time is correct.
2629 if (t->active
[all...]
H A Dpata_sis.c218 const u8 active[] = { 0x00, 0x07, 0x04, 0x03, 0x01 }; local
226 t1 &= ~0x0F; /* Clear active/recovery timings */
229 t1 |= active[speed];
340 /* bits 3-0 hold recovery timing bits 8-10 active timing and
379 /* bits 3-0 hold recovery timing bits 8-10 active timing and
836 /* force per drive recovery and active timings
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/capi/
H A Dcapidrv.c1495 int active = !0; local
1505 active = 0;
1509 active = !0;
1542 if (activep) *activep = active;
1550 int active; local
1553 rc = decodeFVteln(teln, &bmask, &active);
1560 if (active) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/message/fusion/
H A Dmptbase.c739 * or IOC is not active.
751 if (!ioc->active)
756 if (!ioc->active)
952 /* Read doorbell and check for active bit */
1381 ioc->active = 0;
1467 ioc->active = 0;
1512 ioc->active = 0;
1548 ioc->active = 1;
1624 ioc->active = 0;
1627 if (ioc->alt_ioc->active)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dips.c111 /* - Close Window for getting too many IOCTL's active */
769 if (!ha->active)
831 if (!ha->active)
898 if (!ha->active)
971 /* Now fail all of the active commands */
972 DEBUG_VAR(1, "(%s%d) Failing active commands",
990 ha->active = FALSE;
1000 /* Now fail all of the active commands */
1001 DEBUG_VAR(1, "(%s%d) Failing active commands",
1019 ha->active
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/
H A Dsys-solaris.c1684 * set_filters - transfer the pass and active filters to the kernel.
1687 set_filters(pass, active)
1688 struct bpf_program *pass, *active;
1699 if (active->bf_len > 0) {
1700 if (strioctl(pppfd, PPPIO_ACTIVEFILT, active,
1702 error("Couldn't set active-filter in kernel: %m");
H A Dsys-linux.c1294 * set_filters - set the active and pass filters in the kernel driver.
1296 int set_filters(struct bpf_program *pass, struct bpf_program *active) argument
1309 fp.len = active->bf_len;
1310 fp.filter = (struct sock_filter *) active->bf_insns;
1312 error("Couldn't set active-filter in kernel: %m");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/pci/
H A Dvia82cxxx.c141 ((FIT(timing->active, 1, 16) - 1) << 4) | (FIT(timing->recover, 1, 16) - 1));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dvx_core.h340 int vx_set_monitor_level(struct vx_core *chip, int audio, int level, int active);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dmempolicy.c1714 unsigned long active; member in struct:numa_maps
1735 md->active++;
1841 if (md->active < md->pages && !is_vm_hugetlb_page(vma))
1842 seq_printf(m," active=%lu", md->active);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/dccp/
H A Ddccp.h297 extern void dccp_send_close(struct sock *sk, const int active);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ieee80211/
H A Dieee80211_rx.c1349 network->qos_data.active = 0;
1407 network->qos_data.active = 0;
1526 qos_active = src->qos_data.active;
1545 dst->qos_data.active = qos_active;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Dcs46xx.c342 int active; /* Active clocking */ member in struct:cs_card
1958 * 16 bit to 8 bit and from stereo to mono, if the record conversion is active.
2981 int old = card->active;
2983 card->active+=change;
2997 if (!card->active && old) {
2999 "cs46xx: clkrun() enable clkrun - change=%d active=%d\n",
3000 change,card->active));
3007 "cs46xx: clkrun() disable clkrun - change=%d active=%d\n",
3008 change,card->active));
3677 * Wait for the valid status bit to go active
4941 void (*active)(struct cs_card *, int); member in struct:cs_card_type
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-pnx4008/
H A Ddma.c537 switch (ch_cfg->active) {
683 ch_cfg->active = cfg & 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ps3/
H A Dps3av_cmd.c827 int ps3av_cmd_audio_active(int active, u32 port) argument
833 /* audio active */
836 cid = active ? PS3AV_CID_AUDIO_ACTIVE : PS3AV_CID_AUDIO_INACTIVE;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/
H A Dipw2200.c1713 1 - SW based RF kill active (sysfs)
1714 2 - HW based RF kill active
1715 3 - Both HW and SW baed RF kill active */
1862 "passive only" : "active/passive",
1879 "passive only" : "active/passive");
3275 /* Clear the 'host command active' bit... */
3791 /* Another node is active in network */
4276 * off roaming, and abort any active scans */
6258 /* Use active scan by default. */
6764 network->qos_data.active
6866 int active; local
7091 int active, supported; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/ttusb-dec/
H A Dttusb_dec.c159 int active; /* Loaded successfully */ member in struct:ttusb_dec
1680 dec->active = 1;
1698 if (dec->active) {

Completed in 407 milliseconds

1234567891011>>