Lines Matching +full:dp +full:- +full:bridge
1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
31 /* PCIe bridge for Thunderbolt */
100 { 0x0, "Self-powered" },
125 { ADP_CS2_DP_OUT, "DP OUT Adapter" },
126 { ADP_CS2_DP_IN, "DP IN Adapter" },
168 while (table->value != NULL) { in tb_get_string()
169 if (table->key == key) in tb_get_string()
170 return (table->value); in tb_get_string()
189 {"bridge", DBG_BRIDGE},
232 if (*debug & string->flag) in tb_debug_sysctl()
233 sbuf_printf(sbuf, ",%s", string->name); in tb_debug_sysctl()
239 if (error || req->newptr == NULL) in tb_debug_sysctl()
242 len = req->newlen - req->newidx; in tb_debug_sysctl()
276 } else if (*list == '-') { in tb_parse_debug()
296 if (strcasecmp(token, string->name) == 0) { in tb_parse_debug()
297 flags |= string->flag; in tb_parse_debug()