Searched refs:active (Results 176 - 200 of 288) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/gadget/
H A Ddummy_hcd.c171 unsigned active:1; member in struct:dummy
267 dum->active = 0;
288 dum->active = 1;
291 if ((dum->port_status & USB_PORT_STAT_ENABLE) == 0 || dum->active)
304 } else if (dum->active != dum->old_active) {
317 dum->old_active = dum->active;
1694 if (dum->active) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_dir2_node.c156 * Count active entries.
1140 blk = &state->path.blk[state->path.active - 1];
1324 blk = &state->path.blk[state->path.active - 1];
1772 for (i = 0; i < state->path.active; i++) {
1822 blk = &state->path.blk[state->path.active - 1];
1841 if (rval && state->path.active > 1)
1895 blk = &state->path.blk[state->path.active - 1];
1926 for (i = 0; i < state->path.active; i++) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/ppc/
H A Dtumbler.c175 static void write_audio_gpio(struct pmac_gpio *gp, int active) argument
179 active = active ? gp->active_val : gp->inactive_val;
180 do_gpio_write(gp, active);
181 DBG("(I) gpio %x write %d\n", gp->addr, active);
1101 /* Try to find the active state, default to 0 ! */
1102 base = of_get_property(node, "audio-gpio-active-state", NULL);
1130 DBG("(I) GPIO device %s found, offset: %x, active state: %d !\n",
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/cs46xx/
H A Ddsp_spos_scb_lib.c1167 if (ins->pcm_channels[i].active) {
1261 ins->pcm_channels[pcm_index].active = 1;
1353 snd_assert(pcm_channel->active, return );
1359 pcm_channel->active = 0;
1384 snd_assert(pcm_channel->active,return -EIO);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/macintosh/
H A Dtherm_pm72.c442 unsigned char active; local
457 rc = fan_read_reg(0xd, &active, 1);
460 if ((active & (1 << id)) == 0)
498 unsigned char active; local
513 rc = fan_read_reg(0x2d, &active, 1);
516 if ((active & (1 << id)) == 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/misc/
H A Dftdi-elan.c134 int active; member in struct:u132_target
343 if (target->active == 1) {
363 wait_1:if (target->active == 1) {
385 wait_2:if (target->active == 1) {
421 wait:if (target->active == 1) {
869 target->active -= 1;
948 if (target->active)
1542 target->active = 1;
1607 target->active = 1;
1664 target->active
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dxgettext-glade-397 <property name="label" translatable="yes">If you wish to insert any of the characters in to the active
204 "If you wish to insert any of the characters in to the active \n"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hisax/
H A Dbkm_a8.c118 /* Set the specific ipac to active */
120 set_ipac_active(struct IsdnCardState *cs, u_int active) argument
124 active ? 0xc0 : 0xff);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dpnp.h196 int active; member in struct:pnp_dev
255 #define pnp_can_configure(dev) ((!(dev)->active) && \
H A Dmmzone.h161 * Count the active zones. Note that the use of defined(X) outside
198 * zone reclaim becomes active if more unmapped pages exist.
468 void get_zone_counts(unsigned long *active, unsigned long *inactive,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/soc/at91/
H A Dat91-ssc.c638 if(!cpu_dai->active)
666 if(!cpu_dai->active)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dslub.c473 static void init_object(struct kmem_cache *s, void *object, int active) argument
484 active ? SLUB_RED_ACTIVE : SLUB_RED_INACTIVE,
596 void *object, int active)
603 active ? SLUB_RED_ACTIVE : SLUB_RED_INACTIVE;
607 active ? "Redzone Active" : "Redzone Inactive");
629 if (!active && (s->flags & __OBJECT_POISON) &&
646 if (!s->offset && active)
969 void *object, int active) { return 1; }
595 check_object(struct kmem_cache *s, struct page *page, void *object, int active) argument
968 check_object(struct kmem_cache *s, struct page *page, void *object, int active) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/i2c/
H A Dcs8427.c529 int snd_cs8427_iec958_active(struct snd_i2c_device *cs8427, int active) argument
535 if (active)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/legacy/
H A Dqd65xx.c131 * lower nibble represents active time, in count of VLB clocks
184 *active_time = p->active;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/md/
H A Dmd.c222 atomic_inc(&mddev->active);
228 if (!atomic_dec_and_lock(&mddev->active, &all_mddevs_lock))
274 atomic_set(&new->active, 1);
893 int active=0, working=0,failed=0,spare=0,nr_disks=0; local
973 active++;
995 sb->active_disks = active;
1908 /* Cannot set slot in active array (yet) */
2331 /* can only set chunk_size if array is not yet active */
2358 /* can only set chunk_size if array is not yet active */
2380 * May have some settings, but array is not active
2409 enum array_state { clear, inactive, suspended, readonly, read_auto, clean, active, enumerator in enum:array_state
3656 int nr,working,active,failed,spare; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/common/
H A Dir-functions.c314 ir->active = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pcmcia/
H A Di82365.c853 u_int events, active; local
860 active = 0;
886 active |= events;
888 if (!active) break;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/serial/
H A Dipaq.c608 priv->active = 0;
820 if (priv->active == 0) {
821 priv->active = 1;
890 priv->active = 0;
933 err("active config #%d != 1 ??",
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic79xx_proc.c250 copy_info(info, "\t\tCommands Active %d\n", dev->active);
H A Daic7xxx_proc.c228 copy_info(info, "\t\tCommands Active %d\n", dev->active);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dscsi_transport_iscsi.c737 conn->active = 0;
799 conn->active = 1;
855 conn->active = 1;
871 conn->active = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wan/
H A Dpc300.h247 ucchar active; /* if TRUE then already active */ member in struct:falc
388 uclong tslot_bitmap; /* bit[i]=1 => timeslot _i_ is active */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dsoc-dapm.h265 unsigned char active:1; /* active stream on DAC, ADC's */ member in struct:snd_soc_dapm_widget
270 unsigned char suspend:1; /* was active before suspend */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/mtd/
H A Dnand.h242 * @active: the mtd device which holds the controller currently
248 struct nand_chip *active; member in struct:nand_hw_control
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/mthca/
H A Dmthca_eq.c262 static void port_change(struct mthca_dev *dev, int port, int active) argument
267 active ? "active" : "down", port);
270 record.event = active ? IB_EVENT_PORT_ACTIVE : IB_EVENT_PORT_ERR;

Completed in 400 milliseconds

1234567891011>>