Searched refs:store (Results 1 - 13 of 13) sorted by relevance
/device/soc/rockchip/rk3588/hardware/codec/jpeg/src/ |
H A D | codec_jpeg_decoder.cpp | 42 running_.store(false); in ~CodecJpegDecoder() 104 running_.store(true); in DeCode() 109 running_.store(false); in DeCode() 115 running_.store(false); in DeCode() 122 running_.store(false); in DeCode()
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | dhd_linux_exportfs.c | 409 * the required show/store functions (ex:- dhd_attr_cpumask_primary) 417 ssize_t(*store)(struct dhd_info *, const char *, size_t count); member 496 * node under "bcm-dhd" the store function is called. 512 if (d_attr->store) in dhd_store() 513 ret = d_attr->store(dhd, buf, count); in dhd_store() 523 .store = dhd_store, 1306 * node under "sys/wifi" the store function is called. 1322 if (d_attr->store) in dhd_cntl_store() 1323 ret = d_attr->store(dhd, buf, count); in dhd_cntl_store() 1333 .store [all...] |
/device/soc/rockchip/common/sdk_linux/kernel/power/ |
H A D | power.h | 94 .store = _name##_store, \
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/csf/ |
H A D | mali_kbase_csf_firmware_cfg.c | 203 .store = &store_fw_cfg,
|
/device/soc/rockchip/common/sdk_linux/drivers/power/supply/ |
H A D | power_supply_sysfs.c | 385 attr->store = power_supply_store_property;
in power_supply_init_attrs()
|
/device/soc/rockchip/common/sdk_linux/drivers/iommu/ |
H A D | iommu.c | 60 ssize_t (*store)(struct iommu_group *group, const char *buf, size_t count);
member 354 if (attr->store) {
in iommu_group_attr_store() 355 ret = attr->store(group, buf, count);
in iommu_group_attr_store() 362 .store = iommu_group_attr_store,
659 * iommu drivers can store data in the group for use when doing iommu
675 * iommu drivers can store data in the group for use when doing iommu
|
/device/soc/rockchip/rk3588/kernel/drivers/pci/ |
H A D | pci.h | 258 ssize_t (*store)(struct pci_slot *, const char *, size_t); member
|
/device/soc/rockchip/common/sdk_linux/ |
H A D | Makefile | 108 # cd /dir/to/store/output/files; make -f /dir/to/kernel/source/Makefile 114 # Use "make O=dir/to/store/output/files/" 118 # export KBUILD_OUTPUT=dir/to/store/output/files/; make 757 KBUILD_CFLAGS += $(call cc-option,--param=allow-store-data-races=0) 758 KBUILD_CFLAGS += $(call cc-option,-fno-allow-store-data-races)
|
/device/soc/rockchip/common/sdk_linux/drivers/mmc/core/ |
H A D | block.c | 2685 md->force_ro.store = force_ro_store;
in mmc_add_disk() 2704 md->power_ro_lock.store = power_ro_lock_store;
in mmc_add_disk()
|
/device/soc/rockchip/common/sdk_linux/drivers/thermal/ |
H A D | thermal_core.c | 614 * @max_power: pointer in which to store the maximum power 617 * cooling device can currently consume and store it in @max_power. 634 * @min_power: pointer in which to store the minimum power 637 * cooling device can currently consume and store it in @min_power. 913 dev->weight_attr.store = weight_store; in thermal_zone_bind_cooling_device()
|
/device/soc/rockchip/common/vendor/drivers/rockchip/ |
H A D | rockchip_system_monitor.c | 58 ssize_t (*store)(struct kobject *kobj, struct kobj_attribute *attr, const char *buf, size_t n);
member
|
/device/soc/rockchip/common/sdk_linux/kernel/ |
H A D | cpu.c | 844 .store = &cpuhp_state.thread,
|
/device/soc/rockchip/rk3588/kernel/drivers/soc/rockchip/ |
H A D | rockchip_system_monitor.c | 59 ssize_t (*store)(struct kobject *kobj, struct kobj_attribute *attr, member
|
Completed in 26 milliseconds