/Linux-v6.1/drivers/net/ethernet/chelsio/cxgb/ |
D | cpl5_cmd.h | 164 #define OPCODE_TID(cmd) ((cmd)->ot.opcode_tid) 186 union opcode_tid ot; member 198 union opcode_tid ot; member 208 union opcode_tid ot; member 221 union opcode_tid ot; member 237 union opcode_tid ot; member 252 union opcode_tid ot; member 264 union opcode_tid ot; member 275 union opcode_tid ot; member 287 union opcode_tid ot; member [all …]
|
/Linux-v6.1/drivers/of/unittest-data/ |
D | overlay_common.dtsi | 18 compatible = "ot,big-volts-control"; 23 compatible = "ot,hvac-medium"; 29 compatible = "ot,ferris-wheel-motor"; 35 compatible = "ot,roller-coaster-motor"; 42 compatible = "ot,rides"; 49 compatible = "ot,roller-coaster"; 71 compatible = "ot,work-lights"; 77 compatible = "ot,show-lights"; 85 compatible = "ot,tickets";
|
D | overlay.dts | 10 compatible = "ot,hvac-large"; 38 compatible = "ot,ferris-wheel";
|
D | overlay_bad_symbol.dts | 11 compatible = "ot,hvac-medium";
|
/Linux-v6.1/drivers/net/ethernet/chelsio/cxgb3/ |
D | t3_cpl.h | 204 #define OPCODE_TID(cmd) ((cmd)->ot.opcode_tid) 480 union opcode_tid ot; member 492 RSS_HDR union opcode_tid ot; member 502 RSS_HDR union opcode_tid ot; member 539 RSS_HDR union opcode_tid ot; member 567 union opcode_tid ot; member 577 union opcode_tid ot; member 618 RSS_HDR union opcode_tid ot; member 629 RSS_HDR union opcode_tid ot; member 643 union opcode_tid ot; member [all …]
|
/Linux-v6.1/drivers/net/ethernet/chelsio/cxgb4/ |
D | t4_msg.h | 203 #define OPCODE_TID(cmd) ((cmd)->ot.opcode_tid) 313 union opcode_tid ot; member 361 union opcode_tid ot; member 373 union opcode_tid ot; member 397 union opcode_tid ot; member 461 union opcode_tid ot; member 496 union opcode_tid ot; member 505 union opcode_tid ot; member 521 union opcode_tid ot; member 534 union opcode_tid ot; member [all …]
|
/Linux-v6.1/drivers/net/ethernet/davicom/ |
D | dm9000.h | 124 #define FCTR_HWOT(ot) (( ot & 0xf ) << 4 ) argument 125 #define FCTR_LWOT(ot) ( ot & 0xf ) argument
|
/Linux-v6.1/fs/ext4/ |
D | orphan.c | 537 struct ext4_orphan_block_tail *ot; in ext4_orphan_file_block_csum_verify() local 543 ot = ext4_orphan_block_tail(sb, bh); in ext4_orphan_file_block_csum_verify() 548 return le32_to_cpu(ot->ob_checksum) == calculated; in ext4_orphan_file_block_csum_verify() 560 struct ext4_orphan_block_tail *ot; in ext4_orphan_file_block_trigger() local 567 ot = ext4_orphan_block_tail(sb, bh); in ext4_orphan_file_block_trigger() 568 ot->ob_checksum = cpu_to_le32(csum); in ext4_orphan_file_block_trigger() 580 struct ext4_orphan_block_tail *ot; in ext4_init_orphan_info() local 609 ot = ext4_orphan_block_tail(sb, oi->of_binfo[i].ob_bh); in ext4_init_orphan_info() 610 if (le32_to_cpu(ot->ob_magic) != EXT4_ORPHAN_BLOCK_MAGIC) { in ext4_init_orphan_info()
|
/Linux-v6.1/drivers/scsi/cxgbi/cxgb3i/ |
D | cxgb3i.h | 44 union opcode_tid ot; member 54 union opcode_tid ot; member
|
/Linux-v6.1/drivers/gpio/ |
D | gpio-max3191x.c | 128 int val, i, ot = 0, uv1 = 0; in max3191x_readout_locked() local 147 ot = (status >> 1) & 1; in max3191x_readout_locked() 148 __assign_bit(i, max3191x->overtemp, ot); in max3191x_readout_locked() 149 if (ot) in max3191x_readout_locked() 182 if (val && !uv1 && !ot) in max3191x_readout_locked()
|
/Linux-v6.1/drivers/gpu/drm/panel/ |
D | panel-edp.c | 667 const struct display_timing *ot) in panel_edp_parse_panel_timing_node() argument 685 if (!PANEL_EDP_BOUNDS_CHECK(ot, dt, hactive) || in panel_edp_parse_panel_timing_node() 686 !PANEL_EDP_BOUNDS_CHECK(ot, dt, hfront_porch) || in panel_edp_parse_panel_timing_node() 687 !PANEL_EDP_BOUNDS_CHECK(ot, dt, hback_porch) || in panel_edp_parse_panel_timing_node() 688 !PANEL_EDP_BOUNDS_CHECK(ot, dt, hsync_len) || in panel_edp_parse_panel_timing_node() 689 !PANEL_EDP_BOUNDS_CHECK(ot, dt, vactive) || in panel_edp_parse_panel_timing_node() 690 !PANEL_EDP_BOUNDS_CHECK(ot, dt, vfront_porch) || in panel_edp_parse_panel_timing_node() 691 !PANEL_EDP_BOUNDS_CHECK(ot, dt, vback_porch) || in panel_edp_parse_panel_timing_node() 692 !PANEL_EDP_BOUNDS_CHECK(ot, dt, vsync_len)) in panel_edp_parse_panel_timing_node() 695 if (ot->flags != dt->flags) in panel_edp_parse_panel_timing_node() [all …]
|
D | panel-simple.c | 513 const struct display_timing *ot) in panel_simple_parse_panel_timing_node() argument 531 if (!PANEL_SIMPLE_BOUNDS_CHECK(ot, dt, hactive) || in panel_simple_parse_panel_timing_node() 532 !PANEL_SIMPLE_BOUNDS_CHECK(ot, dt, hfront_porch) || in panel_simple_parse_panel_timing_node() 533 !PANEL_SIMPLE_BOUNDS_CHECK(ot, dt, hback_porch) || in panel_simple_parse_panel_timing_node() 534 !PANEL_SIMPLE_BOUNDS_CHECK(ot, dt, hsync_len) || in panel_simple_parse_panel_timing_node() 535 !PANEL_SIMPLE_BOUNDS_CHECK(ot, dt, vactive) || in panel_simple_parse_panel_timing_node() 536 !PANEL_SIMPLE_BOUNDS_CHECK(ot, dt, vfront_porch) || in panel_simple_parse_panel_timing_node() 537 !PANEL_SIMPLE_BOUNDS_CHECK(ot, dt, vback_porch) || in panel_simple_parse_panel_timing_node() 538 !PANEL_SIMPLE_BOUNDS_CHECK(ot, dt, vsync_len)) in panel_simple_parse_panel_timing_node() 541 if (ot->flags != dt->flags) in panel_simple_parse_panel_timing_node() [all …]
|
/Linux-v6.1/Documentation/devicetree/bindings/mfd/ |
D | twl6040.txt | 5 They are connected ot the host processor via i2c for commands, McPDM for audio
|
/Linux-v6.1/drivers/target/iscsi/cxgbit/ |
D | cxgbit_main.c | 512 op = rpl->ot.opcode; in cxgbit_uld_lro_rx_handler() 516 cdev, op, rpl->ot.opcode_tid, in cxgbit_uld_lro_rx_handler() 517 ntohl(rpl->ot.opcode_tid), skb); in cxgbit_uld_lro_rx_handler()
|
/Linux-v6.1/drivers/scsi/cxgbi/cxgb4i/ |
D | cxgb4i.c | 2337 opc = rpl->ot.opcode; in t4_uld_rx_handler() 2340 cdev, opc, rpl->ot.opcode_tid, ntohl(rpl->ot.opcode_tid), skb); in t4_uld_rx_handler()
|
/Linux-v6.1/fs/ocfs2/ |
D | journal.c | 499 struct ocfs2_triggers *ot = to_ocfs2_trigger(triggers); in ocfs2_frozen_trigger() local 507 ocfs2_block_check_compute(data, size, data + ot->ot_offset); in ocfs2_frozen_trigger()
|
/Linux-v6.1/net/ipv4/ |
D | fib_trie.c | 1900 struct trie *ot = (struct trie *)oldtb->tb_data; in fib_trie_unmerge() local 1901 struct key_vector *l, *tp = ot->kv; in fib_trie_unmerge()
|
/Linux-v6.1/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/ |
D | chcr_ktls.c | 2153 u8 opcode = rpl->ot.opcode; in chcr_ktls_uld_rx_handler()
|
/Linux-v6.1/drivers/infiniband/hw/cxgb4/ |
D | cm.c | 523 rpl->ot.opcode = cpl; in queue_arp_failure_cpl() 4297 opcode = rpl->ot.opcode; in process_work()
|