Home
last modified time | relevance | path

Searched refs:attrs (Results 726 - 750 of 3108) sorted by relevance

1...<<21222324252627282930>>...125

/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H A Dice_devlink.c1483 * @attrs: devlink attributes
1489 struct devlink_port_attrs *attrs) in ice_devlink_set_port_split_options()
1507 attrs->lanes = max_t(int, attrs->lanes, options[i].pmd); in ice_devlink_set_port_split_options()
1509 attrs->splittable = attrs->lanes ? 1 : 0; in ice_devlink_set_port_split_options()
1528 struct devlink_port_attrs attrs = {}; in ice_devlink_create_pf_port() local
1543 attrs.flavour = DEVLINK_PORT_FLAVOUR_PHYSICAL; in ice_devlink_create_pf_port()
1544 attrs.phys.port_number = pf->hw.bus.func; in ice_devlink_create_pf_port()
1550 ice_devlink_set_port_split_options(pf, &attrs); in ice_devlink_create_pf_port()
1488 ice_devlink_set_port_split_options(struct ice_pf *pf, struct devlink_port_attrs *attrs) ice_devlink_set_port_split_options() argument
1589 struct devlink_port_attrs attrs = {}; ice_devlink_create_vf_port() local
[all...]
/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sourceservice/dscreenmgr/2.0/src/
H A Ddscreen_test.cpp90 std::string attrs = "attrs"; in HWTEST_F() local
91 std::shared_ptr<Task> task = std::make_shared<Task>(TaskType::TASK_DISCONNECT, reqId, attrs); in HWTEST_F()
94 task = std::make_shared<Task>(TaskType::TASK_DISABLE, reqId, attrs); in HWTEST_F()
96 task = std::make_shared<Task>(TaskType::TASK_CONNECT, reqId, attrs); in HWTEST_F()
98 task = std::make_shared<Task>(TaskType::TASK_DISCONNECT, reqId, attrs); in HWTEST_F()
/kernel/linux/linux-5.10/arch/x86/events/intel/
H A Dcstate.c184 * "events" group (with empty attrs) before updating
189 .attrs = attrs_empty,
200 .attrs = core_format_attrs,
212 .attrs = cstate_cpumask_attrs,
268 .attrs = attrs_empty,
278 .attrs = pkg_format_attrs,
/kernel/linux/linux-5.10/drivers/misc/
H A Dics932s401.c84 struct attribute_group attrs; member
450 data->attrs.attrs = ics932s401_attr; in ics932s401_probe()
451 err = sysfs_create_group(&client->dev.kobj, &data->attrs); in ics932s401_probe()
467 sysfs_remove_group(&client->dev.kobj, &data->attrs); in ics932s401_remove()
/kernel/linux/linux-6.6/drivers/misc/
H A Dics932s401.c84 struct attribute_group attrs; member
448 data->attrs.attrs = ics932s401_attr; in ics932s401_probe()
449 err = sysfs_create_group(&client->dev.kobj, &data->attrs); in ics932s401_probe()
465 sysfs_remove_group(&client->dev.kobj, &data->attrs); in ics932s401_remove()
/kernel/linux/linux-6.6/drivers/hwmon/
H A Dmax31760.c49 struct attribute *attrs[LUT_SIZE + 2]; member
508 state->attrs[i] = &sda->dev_attr.attr; in max31760_create_lut_nodes()
511 state->attrs[i] = &dev_attr_pwm1_auto_point_temp_hyst.attr; in max31760_create_lut_nodes()
513 state->group.attrs = state->attrs; in max31760_create_lut_nodes()
/kernel/linux/linux-6.6/net/smc/
H A Dsmc_ism.c233 struct nlattr *attrs; in smc_nl_handle_smcd_dev() local
244 attrs = nla_nest_start(skb, SMC_GEN_DEV_SMCD); in smc_nl_handle_smcd_dev()
245 if (!attrs) in smc_nl_handle_smcd_dev()
276 nla_nest_end(skb, attrs); in smc_nl_handle_smcd_dev()
283 nla_nest_cancel(skb, attrs); in smc_nl_handle_smcd_dev()
/third_party/vk-gl-cts/framework/delibs/dethread/
H A DdeThreadTest.c253 deMutexAttributes attrs; in deMutex_selfTest() local
258 deMemset(&attrs, 0, sizeof(attrs)); in deMutex_selfTest()
260 attrs.flags = DE_MUTEX_RECURSIVE; in deMutex_selfTest()
262 mutex = deMutex_create(&attrs); in deMutex_selfTest()
/foundation/distributedhardware/distributed_audio/services/audiomanager/servicesource/src/
H A Ddaudio_source_service.cpp103 std::string attrs = param.sinkAttrs; in RegisterDistributedHardware() local
104 return DAudioSourceManager::GetInstance().EnableDAudio(devId, dhId, version, attrs, reqId); in RegisterDistributedHardware()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/fuzztest/distributedfwkservices_fuzzer/
H A Ddistributedfwkservices_fuzzer.cpp71 std::string attrs(reinterpret_cast<const char*>(data), size); in FwkServicesQueryDhSysSpecFuzzTest()
73 service.QueryDhSysSpec(targetKey, attrs); in FwkServicesQueryDhSysSpecFuzzTest()
/foundation/distributedhardware/distributed_screen/services/screenservice/test/fuzztest/sourceservice/dscreenservice/dscreensourcestub_fuzzer/
H A Ddscreensourcestub_fuzzer.cpp71 std::string attrs(reinterpret_cast<const char*>(data), size); in DscreenSourceStubFuzzTest()
86 sourceStubPtr->CheckRegParams(devId, dhId, version, attrs, reqId); in DscreenSourceStubFuzzTest()
/kernel/linux/linux-5.10/arch/c6x/mm/
H A Ddma-coherent.c75 gfp_t gfp, unsigned long attrs) in arch_dma_alloc()
103 dma_addr_t dma_handle, unsigned long attrs) in arch_dma_free()
74 arch_dma_alloc(struct device *dev, size_t size, dma_addr_t *handle, gfp_t gfp, unsigned long attrs) arch_dma_alloc() argument
102 arch_dma_free(struct device *dev, size_t size, void *vaddr, dma_addr_t dma_handle, unsigned long attrs) arch_dma_free() argument
/kernel/linux/linux-5.10/drivers/iio/pressure/
H A Dms5637.c120 .attrs = ms5637_attributes,
126 .attrs = &ms5637_attribute_group,
/kernel/linux/linux-5.10/fs/coda/
H A Dcoda_psdev.h61 struct CodaFid *newfid, struct coda_vattr *attrs);
64 struct CodaFid *newfid, struct coda_vattr *attrs);
/kernel/linux/linux-6.6/fs/coda/
H A Dcoda_psdev.h61 struct CodaFid *newfid, struct coda_vattr *attrs);
64 struct CodaFid *newfid, struct coda_vattr *attrs);
/kernel/linux/linux-6.6/block/
H A Dblk-crypto-sysfs.c59 .attrs = blk_crypto_attrs,
91 .attrs = blk_crypto_mode_attrs,
/kernel/linux/linux-6.6/mm/damon/
H A Dops-common.c84 damon_max_nr_accesses(&c->attrs); in damon_hot_score()
86 age_in_sec = (unsigned long)r->age * c->attrs.aggr_interval / 1000000; in damon_hot_score()
/kernel/linux/linux-6.6/net/ethtool/
H A Dpse-pd.c121 return !!info->attrs[ETHTOOL_A_PODL_PSE_ADMIN_CONTROL]; in ethnl_set_pse_validate()
129 struct nlattr **tb = info->attrs; in ethnl_set_pse()
H A Dmodule.c107 struct nlattr **tb = info->attrs; in ethnl_set_module_validate()
129 struct nlattr **tb = info->attrs; in ethnl_set_module()
/third_party/libphonenumber/java/demoapp/app/src/main/java/com/google/phonenumbers/demoapp/main/
H A DCountryDropdown.java48 public CountryDropdown(@NonNull Context context, @Nullable AttributeSet attrs) { in CountryDropdown() argument
49 super(context, attrs); in CountryDropdown()
/third_party/skia/src/xml/
H A DSkDOM.h35 const SkDOMAttr* attrs() const { in attrs() function
39 SkDOMAttr* attrs() { in attrs() function
/third_party/rust/crates/clap/clap_derive/src/utils/
H A Ddoc_comments.rs8 pub fn extract_doc_comment(attrs: &[syn::Attribute]) -> Vec<String> { in extract_doc_comment()
13 let mut lines: Vec<_> = attrs in extract_doc_comment()
/third_party/rust/crates/syn/src/
H A Dparse_quote.rs157 let attrs = input.call(Attribute::parse_outer)?; in parse()
174 attrs, in parse()
/kernel/linux/linux-5.10/drivers/dma/qcom/
H A Dhidma.c640 struct device_attribute *attrs; in hidma_create_sysfs_entry() local
643 attrs = devm_kmalloc(dev->ddev.dev, sizeof(struct device_attribute), in hidma_create_sysfs_entry()
645 if (!attrs) in hidma_create_sysfs_entry()
652 attrs->attr.name = name_copy; in hidma_create_sysfs_entry()
653 attrs->attr.mode = mode; in hidma_create_sysfs_entry()
654 attrs->show = hidma_show_values; in hidma_create_sysfs_entry()
655 sysfs_attr_init(&attrs->attr); in hidma_create_sysfs_entry()
657 return attrs; in hidma_create_sysfs_entry()
/kernel/linux/linux-5.10/drivers/fpga/
H A Ddfl-fme-perf.c196 .attrs = fme_perf_cpumask_attrs,
230 .attrs = fme_perf_format_attrs,
235 * "events" group (with empty attrs) before updating
244 .attrs = fme_perf_events_attrs_empty,
571 .attrs = fme_perf_basic_events_attrs,
617 .attrs = fme_perf_cache_events_attrs,
691 .attrs = fme_perf_fabric_events_attrs,
723 .attrs = fme_perf_vtd_events_attrs,
765 .attrs = fme_perf_vtd_sip_events_attrs,

Completed in 19 milliseconds

1...<<21222324252627282930>>...125