Searched refs:state (Results 176 - 200 of 201) sorted by relevance

123456789

/netgear-R7800-V1.0.2.28/target/linux/ubicom32/files/arch/ubicom32/mach-common/
H A Dswitch-bcm539x.c304 static int bcm539x_set_mode(struct bcm539x_data *bd, int state) argument
315 buf |= state ? (1 << 1) : 0;
785 * check PHY link state - CPU port (port 8) is always up
816 * check PHY link state first - CPU port (port 8) is always up
998 .name = "state",
/netgear-R7800-V1.0.2.28/package/qca-nss-ecm/src/frontends/nss/
H A Decm_nss_multicast_ipv4.c386 * and sends a 'multicast update' command to NSS to inform about these interface state changes.
505 * If there is no state change for an interface at this index,
769 * unstable data - especially if another thread has begun regeneration of the connection state.
772 * This is only to check for consistency of rule state - not that the state is stale.
1356 * unstable data - especially if another thread has begun regeneration of the connection state.
1359 * This is only to check for consistency of rule state - not that the state is stale.
1360 * Remember that the connection is marked as "accel pending state" so if a regen is flagged immediately
1736 * Get acceleration state
1741 ecm_front_end_acceleration_mode_t state; local
2722 ecm_tracker_connection_state_t state; local
[all...]
H A Decm_nss_multicast_ipv6.c397 * and sends a 'multicast update' command to NSS to inform about these interface state changes.
509 * If there is no state change for an interface at this index,
779 * unstable data - especially if another thread has begun regeneration of the connection state.
782 * This is only to check for consistency of rule state - not that the state is stale.
1305 * unstable data - especially if another thread has begun regeneration of the connection state.
1308 * This is only to check for consistency of rule state - not that the state is stale.
1309 * Remember that the connection is marked as "accel pending state" so if a regen is flagged immediately
1699 * Get acceleration state
1704 ecm_front_end_acceleration_mode_t state; local
2550 ecm_tracker_connection_state_t state; local
[all...]
/netgear-R7800-V1.0.2.28/package/qca-nss-drv/src/
H A Dnss_core.c1098 * Initialize NSS core state
1140 nss_ctx->state = NSS_CORE_STATE_INITIALIZED;
1208 * we need to initialize local state of NSS core. This helps us save an
1212 if (unlikely(nss_ctx->state == NSS_CORE_STATE_UNINITIALIZED)) {
1217 * up core. No NSS core knows the state of other other cores in system so
1232 * state and C2C addresses while we check their state.
1235 if (nss_top->nss[i].state == NSS_CORE_STATE_INITIALIZED) {
H A Dnss_core.h530 * NSS core state -- for H2N/N2H
620 enum nss_core_state state; /* State of NSS core */ member in struct:nss_ctx_instance
H A Dnss_n2h.c203 * Restore the current_value to its previous state
460 * Restore the current_value to its previous state
585 * Restore the current_value to its previous state
1019 if (unlikely(nss_ctx->state != NSS_CORE_STATE_INITIALIZED)) {
/netgear-R7800-V1.0.2.28/target/linux/generic/files/fs/yaffs2/
H A Dyaffs_guts.h237 * but it needs to be scanned to determine its true state.
238 * This state is only valid during yaffs_Scan.
240 * However, if this state is returned on a YAFFS2 device, then we expect a sequence number
577 yaffs_block_state_t *state, __u32 *seq_number);
/netgear-R7800-V1.0.2.28/target/linux/ramips/files/drivers/usb/dwc_otg/
H A Ddwc_otg_hcd.c399 .state = 0,
633 * Initializes dynamic portions of the DWC_otg HCD state.
686 /* Initialize the bus state. If the core is in Device Mode
690 hcd->state = HC_STATE_HALT;
692 hcd->state = HC_STATE_RUNNING;
696 hcd->state = HC_STATE_RUNNING;
1047 * clears state in the HCD related to the endpoint. Any URBs for the endpoint
1912 //DWC_PRINT("SUSPEND: wait complete! (%d)\n", _hcd->state);
2076 * @param hcd The HCD state structure.
2246 * @param hcd The HCD state structur
[all...]
H A Ddwc_otg_pcd.c257 DWC_WARN("%s, bogus device state\n", __func__);
549 DWC_WARN("%s, bogus device state\n", __func__);
633 DWC_DEBUGPL(DBG_ANY, "ep0: odd state %d\n",
726 DWC_WARN("%s, bogus device state\n", __func__);
1308 DWC_WARN("%s, bogus device state\n", __func__);
1411 DWC_WARN("%s, bogus device state\n", __func__);
1689 /* Check if suspend state */
1955 .state = 0,
1962 * state.
H A Ddwc_otg_pcd_intr.c59 * This function prints the ep0 state for debug purposes.
551 /* Reset the OTG state. */
708 * Reset Interrupt occurs the device state is set to DEFAULT and the
709 * EP0 state is set to IDLE.
1327 pcd->test_mode_tasklet.state = 0;
2497 * The state of the control tranfers are tracked in
/netgear-R7800-V1.0.2.28/target/linux/ubicom32/files/drivers/serial/
H A Dubi32_serdes.c131 * Put port functions 1-4 into reset state.
676 static int ubi32_serdes_suspend(struct platform_device *dev, pm_message_t state) argument
/netgear-R7800-V1.0.2.28/package/fast-classifier/src/
H A Dfast-classifier.c44 * Control state.
306 * state can not be SYN_SENT, SYN_RECV because connection is assured
310 if (ct->proto.tcp.state != TCP_CONNTRACK_ESTABLISHED) {
312 DEBUG_TRACE("connection in termination state: %#x, s: %pI4:%u, d: %pI4:%u\n",
313 ct->proto.tcp.state, &p_sic->src_ip, ntohs(p_sic->src_port),
904 * Callback event invoked when a conntrack connection's state changes.
937 * If this is an untracked connection then we can't have any state either.
1105 * Synchronize a connection's state.
/netgear-R7800-V1.0.2.28/target/linux/lantiq/files/drivers/usb/dwc_otg/
H A Ddwc_otg_hcd.c387 .state = 0,
572 * Initializes dynamic portions of the DWC_otg HCD state.
621 /* Initialize the bus state. If the core is in Device Mode
624 _hcd->state = HC_STATE_HALT;
627 _hcd->state = HC_STATE_RUNNING;
1001 * clears state in the HCD related to the endpoint. Any URBs for the endpoint
1843 //DWC_PRINT( "SUSPEND: wait complete! (%d)\n", _hcd->state);
2017 * @param _hcd The HCD state structure.
2200 * @param _hcd The HCD state structure.
2333 * @param _hcd The HCD state structur
[all...]
/netgear-R7800-V1.0.2.28/package/kernel/modules/
H A Dnetfilter.mk60 - state
/netgear-R7800-V1.0.2.28/target/linux/lantiq/files/arch/mips/include/asm/mach-lantiq/svip/
H A Dssc_reg.h23 volatile unsigned long state; /* 0x14 */ member in struct:svip_reg_ssc
/netgear-R7800-V1.0.2.28/target/linux/s3c24xx/files-2.6.30/drivers/input/misc/
H A Dlis302dl.c171 /* First zero to get to a known state */
838 static int lis302dl_suspend(struct spi_device *spi, pm_message_t state) argument
/netgear-R7800-V1.0.2.28/target/linux/s3c24xx/files-2.6.30/drivers/video/display/
H A Djbt6k74.c428 dev_err(&jbt->spi_dev->dev, "Failed enter state '%s')\n",
731 dev_err(&spi->dev, "cannot enter NORMAL state\n");
776 static int jbt_suspend(struct spi_device *spi, pm_message_t state) argument
/netgear-R7800-V1.0.2.28/package/qca-ssdk/src/include/hsl/
H A Dhsl_api.h1193 fal_port_t port_id, fal_stp_state_t state);
1197 fal_port_t port_id, fal_stp_state_t * state);
/netgear-R7800-V1.0.2.28/target/linux/lantiq/files/drivers/usb/ifxhcd/
H A Difxhcd.c489 /* Initialize the bus state. */
490 _syshcd->state = HC_STATE_RUNNING;
757 clears state in the HCD related to the endpoint. Any URBs for the endpoint
1294 \param _ifxhcd The HCD state structure.
1658 _ifxhcd->select_eps.state = 0;
2228 * and EPQH state associated with this transfer has been cleared
2240 * to the URBD and EPQH state.
/netgear-R7800-V1.0.2.28/docs/
H A Dwireless.tex421 options. It does not change the state of the interface.
H A Dbuild.tex560 After running make menuconfig or changing things in files/, your current state will
H A Drelease_notes_R7500.tex179 \item \texttt{5G WPS process state cannot show on WPS GUI page.}
267 \item \texttt{5G WPS process state cannot show on WPS GUI page.}
728 \item \texttt{Bug 48671,SQA-2173,The DUT still in auto lock down state after reboot.}
1091 \item \texttt{PPP enhancement,pull low 10 seconds before ppp connection in boot state automatically.}
/netgear-R7800-V1.0.2.28/target/linux/etrax/files/drivers/usb/host/
H A Dhc-crisv10.c117 removed and moved to the activeUrbList while its state change to STARTED and
119 state STARTED directly and added transfers added to DMA lists). */
122 /* Additional software state info for each epid */
139 /* Simplifying macros for checking software state info of a epid */
1120 hcd->state = HC_STATE_RUNNING;
1330 /* Both ports is enabled. The USB controller will not change state. */
1335 /* Only ports is enabled. The USB controller will change state and
1343 USB controller to change state to HOST_MODE state.
1344 The USB controller state transitio
4897 devdrv_hcd_suspend(struct usb_hcd *hcd, u32 state, u32 level) argument
[all...]
/netgear-R7800-V1.0.2.28/package/qca-ssdk/src/src/init/
H A Dssdk_init.c1294 pdev->state = PHY_RUNNING;
/netgear-R7800-V1.0.2.28/target/linux/generic/files/drivers/net/phy/
H A Dar8216.c2415 phydev->state = PHY_RUNNING;

Completed in 291 milliseconds

123456789