/freebsd/share/man/man4/ |
H A D | iicmux.4 | 65 one or more downstream I2C buses, and it can be commanded to connect 66 any one of the downstream buses to the upstream bus. 67 Some hardware may be able to connect multiple downstream buses at the 75 the active downstream bus. 80 Some mux hardware has the ability to disconnect all downstream buses 82 Other hardware must always have one of the downstream buses connected. 84 downstream bus (if any) should be connected while in the idle state. 85 In the absence of such configuration, whichever downstream bus was 88 When an I2C slave device on a bus downstream of a mux initiates I/O, 96 connects the upstream I2C bus to the downstream bus which hosts the [all …]
|
H A D | ltc430x.4 | 51 It automatically connects an upstream I2C bus to one of several downstream 52 buses as needed when slave devices on the downstream buses initiate I/O. 82 ltc,downstream-accelerators-enable 126 Whether to disconnect all downstream busses from the upstream bus when idle. 127 If set to zero, the most recently used downstream bus is left connected to 129 Any non-zero value causes all downstream busses to be disconnected when idle. 134 instance for every downstream bus supported by the chip. 135 There is currently no way to indicate used versus unused downstream channels.
|
H A D | ng_UI.4 | 50 .Dv downstream . 52 .Dv downstream 62 .Dv downstream 66 .Bl -tag -width ".Va downstream" 67 .It Va downstream 68 Downstream connection.
|
H A D | ng_vlan.4 | 42 .Va downstream 52 .Va downstream 69 .Va downstream 75 .Va downstream 80 .It Va downstream 119 mkpeer ${ETHER_IF}: vlan lower downstream
|
H A D | ng_pipe.4 | 54 .Sy downstream 64 Data received on a hook - both in upstream and downstream direction - 124 struct ng_pipe_hookcfg downstream; 158 struct ng_pipe_hookstat downstream; 181 struct ng_pipe_hookrun downstream; 199 msg fxp0_pipe: setcfg { downstream={ bandwidth=20000000 fifo=1 } }
|
H A D | ng_frame_relay.4 | 54 .Dv downstream 64 .Bl -tag -width ".Va downstream" 65 .It Va downstream 96 .Dv downstream .
|
H A D | ng_etf.4 | 43 .Em downstream 56 .Em downstream 68 .It Em downstream 121 mkpeer ${ETHER_IF}: etf lower downstream
|
H A D | ng_car.4 | 63 .Sy downstream 158 struct ng_car_hookconf downstream; 176 struct ng_car_hookstats downstream; 196 …msg fxp0_car: setconf { downstream={ cir=20000000 cbs=2500000 ebs=2500000 greenAction=1 yellowActi…
|
H A D | pca954x.4 | 54 It automatically connects an upstream I2C bus to one of several downstream 55 buses as needed when slave devices on the downstream buses initiate I/O. 108 instance for every downstream bus supported by the chip.
|
H A D | ng_rfc1490.4 | 53 .Dv downstream 79 .Bl -tag -width ".Va downstream" 80 .It Va downstream
|
H A D | ng_cisco.4 | 63 .Dv downstream 115 .Bl -tag -width ".Va downstream" 116 .It Va downstream
|
/freebsd/sys/contrib/device-tree/Bindings/usb/ |
H A D | aspeed,usb-vhub.yaml | 16 the Virtual Hub's downstream USB devices. 19 revisions. AST2400 and AST2500 Virtual Hub supports 5 downstream devices 20 and 15 generic endpoints, while AST2600 Virtual Hub supports 7 downstream 39 aspeed,vhub-downstream-ports: 40 description: Number of downstream ports supported by the Virtual Hub 107 - aspeed,vhub-downstream-ports 120 aspeed,vhub-downstream-ports = <5>;
|
/freebsd/sys/netgraph/ |
H A D | ng_car.c | 440 bcopy(&priv->upper.stats, &bstats->downstream, in ng_car_rcvmsg() 441 sizeof(bstats->downstream)); in ng_car_rcvmsg() 465 bcopy(&priv->upper.conf, &bconf->downstream, in ng_car_rcvmsg() 466 sizeof(bconf->downstream)); in ng_car_rcvmsg() 470 if (bconf->downstream.opt & NG_CAR_COUNT_PACKETS) { in ng_car_rcvmsg() 471 bconf->downstream.cir /= 1024; in ng_car_rcvmsg() 472 bconf->downstream.pir /= 1024; in ng_car_rcvmsg() 473 bconf->downstream.cbs /= 128; in ng_car_rcvmsg() 474 bconf->downstream.ebs /= 128; in ng_car_rcvmsg() 495 if (bconf->downstream.opt & NG_CAR_COUNT_PACKETS) { in ng_car_rcvmsg() [all …]
|
H A D | ng_frame_relay.c | 47 * It has a 'downstream' hook that goes to the line, and a 89 struct ctxinfo downstream; member 227 * We allow hooks called "debug", "downstream" and dlci[0-1023] 229 * channel. A NULL pointer is debug and a DLCI of -1 means downstream. 248 * trailing channel number up to 4 digits, or are the downstream in ngfrm_newhook() 253 /* It must be the downstream connection */ in ngfrm_newhook() 258 if (sc->downstream.hook) in ngfrm_newhook() 262 NG_HOOK_SET_PRIVATE(hook, &sc->downstream); in ngfrm_newhook() 263 sc->downstream.hook = hook; in ngfrm_newhook() 264 sc->downstream.dlci = -1; in ngfrm_newhook() [all …]
|
H A D | ng_pipe.h | 70 struct ng_pipe_hookstat downstream; member 76 { "downstream", (hstype) }, \ 102 struct ng_pipe_hookrun downstream; member 108 { "downstream", (hstype) }, \ 148 struct ng_pipe_hookcfg downstream; member 158 { "downstream", (hstype) }, \
|
H A D | ng_car.h | 62 struct ng_car_hookstats downstream; member 66 { "downstream", (hstatstype) }, \ 122 struct ng_car_hookconf downstream; member 126 { "downstream", (hconftype) }, \
|
H A D | ng_etf.h | 49 #define NG_ETF_HOOK_DOWNSTREAM "downstream" 62 u_int32_t packets_in; /* packets in from downstream */ 63 u_int32_t packets_out; /* packets out towards downstream */
|
H A D | ng_etf.c | 148 u_int packets_in; /* packets in from downstream */ 149 u_int packets_out; /* packets out towards downstream */ 298 /* and is not the downstream hook */ in ng_etf_rcvmsg() 376 * Everything not from the downstream hook goes to the in ng_etf_rcvdata() 377 * downstream hook. But only if it matches the ethertype in ng_etf_rcvdata() 396 * if from downstream, select between a match hook or in ng_etf_rcvdata() 408 * It must be heading towards the downstream. in ng_etf_rcvdata()
|
H A D | ng_sample.h | 59 #define NG_XXX_HOOK_DOWNSTREAM "downstream" 70 u_int32_t packets_in; /* packets in from downstream */ 71 u_int32_t packets_out; /* packets out towards downstream */
|
H A D | ng_cisco.c | 91 uint16_t af; /* address family, -1 = downstream */ 101 struct protoent downstream; member 196 sc->downstream.af = 0xffff; in cisco_constructor() 213 sc->downstream.hook = hook; in cisco_newhook() 214 NG_HOOK_SET_PRIVATE(hook, &sc->downstream); in cisco_newhook() 385 NG_FWD_NEW_DATA(error, item, sc->downstream.hook, m); in cisco_rcvdata() 422 /* If it is the downstream hook, stop the timers */ in cisco_disconnect() 624 NG_SEND_DATA_ONLY(error, sc->downstream.hook, m); in cisco_send()
|
/freebsd/share/examples/netgraph/ |
H A D | frame_relay | 9 ngctl mkpeer ${CARD}: frame_relay rawdata downstream 22 ngctl mkpeer ${CARD}:rawdata rfc1490 dlci${DLCI} downstream 38 # ngctl mkpeer ${CARD}: frame_relay rawdata downstream 43 # ngctl mkpeer mux: rfc1490 dlci${DLCI} downstream
|
/freebsd/sys/dev/iicbus/mux/ |
H A D | iicmux.h | 35 * configured to do when the downstream buses are idle. Hardware has varying 36 * capabilities; it may disconnect all downstream buses, or connect a specific 68 * calls to add other downstream buses that participate in the mux switching, it 69 * must call iicmux_add_child() to inform the core driver of the downstream
|
/freebsd/sys/contrib/device-tree/src/arm64/freescale/ |
H A D | fsl-ls2080a.dtsi | 134 ranges = <0x81000000 0x0 0x00000000 0x10 0x00010000 0x0 0x00010000 /* downstream I/O */ 142 ranges = <0x81000000 0x0 0x00000000 0x12 0x00010000 0x0 0x00010000 /* downstream I/O */ 150 ranges = <0x81000000 0x0 0x00000000 0x14 0x00010000 0x0 0x00010000 /* downstream I/O */ 158 ranges = <0x81000000 0x0 0x00000000 0x16 0x00010000 0x0 0x00010000 /* downstream I/O */
|
/freebsd/sys/contrib/device-tree/Bindings/power/supply/ |
H A D | gpio-charger.txt | 12 usb-sdp (USB standard downstream port) 14 usb-cdp (USB charging downstream port)
|
/freebsd/contrib/unbound/doc/ |
H A D | FEATURES | 60 UDP and TCP service is provided downstream. 62 SSL wrapped TCP service can be used upstream and provided downstream. 73 Also implements bitwise echo of the query to support downstream 0x20.
|