Home
last modified time | relevance | path

Searched refs:ext (Results 2926 - 2950 of 3891) sorted by relevance

1...<<111112113114115116117118119120>>...156

/kernel/linux/linux-6.6/fs/ntfs/
H A Dattrib.c88 base_ni = ni->ext.base_ntfs_ino; in ntfs_map_runlist_nolock()
1621 base_ni = ni->ext.base_ntfs_ino; in ntfs_attr_make_non_resident()
1996 base_ni = ni->ext.base_ntfs_ino; in ntfs_attr_extend_allocation()
/kernel/linux/linux-6.6/drivers/spi/
H A Dspi-cadence-quadspi.c451 u8 ext; in cqspi_setup_opcode_ext() local
457 ext = op->cmd.opcode & 0xff; in cqspi_setup_opcode_ext()
461 reg |= ext << shift; in cqspi_setup_opcode_ext()
/kernel/linux/linux-6.6/drivers/media/platform/qcom/venus/
H A Dhfi_cmds.c673 struct hfi_mpeg4_header_extension *in = pdata, *ext = prop_data; in pkt_session_set_property_1x() local
675 ext->header_extension = in->header_extension; in pkt_session_set_property_1x()
676 pkt->shdr.hdr.size += sizeof(u32) + sizeof(*ext); in pkt_session_set_property_1x()
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/
H A Dsil-sii8620.c846 u8 ext = ((struct edid *)edid)->extensions; in sii8620_fetch_edid() local
848 if (ext) { in sii8620_fetch_edid()
851 edid_len += ext * EDID_LENGTH; in sii8620_fetch_edid()
/kernel/linux/linux-6.6/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop.c49 vop_reg_set(vop, &win->phy->scl->ext->name, \
389 if (!win->phy->scl->ext) { in scl_vop_cal_scl_fac()
593 if (win->phy->scl && win->phy->scl->ext) { in vop_win_disable()
/kernel/linux/linux-6.6/drivers/infiniband/hw/hns/
H A Dhns_roce_hw_v2.c4291 hr_reg_enable(&context->ext, QPCEX_STASH); in modify_qp_reset_to_init()
4802 hr_reg_write(&context->ext, QPCEX_CONG_ALG_SEL, cong_field.alg_sel); in fill_cong_field()
4803 hr_reg_clear(&qpc_mask->ext, QPCEX_CONG_ALG_SEL); in fill_cong_field()
4804 hr_reg_write(&context->ext, QPCEX_CONG_ALG_SUB_SEL, in fill_cong_field()
4806 hr_reg_clear(&qpc_mask->ext, QPCEX_CONG_ALG_SUB_SEL); in fill_cong_field()
4807 hr_reg_write(&context->ext, QPCEX_DIP_CTX_IDX_VLD, cong_field.dip_vld); in fill_cong_field()
4808 hr_reg_clear(&qpc_mask->ext, QPCEX_DIP_CTX_IDX_VLD); in fill_cong_field()
4809 hr_reg_write(&context->ext, QPCEX_SQ_RQ_NOT_FORBID_EN, in fill_cong_field()
4811 hr_reg_clear(&qpc_mask->ext, QPCEX_SQ_RQ_NOT_FORBID_EN); in fill_cong_field()
4823 hr_reg_write(&context->ext, QPCEX_DIP_CTX_ID in fill_cong_field()
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/
H A Dmain.c463 u8 *active_width, bool ext) in translate_eth_proto_oper()
465 return ext ? in translate_eth_proto_oper()
483 bool ext; in mlx5_query_port_roce() local
509 ext = !!MLX5_GET_ETH_PROTO(ptys_reg, out, true, eth_proto_capability); in mlx5_query_port_roce()
510 eth_prot_oper = MLX5_GET_ETH_PROTO(ptys_reg, out, ext, eth_proto_oper); in mlx5_query_port_roce()
516 &props->active_width, ext); in mlx5_query_port_roce()
2835 attr.ext.cq = devr->c0; in mlx5_ib_dev_res_init()
462 translate_eth_proto_oper(u32 eth_proto_oper, u16 *active_speed, u8 *active_width, bool ext) translate_eth_proto_oper() argument
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-script.c2932 const char *ext = strrchr(script, '.'); in find_script() local
2934 if (!ext) in find_script()
2937 scripting_ops = script_spec__lookup(++ext); in find_script()
2961 const char *script, *ext; in parse_scriptname() local
2986 ext = strrchr(script, '.'); in parse_scriptname()
2987 if (!ext) { in parse_scriptname()
2991 scripting_ops = script_spec__lookup(++ext); in parse_scriptname()
/base/account/os_account/services/accountmgr/test/unittest/app_account/
H A Dapp_account_stub_test.cpp28 using namespace testing::ext;
/base/hiviewdfx/hisysevent/test/moduletest/common/
H A Dhisysevent_c_test.cpp23 using namespace testing::ext;
/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Didentity_checker_test.cpp32 using namespace testing::ext;
H A Dime_proxy_test.cpp34 using namespace testing::ext;
H A Dfull_ime_info_manager_test.cpp29 using namespace testing::ext;
H A Dime_event_monitor_manager_test.cpp29 using namespace testing::ext;
H A Dtext_listener_inner_api_test.cpp30 using namespace testing::ext;
H A Dinput_method_editor_test.cpp52 using namespace testing::ext;
/base/hiviewdfx/hilog_lite/test/unittest/
H A Dhilog_lite_test.cpp21 using namespace testing::ext;
/base/hiviewdfx/hiview/test/unittest/unified_collection/utility/
H A Dtrace_collector_test.cpp24 using namespace testing::ext;
/base/hiviewdfx/hidumper/test/unittest/common/
H A Dhidumper_dumpers_test.cpp35 using namespace testing::ext;
H A Dhidumper_manager_test.cpp27 using namespace testing::ext;
/base/hiviewdfx/hiview/plugins/eventlogger/test/unittest/common/
H A Devent_logger_test.cpp35 using namespace testing::ext;
/base/hiviewdfx/hiview/test/unittest/unified_collection/client/
H A Dtrace_collector_client_test.cpp27 using namespace testing::ext;
/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Dmemory_test.cpp34 using namespace testing::ext;
/base/account/os_account/frameworks/osaccount/native/test/unittest/
H A Dos_account_info_test.cpp24 using namespace testing::ext;
/base/account/os_account/services/accountmgr/test/unittest/os_account/
H A Dos_account_control_file_manager_test.cpp37 using namespace testing::ext;

Completed in 51 milliseconds

1...<<111112113114115116117118119120>>...156