Home
last modified time | relevance | path

Searched refs:ot (Results 1 – 20 of 20) sorted by relevance

/linux-6.3-rc2/drivers/net/ethernet/chelsio/cxgb/
A Dcpl5_cmd.h186 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
292 union opcode_tid ot; member
[all …]
/linux-6.3-rc2/drivers/of/unittest-data/
A Doverlay_common.dtsi18 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";
A Doverlay.dtso10 compatible = "ot,hvac-large";
38 compatible = "ot,ferris-wheel";
A Doverlay_bad_symbol.dtso11 compatible = "ot,hvac-medium";
/linux-6.3-rc2/drivers/net/ethernet/chelsio/cxgb3/
A Dt3_cpl.h480 union opcode_tid ot; member
567 union opcode_tid ot; member
577 union opcode_tid ot; member
643 union opcode_tid ot; member
657 union opcode_tid ot; member
670 union opcode_tid ot; member
686 union opcode_tid ot; member
711 union opcode_tid ot; member
725 union opcode_tid ot; member
747 union opcode_tid ot; member
[all …]
/linux-6.3-rc2/drivers/net/ethernet/chelsio/cxgb4/
A Dt4_msg.h313 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
549 union opcode_tid ot; member
[all …]
/linux-6.3-rc2/drivers/net/ethernet/davicom/
A Ddm9000.h124 #define FCTR_HWOT(ot) (( ot & 0xf ) << 4 ) argument
125 #define FCTR_LWOT(ot) ( ot & 0xf ) argument
/linux-6.3-rc2/fs/ext4/
A Dorphan.c537 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-6.3-rc2/drivers/scsi/cxgbi/cxgb3i/
A Dcxgb3i.h44 union opcode_tid ot; member
54 union opcode_tid ot; member
/linux-6.3-rc2/drivers/gpio/
A Dgpio-max3191x.c128 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-6.3-rc2/drivers/gpu/drm/panel/
A Dpanel-edp.c667 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 …]
A Dpanel-simple.c513 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-6.3-rc2/Documentation/devicetree/bindings/regulator/
A Drichtek,rt6245-regulator.yaml42 richtek,ot-level-select:
/linux-6.3-rc2/Documentation/devicetree/bindings/mfd/
A Dtwl6040.txt5 They are connected ot the host processor via i2c for commands, McPDM for audio
/linux-6.3-rc2/drivers/target/iscsi/cxgbit/
A Dcxgbit_main.c512 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-6.3-rc2/drivers/scsi/cxgbi/cxgb4i/
A Dcxgb4i.c2337 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-6.3-rc2/fs/ocfs2/
A Djournal.c500 struct ocfs2_triggers *ot = to_ocfs2_trigger(triggers); in ocfs2_frozen_trigger() local
508 ocfs2_block_check_compute(data, size, data + ot->ot_offset); in ocfs2_frozen_trigger()
/linux-6.3-rc2/net/ipv4/
A Dfib_trie.c1900 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-6.3-rc2/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/
A Dchcr_ktls.c2151 u8 opcode = rpl->ot.opcode; in chcr_ktls_uld_rx_handler()
/linux-6.3-rc2/drivers/infiniband/hw/cxgb4/
A Dcm.c523 rpl->ot.opcode = cpl; in queue_arp_failure_cpl()
4304 opcode = rpl->ot.opcode; in process_work()

Completed in 79 milliseconds