Home
last modified time | relevance | path

Searched refs:store (Results 126 - 150 of 640) sorted by relevance

12345678910>>...26

/kernel/linux/linux-5.10/net/bridge/
H A Dbr_sysfs_if.c23 int (*store)(struct net_bridge_port *, unsigned long); member
40 .store = _store, \
334 } else if (brport_attr->store) { in brport_store()
339 ret = brport_attr->store(p, val); in brport_store()
355 .store = brport_store,
/kernel/linux/linux-6.6/drivers/media/pci/cx23885/
H A Dcimax2.c174 u8 store; in netup_ci_op_cam() local
183 0, &store, 1); in netup_ci_op_cam()
187 store &= ~0x0c; in netup_ci_op_cam()
188 store |= flag; in netup_ci_op_cam()
191 0, &store, 1); in netup_ci_op_cam()
440 0x01, /* power on (use it like store place) */ in netup_ci_init()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/selftests/
H A Di915_perf.c295 u32 *cs, *store; in live_noa_gpr() local
360 store = memset32(rq->engine->status_page.addr + 512, 0, 32); in live_noa_gpr()
379 offset_in_page(store) + in live_noa_gpr()
396 if (store[i] == STACK_MAGIC) in live_noa_gpr()
400 i, store[i], STACK_MAGIC); in live_noa_gpr()
/kernel/linux/linux-6.6/net/bridge/
H A Dbr_sysfs_if.c27 int (*store)(struct net_bridge_port *, unsigned long); member
44 .store = _store, \
341 } else if (brport_attr->store) { in brport_store()
346 ret = brport_attr->store(p, val); in brport_store()
362 .store = brport_store,
/kernel/linux/linux-5.10/drivers/edac/
H A Dedac_device.h91 ssize_t (*store)(struct edac_device_ctl_info *, const char *, size_t); member
99 * can have an array of the following. The show and store functions
100 * will be filled in with the show/store function in the
109 ssize_t (*store)(struct kobject *, struct attribute *, member
/kernel/linux/linux-5.10/arch/m68k/fpsp040/
H A Dx_unimp.S71 bnes no_store |if STORE_FLG is set, no store
72 bsrl sto_res |store the result in user space
/kernel/linux/linux-5.10/arch/s390/crypto/
H A Dsha_common.c27 goto store; in s390_sha_update()
45 store: in s390_sha_update()
/kernel/linux/linux-6.6/arch/m68k/fpsp040/
H A Dx_unimp.S71 bnes no_store |if STORE_FLG is set, no store
72 bsrl sto_res |store the result in user space
/kernel/linux/linux-6.6/arch/s390/crypto/
H A Dsha_common.c27 goto store; in s390_sha_update()
45 store: in s390_sha_update()
/kernel/linux/linux-5.10/drivers/platform/x86/
H A Dintel-rst.c54 .store = irst_store_wakeup_events
98 .store = irst_store_wakeup_time
/kernel/linux/linux-6.6/drivers/platform/x86/intel/
H A Drst.c54 .store = irst_store_wakeup_events
98 .store = irst_store_wakeup_time
/kernel/linux/linux-6.6/drivers/edac/
H A Dedac_device.h91 ssize_t (*store)(struct edac_device_ctl_info *, const char *, size_t); member
99 * can have an array of the following. The show and store functions
100 * will be filled in with the show/store function in the
109 ssize_t (*store)(struct kobject *, struct attribute *, member
/kernel/linux/linux-5.10/fs/dlm/
H A Dlockspace.c117 ssize_t (*store)(struct dlm_ls *, const char *, size_t); member
122 .store = dlm_control_store
127 .store = dlm_event_store
133 .store = dlm_id_store
139 .store = dlm_nodir_store
176 return a->store ? a->store(ls, buf, len) : len; in dlm_attr_store()
187 .store = dlm_attr_store,
/kernel/linux/linux-6.6/fs/dlm/
H A Dlockspace.c117 ssize_t (*store)(struct dlm_ls *, const char *, size_t); member
122 .store = dlm_control_store
127 .store = dlm_event_store
133 .store = dlm_id_store
139 .store = dlm_nodir_store
176 return a->store ? a->store(ls, buf, len) : len; in dlm_attr_store()
187 .store = dlm_attr_store,
/kernel/linux/linux-6.6/kernel/irq/
H A Dmsi.c88 struct xarray *xa = &md->__domains[domid].store; in msi_insert_desc()
191 xa = &dev->msi.data->__domains[ctrl->domid].store; in msi_domain_free_descs()
276 WARN_ON_ONCE(!xa_empty(&md->__domains[i].store)); in msi_device_data_release()
277 xa_destroy(&md->__domains[i].store); in msi_device_data_release()
311 xa_init_flags(&md->__domains[i].store, XA_FLAGS_ALLOC); in msi_setup_device_data()
353 struct xarray *xa = &md->__domains[domid].store; in msi_find_desc()
449 xa = &dev->msi.data->__domains[domid].store; in msi_domain_get_virq()
1095 xa = &dev->msi.data->__domains[ctrl.domid].store; in msi_domain_populate_irqs()
1136 xa = &dev->msi.data->__domains[ctrl.domid].store; in msi_domain_depopulate_descs()
1250 struct xarray *xa = &dev->msi.data->__domains[ctrl->domid].store; in __msi_domain_alloc_irqs()
[all...]
/kernel/linux/linux-5.10/drivers/hwmon/
H A Dibmpowernv.c487 ssize_t (*store)(struct device *dev, in create_hwmon_attr()
498 if (store) { in create_hwmon_attr()
499 sdata->dev_attr.store = store; in create_hwmon_attr()
513 ssize_t (*store)(struct device *dev, in populate_sensor()
521 create_hwmon_attr(sdata, attr_name, show, store); in populate_sensor()
/kernel/linux/linux-6.6/drivers/hwmon/
H A Dibmpowernv.c487 ssize_t (*store)(struct device *dev, in create_hwmon_attr()
498 if (store) { in create_hwmon_attr()
499 sdata->dev_attr.store = store; in create_hwmon_attr()
513 ssize_t (*store)(struct device *dev, in populate_sensor()
521 create_hwmon_attr(sdata, attr_name, show, store); in populate_sensor()
/kernel/linux/linux-5.10/arch/m68k/lib/
H A Dudivsi3.S146 movl d2,d3 | subtract b from p, store in tmp.
150 movl d3,d2 | and store tmp in p.
/kernel/linux/linux-6.6/arch/m68k/lib/
H A Dudivsi3.S146 movl d2,d3 | subtract b from p, store in tmp.
150 movl d3,d2 | and store tmp in p.
/kernel/linux/linux-5.10/drivers/infiniband/hw/qib/
H A Dqib_sysfs.c178 #define QIB_PORT_ATTR(name, mode, show, store) \
180 __ATTR(name, mode, show, store)
185 ssize_t (*store)(struct qib_pportdata *, const char *, size_t); member
318 if (!pattr->store) in qib_portattr_store()
321 return pattr->store(ppd, buf, len); in qib_portattr_store()
327 .store = qib_portattr_store,
545 .store = diagc_attr_store,
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H A Dsysfs.c149 ssize_t (*store)(struct hfi1_pportdata *, const char *, size_t); member
190 return port_attr->store(ppd, buf, count); in cc_attr_store()
195 .store = cc_attr_store
755 ssize_t (*store)(struct sdma_engine *sde, const char *buf, size_t cnt); member
782 if (!sde_attr->store) in sde_store()
785 return sde_attr->store(sde, buf, count); in sde_store()
790 .store = sde_store,
/kernel/linux/linux-5.10/include/linux/
H A Dsmpboot.h13 * @store: Pointer to per cpu storage for the task pointers
32 struct task_struct * __percpu *store; member
/kernel/linux/linux-6.6/include/linux/
H A Dsmpboot.h13 * @store: Pointer to per cpu storage for the task pointers
32 struct task_struct * __percpu *store; member
/kernel/linux/linux-5.10/drivers/vfio/mdev/
H A Dmdev_sysfs.c41 if (attr->store) in mdev_type_attr_store()
42 ret = attr->store(&type->kobj, type->parent->dev, buf, count); in mdev_type_attr_store()
48 .store = mdev_type_attr_store,
/kernel/linux/linux-5.10/drivers/pci/
H A Dslot.c31 return attribute->store ? attribute->store(slot, buf, len) : -EIO; in pci_slot_attr_store()
36 .store = pci_slot_attr_store,

Completed in 21 milliseconds

12345678910>>...26