Searched +full:pre +full:- +full:dcp (Results 1 – 12 of 12) sorted by relevance
| /freebsd/sys/contrib/device-tree/Bindings/display/ |
| H A D | apple,h7-display-pipe-mipi.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/display/apple,h7-display-pipe-mipi.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Apple pre-DCP display controller MIPI interface 10 - Sasha Finkelstein <fnkl.kernel@gmail.com> 13 The MIPI controller part of the pre-DCP Apple display controller 16 - $ref: dsi-controller.yaml# 21 - enum: 22 - apple,t8112-display-pipe-mipi [all …]
|
| H A D | apple,h7-display-pipe.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/display/apple,h7-display-pipe.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Apple pre-DCP display controller 10 - Sasha Finkelstein <fnkl.kernel@gmail.com> 19 - enum: 20 - apple,t8112-display-pipe 21 - apple,t8103-display-pipe 22 - const: apple,h7-display-pipe [all …]
|
| /freebsd/sys/net/ |
| H A D | debugnet.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 5 * Copyright (c) 2005-2014 Sandvine Incorporated. All rights reserved. 112 pcb->dp_state >= DN_STATE_HAVE_GW_MAC); in debugnet_get_gw_mac() 113 return (pcb->dp_gw_mac.octet); in debugnet_get_gw_mac() 120 pcb->dp_state >= DN_STATE_GOT_HERALD_PORT); in debugnet_get_server_addr() 121 return (&pcb->dp_server); in debugnet_get_server_addr() 128 pcb->dp_state >= DN_STATE_GOT_HERALD_PORT); in debugnet_get_server_port() 129 return (pcb->dp_server_port); in debugnet_get_server_port() 157 if (((ifp->if_flags & (IFF_MONITOR | IFF_UP)) != IFF_UP) || in debugnet_ether_output() [all …]
|
| /freebsd/share/misc/ |
| H A D | usb_vendors | 6 # http://www.linux-usb.org/usb-ids.html 7 # or send entries as patches (diff -u old new) in the 10 # http://www.linux-usb.org/usb.ids 13 # Date: 2025-09-15 20:34:02 20 # device device_name <-- single tab 21 # interface interface_name <-- two tabs 38 5301 GW-US54ZGL 802.11bg 54 145f NW-3100 802.11b/g 54Mbps Wireless Network Adapter [zd1211] 64 0200 TP-Link 86 120e ASI120MC-S Planetary Camera [all …]
|
| /freebsd/sys/contrib/device-tree/src/arm/nxp/mxs/ |
| H A D | imx23.dtsi | 1 // SPDX-License-Identifier: GPL-2.0+ 5 #include "imx23-pinfunc.h" 8 #address-cells = <1>; 9 #size-cells = <1>; 11 interrupt-parent = <&icoll>; 14 * pre-existing /chosen node to be available to insert the 31 #address-cells = <1>; 32 #size-cells = <0>; 35 compatible = "arm,arm926ej-s"; 42 compatible = "simple-bus"; [all …]
|
| H A D | imx28.dtsi | 1 // SPDX-License-Identifier: GPL-2.0+ 5 #include <dt-bindings/gpio/gpio.h> 6 #include "imx28-pinfunc.h" 9 #address-cells = <1>; 10 #size-cells = <1>; 12 interrupt-parent = <&icoll>; 15 * pre-existing /chosen node to be available to insert the 42 #address-cells = <1>; 43 #size-cells = <0>; 46 compatible = "arm,arm926ej-s"; [all …]
|
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | dsl_pool.c | 1 // SPDX-License-Identifier: CDDL-1.0 10 * or https://opensource.org/licenses/CDDL-1.0. 57 * ------------------ 62 * for short periods and would lead to highly lumpy performance. On a per-pool 78 * As buffers are modified dsl_pool_willuse_space() increments both the per- 82 * relevant, the per-txg value is useful for debugging. The tunable 155 * that are pre-populated when the taskq is first created (via the 157 * taskq entries that are cached after an on-demand allocation (via the 161 * already be a taskq entry pre-allocated by the time that it is needed 163 * on-demand allocation of a new taskq entry from failing, which would [all …]
|
| H A D | zfs_ioctl.c | 1 // SPDX-License-Identifier: CDDL-1.0 10 * or https://opensource.org/licenses/CDDL-1.0. 39 * Copyright (c) 2017 Open-E, Inc. All Rights Reserved. 57 * Non-legacy ioctls should be registered by calling 67 * output nvlists. The log entry can be printed with "zpool history -i". 84 * This specifies what to expect in the zfs_cmd_t:zc_name -- a pool 85 * name, a dataset name, or nothing. If the name is not well-formed, 87 * Therefore, the callback can assume that the name is well-formed 88 * (e.g. is null-terminated, doesn't have more than one '@' character, 96 * Multiple checks can be or-ed together (e.g. POOL_CHECK_SUSPENDED | [all …]
|
| H A D | spa.c | 1 // SPDX-License-Identifier: CDDL-1.0 10 * or https://opensource.org/licenses/CDDL-1.0. 44 * This file contains all the routines used when modifying on-disk SPA state. 115 * moves it to some Illumos-specific place, or removes it entirely. 121 * prevent CPU-intensive kernel threads from affecting latency on interactive 168 * are so high frequency and short-lived that the taskq itself can become a 170 * additional degree of parallelism specified by the number of threads per- 223 * This is used by zdb to analyze non-idle pools. 245 * A non-zero value for zfs_max_missing_tvds means that we allow importing 246 * pools with missing top-level vdevs. This is strictly intended for advanced [all …]
|
| H A D | dsl_dataset.c | 1 // SPDX-License-Identifier: CDDL-1.0 10 * or https://opensource.org/licenses/CDDL-1.0. 127 if (ds->ds_reserved == 0) in parent_delta() 131 old_bytes = MAX(ds_phys->ds_unique_bytes, ds->ds_reserved); in parent_delta() 132 new_bytes = MAX(ds_phys->ds_unique_bytes + delta, ds->ds_reserved); in parent_delta() 134 ASSERT3U(ABS((int64_t)(new_bytes - old_bytes)), <=, ABS(delta)); in parent_delta() 135 return (new_bytes - old_bytes); in parent_delta() 141 spa_t *spa = dmu_tx_pool(tx)->dp_spa; in dsl_dataset_block_born() 157 dsl_pool_mos_diduse_space(tx->tx_pool, in dsl_dataset_block_born() 163 dsl_dataset_phys(ds)->ds_prev_snap_txg); in dsl_dataset_block_born() [all …]
|
| /freebsd/sys/contrib/device-tree/src/arm/nxp/imx/ |
| H A D | imx6sl.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 5 #include <dt-bindings/interrupt-controller/irq.h> 6 #include "imx6sl-pinfunc.h" 7 #include <dt-bindings/clock/imx6sl-clock.h> 10 #address-cells = <1>; 11 #size-cells = <1>; 14 * pre-existing /chosen node to be available to insert the 50 #address-cells = <1>; 51 #size-cells = <0>; 54 compatible = "arm,cortex-a9"; [all …]
|
| /freebsd/sys/kern/ |
| H A D | subr_bus.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 171 static MALLOC_DEFINE(M_BUS_SC, "bus-sc", "Bus data structures, softc"); 181 #define DRIVERNAME(d) ((d)? d->name : "no driver") 182 #define DEVCLANAME(d) ((d)? d->name : "no devclass") 244 value = dc->parent ? dc->parent->name : ""; in devclass_sysctl_handler() 255 if (dc->sysctl_tree != NULL) in devclass_sysctl_init() 257 sysctl_ctx_init(&dc->sysctl_ctx); in devclass_sysctl_init() 258 dc->sysctl_tree = SYSCTL_ADD_NODE(&dc->sysctl_ctx, in devclass_sysctl_init() 259 SYSCTL_STATIC_CHILDREN(_dev), OID_AUTO, dc->name, in devclass_sysctl_init() [all …]
|