/kernel/linux/linux-6.6/drivers/counter/ |
H A D | counter-sysfs.c | 599 dev_attr->store = counter_comp_u8_store; in counter_attr_create() 615 dev_attr->store = counter_comp_u32_store; in counter_attr_create() 625 dev_attr->store = counter_comp_u64_store; in counter_attr_create() 637 dev_attr->store = counter_comp_array_u32_store; in counter_attr_create() 647 dev_attr->store = counter_comp_array_u64_store; in counter_attr_create()
|
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | nct6683.c | 373 .store = _store, \ 459 a2->dev_attr.store = (*t)->dev_attr.store; in nct6683_create_attr_group() 469 a->dev_attr.store = (*t)->dev_attr.store; in nct6683_create_attr_group()
|
/third_party/ffmpeg/libavcodec/mips/ |
H A D | h264pred_msa.c | 112 v16i8 store = __msa_fill_b(val); \ 113 uint64_t out = __msa_copy_u_d((v2i64) store, 0); \ 651 v16u8 store; in ff_h264_intra_pred_dc_128_8x8_msa() local 653 store = (v16u8) __msa_fill_b(128); in ff_h264_intra_pred_dc_128_8x8_msa() 654 out = __msa_copy_u_d((v2i64) store, 0); in ff_h264_intra_pred_dc_128_8x8_msa()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_pass.c | 522 (att->store || att->store_stencil) && !att->clear_mask; in tu_render_pass_cond_config() 650 if (att->store) in tu_render_pass_bandwidth_config() 680 /* load/store ops */ in attachment_set_ops() 684 att->store = (store_op == VK_ATTACHMENT_STORE_OP_STORE); in attachment_set_ops() 691 case VK_FORMAT_D24_UNORM_S8_UINT: /* || stencil load/store */ in attachment_set_ops() 699 att->store = true; in attachment_set_ops() 701 case VK_FORMAT_S8_UINT: /* replace load/store with stencil load/store */ in attachment_set_ops() 704 att->store = stencil_store; in attachment_set_ops()
|
/third_party/curl/lib/vssh/ |
H A D | libssh2.c | 488 * What host name does OpenSSH store in its file if an IDN name is in ssh_knownhost() 844 struct libssh2_knownhost* store = NULL; in ssh_force_knownhost_key_type() local 852 while(!libssh2_knownhost_get(sshc->kh, &store, store)) { in ssh_force_knownhost_key_type() 855 if(store) { in ssh_force_knownhost_key_type() 856 if(store->name) { in ssh_force_knownhost_key_type() 857 if(store->name[0] == '[') { in ssh_force_knownhost_key_type() 858 kh_name_end = strstr(store->name, "]:"); in ssh_force_knownhost_key_type() 861 store->name, data->set.str[STRING_SSH_KNOWNHOSTS]); in ssh_force_knownhost_key_type() 866 kh_name_size = strlen(store in ssh_force_knownhost_key_type() [all...] |
/third_party/skia/third_party/externals/tint/src/writer/hlsl/ |
H A D | generator_impl.cc | 1203 auto store = [&](int n) { in EmitStorageBufferAccess() local 1224 return store(1); in EmitStorageBufferAccess() 1226 return store(1); in EmitStorageBufferAccess() 1228 return store(1); in EmitStorageBufferAccess() 1230 return store(2); in EmitStorageBufferAccess() 1232 return store(2); in EmitStorageBufferAccess() 1234 return store(2); in EmitStorageBufferAccess() 1236 return store(3); in EmitStorageBufferAccess() 1238 return store(3); in EmitStorageBufferAccess() 1240 return store( in EmitStorageBufferAccess() [all...] |
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/ |
H A D | opal-psr.c | 157 psr_attrs[i].attr.store = psr_store; in opal_psr_init()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_sysfs.c | 123 ixgbe_attr->dev_attr.store = NULL; in ixgbe_add_hwmon_attr()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/ |
H A D | opal-psr.c | 157 psr_attrs[i].attr.store = psr_store; in opal_psr_init()
|
/kernel/linux/linux-5.10/fs/ocfs2/cluster/ |
H A D | masklog.c | 145 .store = mlog_store,
|
/kernel/linux/linux-5.10/drivers/powercap/ |
H A D | idle_inject.c | 165 * @run_duration_us: memory location to store the current CPU run time 166 * @idle_duration_us: memory location to store the current CPU idle time 359 .store = &idle_inject_thread.tsk,
|
/kernel/linux/linux-5.10/include/linux/device/ |
H A D | bus.h | 126 ssize_t (*store)(struct bus_type *bus, const char *buf, size_t count); member
|
H A D | driver.h | 137 ssize_t (*store)(struct device_driver *driver, const char *buf, member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/dpaa2/ |
H A D | dpaa2-switch.h | 96 struct dpaa2_io_store *store; member
|
/kernel/linux/linux-6.6/fs/ocfs2/cluster/ |
H A D | masklog.c | 144 .store = mlog_store,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | kobject.h | 143 ssize_t (*store)(struct kobject *kobj, struct kobj_attribute *attr, member
|
/kernel/linux/linux-6.6/include/linux/device/ |
H A D | bus.h | 121 ssize_t (*store)(const struct bus_type *bus, const char *buf, size_t count); member
|
H A D | driver.h | 138 ssize_t (*store)(struct device_driver *driver, const char *buf, member
|
H A D | class.h | 175 ssize_t (*store)(const struct class *class, const struct class_attribute *attr, member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_sysfs.c | 123 ixgbe_attr->dev_attr.store = NULL; in ixgbe_add_hwmon_attr()
|
/kernel/linux/linux-6.6/block/ |
H A D | elevator.h | 58 ssize_t (*store)(struct elevator_queue *, const char *, size_t); member
|
/kernel/linux/linux-6.6/kernel/power/ |
H A D | power.h | 82 .store = _name##_store, \
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | blockdsp.asm | 34 ; %2 = number of inline store loops
|
/third_party/icu/tools/unicodetools/com/ibm/rbm/ |
H A D | Preferences.java | 13 * This class defines the methods used by RBManager to access, set, and store 63 prop.store(fos, "RBManager Preferences"); in savePreferences()
|
/third_party/icu/icu4j/perf-tests/perldriver/ |
H A D | PerfFramework4j.pm | 157 store("$i, $program @argsAndTest", @res);
|