/kernel/linux/linux-6.6/tools/arch/arm64/include/asm/ |
H A D | sysreg.h | 712 /* Position the attr at the correct index */ 713 #define MAIR_ATTRIDX(attr, idx) ((attr) << ((idx) * 8))
|
/kernel/linux/linux-6.6/net/openvswitch/ |
H A D | flow.c | 1075 int ovs_flow_key_extract_userspace(struct net *net, const struct nlattr *attr, in ovs_flow_key_extract_userspace() argument 1083 err = parse_flow_nlattrs(attr, a, &attrs, log); in ovs_flow_key_extract_userspace()
|
/kernel/linux/linux-6.6/samples/vfio-mdev/ |
H A D | mbochs.c | 1328 memory_show(struct device *dev, struct device_attribute *attr, in memory_show() argument 1338 &dev_attr_memory.attr,
|
H A D | mtty.c | 1318 sample_mdev_dev_show(struct device *dev, struct device_attribute *attr, in sample_mdev_dev_show() argument 1327 &dev_attr_sample_mdev_dev.attr,
|
/third_party/jinja2/ |
H A D | environment.py | 470 attr = str(argument) 475 return getattr(obj, attr) 982 """Load a template by name with :attr:`loader` and return a 992 :param globals: Extend the environment :attr:`globals` with 1027 :param globals: Extend the environment :attr:`globals` with 1093 :attr:`loader`. 1096 :param globals: Extend the environment :attr:`globals` with 1111 globals overlay the environment :attr:`globals`. 1398 """This method works like the :attr:`module` attribute when called
|
H A D | parser.py | 493 attr = self.stream.expect("name") 494 target = nodes.NSRef(token.value, attr.value, lineno=token.lineno)
|
/third_party/node/deps/v8/third_party/jinja2/ |
H A D | parser.py | 423 attr = self.stream.expect("name") 424 target = nodes.NSRef(token.value, attr.value, lineno=token.lineno)
|
/third_party/node/tools/inspector_protocol/jinja2/ |
H A D | parser.py | 409 attr = self.stream.expect('name') 410 target = nodes.NSRef(token.value, attr.value, lineno=token.lineno)
|
/third_party/skia/third_party/externals/jinja2/ |
H A D | parser.py | 423 attr = self.stream.expect("name") 424 target = nodes.NSRef(token.value, attr.value, lineno=token.lineno)
|
/third_party/skia/tests/ |
H A D | VkHardwareBufferTest.cpp | 337 EGLint attr[] = { in importAndWaitOnSemaphore() local 341 EGLSyncKHR eglsync = fEGLCreateSyncKHR(eglDisplay, EGL_SYNC_NATIVE_FENCE_ANDROID, attr); in importAndWaitOnSemaphore()
|
/third_party/python/Python/ |
H A D | _warnings.c | 196 get_warnings_attr(PyInterpreterState *interp, PyObject *attr, int try_import) in get_warnings_attr() argument 225 (void)_PyObject_LookupAttr(warnings_module, attr, &obj); in get_warnings_attr()
|
/third_party/rust/crates/libc/src/unix/redox/ |
H A D | mod.rs | 1009 attr: *const ::pthread_attr_t, in pthread_create() 1014 attr: *mut pthread_condattr_t, in pthread_condattr_setclock()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
H A D | ieee802_11_common.c | 1697 size_t mbo_add_ie(u8 *buf, size_t len, const u8 *attr, size_t attr_len) in mbo_add_ie() argument 1715 os_memcpy(buf, attr, attr_len); in mbo_add_ie()
|
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/primary/ |
H A D | audio_renderer_sink.cpp | 158 int32_t Init(const IAudioSinkAttr &attr) override; 397 CHECK_AND_RETURN_RET_LOG(ret == SUCCESS, "", "GetDPDeviceAttrInfo failed when init attr"); in GetDPDeviceAttrInfo() 723 int32_t AudioRendererSinkInner::Init(const IAudioSinkAttr &attr) in Init() argument 725 attr_ = attr; in Init() 1320 CHECK_AND_RETURN_RET_LOG(ret == SUCCESS, ret, "Preload failed when init attr"); in Preload() 1384 AUDIO_ERR_LOG("check attr failed channel[%{public}d] sampleRate[%{public}d]", attr_.channel, attr_.sampleRate); in UpdateDPAttrs()
|
/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/ |
H A D | main.cpp | 1170 for (auto& attr : resources.stage_inputs) {
1171 const spirv_cross::SPIRType attributeType = compiler.get_type(attr.type_id);
1176 info.description.location = compiler.get_decoration(attr.id, spv::DecorationLocation);
|
/kernel/linux/linux-5.10/drivers/ata/ |
H A D | ahci.c | 1682 struct device_attribute *attr, in remapped_nvme_show() 1797 &dev_attr_remapped_nvme.attr, in ahci_init_one() 1960 &dev_attr_remapped_nvme.attr, in ahci_remove_one() 1681 remapped_nvme_show(struct device *dev, struct device_attribute *attr, char *buf) remapped_nvme_show() argument
|
/kernel/linux/linux-5.10/drivers/acpi/ |
H A D | scan.c | 1395 * acpi_get_dma_attr - Check the supported DMA attr for the specified device. 1486 * @attr: device dma attributes 1489 int acpi_dma_configure_id(struct device *dev, enum dev_dma_attr attr, in acpi_dma_configure_id() argument 1494 if (attr == DEV_DMA_NOT_SUPPORTED) { in acpi_dma_configure_id() 1506 iommu, attr == DEV_DMA_COHERENT); in acpi_dma_configure_id()
|
/kernel/linux/linux-5.10/drivers/block/null_blk/ |
H A D | main.c | 1782 static bool __null_setup_fault(struct fault_attr *attr, char *str) in __null_setup_fault() argument 1787 if (!setup_fault_attr(attr, str)) in __null_setup_fault() 1790 attr->verbose = 0; in __null_setup_fault()
|
/kernel/linux/linux-5.10/drivers/net/can/ |
H A D | grcan.c | 1556 &dev_attr_enable0.attr, 1557 &dev_attr_enable1.attr, 1558 &dev_attr_select.attr,
|
/kernel/linux/linux-5.10/drivers/hid/ |
H A D | hid-multitouch.c | 374 struct device_attribute *attr, in mt_show_quirks() 384 struct device_attribute *attr, in mt_set_quirks() 410 &dev_attr_quirks.attr, 373 mt_show_quirks(struct device *dev, struct device_attribute *attr, char *buf) mt_show_quirks() argument 383 mt_set_quirks(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) mt_set_quirks() argument
|
H A D | hid-wiimote-core.c | 1646 struct device_attribute *attr, in wiimote_ext_show() 1679 struct device_attribute *attr, in wiimote_ext_store() 1697 struct device_attribute *attr, in wiimote_dev_show() 1645 wiimote_ext_show(struct device *dev, struct device_attribute *attr, char *buf) wiimote_ext_show() argument 1678 wiimote_ext_store(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) wiimote_ext_store() argument 1696 wiimote_dev_show(struct device *dev, struct device_attribute *attr, char *buf) wiimote_dev_show() argument
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/cxgb4/ |
H A D | device.c | 273 (int)qp->attr.state, in dump_qp() 293 (int)qp->attr.state, in dump_qp() 307 (int)qp->attr.state, in dump_qp()
|
/kernel/linux/linux-5.10/drivers/net/wireless/microchip/wilc1000/ |
H A D | cfg80211.c | 75 u8 attr[]; member 1053 wilc_wfi_cfg_parse_ch_attr(p->attr, p->tag_len - 4, vif->wilc->sta_ch); in wilc_wfi_p2p_rx() 1203 wilc_wfi_cfg_parse_ch_attr(p->attr, p->tag_len - 4, vif->wilc->sta_ch); in mgmt_tx()
|
/kernel/linux/linux-5.10/drivers/nvme/target/ |
H A D | rdma.c | 1098 srq_attr.attr.max_wr = srq_size; in nvmet_rdma_init_srq() 1099 srq_attr.attr.max_sge = 1 + ndev->inline_page_count; in nvmet_rdma_init_srq() 1100 srq_attr.attr.srq_limit = 0; in nvmet_rdma_init_srq()
|
/kernel/linux/linux-5.10/drivers/usb/class/ |
H A D | cdc-acm.c | 254 (struct device *dev, struct device_attribute *attr, char *buf) in bmCapabilities_show() 264 (struct device *dev, struct device_attribute *attr, char *buf) in wCountryCodes_show() 276 (struct device *dev, struct device_attribute *attr, char *buf) in iCountryCodeRelDate_show() 253 bmCapabilities_show(struct device *dev, struct device_attribute *attr, char *buf) bmCapabilities_show() argument 263 wCountryCodes_show(struct device *dev, struct device_attribute *attr, char *buf) wCountryCodes_show() argument 275 iCountryCodeRelDate_show(struct device *dev, struct device_attribute *attr, char *buf) iCountryCodeRelDate_show() argument
|