Home
last modified time | relevance | path

Searched refs:da (Results 1 - 25 of 419) sorted by relevance

12345678910>>...17

/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
H A Ddynack.c126 struct ath_dynack *da = &ah->dynack; in ath_dynack_compute_ackto() local
130 list_for_each_entry(an, &da->nodes, list) in ath_dynack_compute_ackto()
134 if (to && da->ackto != to) { in ath_dynack_compute_ackto()
136 da->ackto = to; in ath_dynack_compute_ackto()
148 struct ath_dynack *da = &ah->dynack; in ath_dynack_compute_to() local
158 while (da->st_rbf.h_rb != da->st_rbf.t_rb && in ath_dynack_compute_to()
159 da->ack_rbf.h_rb != da->ack_rbf.t_rb) { in ath_dynack_compute_to()
160 ack_ts = da in ath_dynack_compute_to()
212 struct ath_dynack *da = &ah->dynack; ath_dynack_sample_tx_ts() local
293 struct ath_dynack *da = &ah->dynack; ath_dynack_sample_ack_ts() local
324 struct ath_dynack *da = &ah->dynack; ath_dynack_node_init() local
342 struct ath_dynack *da = &ah->dynack; ath_dynack_node_deinit() local
357 struct ath_dynack *da = &ah->dynack; ath_dynack_reset() local
387 struct ath_dynack *da = &ah->dynack; ath_dynack_init() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/
H A Ddynack.c125 struct ath_dynack *da = &ah->dynack; in ath_dynack_compute_ackto() local
129 list_for_each_entry(an, &da->nodes, list) in ath_dynack_compute_ackto()
133 if (to && da->ackto != to) { in ath_dynack_compute_ackto()
135 da->ackto = to; in ath_dynack_compute_ackto()
147 struct ath_dynack *da = &ah->dynack; in ath_dynack_compute_to() local
157 while (da->st_rbf.h_rb != da->st_rbf.t_rb && in ath_dynack_compute_to()
158 da->ack_rbf.h_rb != da->ack_rbf.t_rb) { in ath_dynack_compute_to()
159 ack_ts = da in ath_dynack_compute_to()
211 struct ath_dynack *da = &ah->dynack; ath_dynack_sample_tx_ts() local
296 struct ath_dynack *da = &ah->dynack; ath_dynack_sample_ack_ts() local
327 struct ath_dynack *da = &ah->dynack; ath_dynack_node_init() local
345 struct ath_dynack *da = &ah->dynack; ath_dynack_node_deinit() local
360 struct ath_dynack *da = &ah->dynack; ath_dynack_reset() local
390 struct ath_dynack *da = &ah->dynack; ath_dynack_init() local
[all...]
/kernel/linux/linux-5.10/fs/nfsd/
H A Dflexfilelayout.c83 struct pnfs_ff_device_addr *da; in nfsd4_ff_proc_getdeviceinfo() local
88 da = kzalloc(sizeof(struct pnfs_ff_device_addr), GFP_KERNEL); in nfsd4_ff_proc_getdeviceinfo()
89 if (!da) in nfsd4_ff_proc_getdeviceinfo()
92 gdp->gd_device = da; in nfsd4_ff_proc_getdeviceinfo()
94 da->version = 3; in nfsd4_ff_proc_getdeviceinfo()
95 da->minor_version = 0; in nfsd4_ff_proc_getdeviceinfo()
97 da->rsize = svc_max_payload(rqstp); in nfsd4_ff_proc_getdeviceinfo()
98 da->wsize = da->rsize; in nfsd4_ff_proc_getdeviceinfo()
107 snprintf(da in nfsd4_ff_proc_getdeviceinfo()
[all...]
H A Dflexfilelayoutxdr.c82 struct pnfs_ff_device_addr *da = gdp->gd_device; in nfsd4_ff_encode_getdeviceinfo() local
98 addr_len = 16 + da->netaddr.netid_len + da->netaddr.addr_len; in nfsd4_ff_encode_getdeviceinfo()
113 p = xdr_encode_opaque(p, da->netaddr.netid, da->netaddr.netid_len); in nfsd4_ff_encode_getdeviceinfo()
114 p = xdr_encode_opaque(p, da->netaddr.addr, da->netaddr.addr_len); in nfsd4_ff_encode_getdeviceinfo()
118 *p++ = cpu_to_be32(da->version); in nfsd4_ff_encode_getdeviceinfo()
119 *p++ = cpu_to_be32(da->minor_version); in nfsd4_ff_encode_getdeviceinfo()
120 *p++ = cpu_to_be32(da in nfsd4_ff_encode_getdeviceinfo()
[all...]
/kernel/linux/linux-6.6/fs/nfsd/
H A Dflexfilelayout.c84 struct pnfs_ff_device_addr *da; in nfsd4_ff_proc_getdeviceinfo() local
89 da = kzalloc(sizeof(struct pnfs_ff_device_addr), GFP_KERNEL); in nfsd4_ff_proc_getdeviceinfo()
90 if (!da) in nfsd4_ff_proc_getdeviceinfo()
93 gdp->gd_device = da; in nfsd4_ff_proc_getdeviceinfo()
95 da->version = 3; in nfsd4_ff_proc_getdeviceinfo()
96 da->minor_version = 0; in nfsd4_ff_proc_getdeviceinfo()
98 da->rsize = svc_max_payload(rqstp); in nfsd4_ff_proc_getdeviceinfo()
99 da->wsize = da->rsize; in nfsd4_ff_proc_getdeviceinfo()
108 snprintf(da in nfsd4_ff_proc_getdeviceinfo()
[all...]
H A Dflexfilelayoutxdr.c82 struct pnfs_ff_device_addr *da = gdp->gd_device; in nfsd4_ff_encode_getdeviceinfo() local
98 addr_len = 16 + da->netaddr.netid_len + da->netaddr.addr_len; in nfsd4_ff_encode_getdeviceinfo()
113 p = xdr_encode_opaque(p, da->netaddr.netid, da->netaddr.netid_len); in nfsd4_ff_encode_getdeviceinfo()
114 p = xdr_encode_opaque(p, da->netaddr.addr, da->netaddr.addr_len); in nfsd4_ff_encode_getdeviceinfo()
118 *p++ = cpu_to_be32(da->version); in nfsd4_ff_encode_getdeviceinfo()
119 *p++ = cpu_to_be32(da->minor_version); in nfsd4_ff_encode_getdeviceinfo()
120 *p++ = cpu_to_be32(da in nfsd4_ff_encode_getdeviceinfo()
[all...]
/kernel/linux/linux-6.6/fs/nfs/
H A Dpnfs_nfs.c666 struct nfs4_pnfs_ds_addr *da = kzalloc(sizeof(*da), gfp_flags); in nfs4_pnfs_ds_addr_alloc() local
667 if (da) in nfs4_pnfs_ds_addr_alloc()
668 INIT_LIST_HEAD(&da->da_node); in nfs4_pnfs_ds_addr_alloc()
669 return da; in nfs4_pnfs_ds_addr_alloc()
672 static void nfs4_pnfs_ds_addr_free(struct nfs4_pnfs_ds_addr *da) in nfs4_pnfs_ds_addr_free() argument
674 kfree(da->da_remotestr); in nfs4_pnfs_ds_addr_free()
675 kfree(da->da_netid); in nfs4_pnfs_ds_addr_free()
676 kfree(da); in nfs4_pnfs_ds_addr_free()
681 struct nfs4_pnfs_ds_addr *da; in destroy_ds() local
719 struct nfs4_pnfs_ds_addr *da; nfs4_pnfs_remotestr() local
854 struct nfs4_pnfs_ds_addr *da; _nfs4_pnfs_v3_ds_connect() local
916 struct nfs4_pnfs_ds_addr *da; _nfs4_pnfs_v4_ds_connect() local
1090 struct nfs4_pnfs_ds_addr *da = NULL; nfs4_decode_mp_ds_addr() local
[all...]
/kernel/linux/linux-6.6/fs/smb/server/
H A Dndr.c170 int ndr_encode_dos_attr(struct ndr *n, struct xattr_dos_attrib *da) in ndr_encode_dos_attr() argument
181 if (da->version == 3) { in ndr_encode_dos_attr()
182 snprintf(hex_attr, 10, "0x%x", da->attr); in ndr_encode_dos_attr()
190 ret = ndr_write_int16(n, da->version); in ndr_encode_dos_attr()
194 ret = ndr_write_int32(n, da->version); in ndr_encode_dos_attr()
198 ret = ndr_write_int32(n, da->flags); in ndr_encode_dos_attr()
202 ret = ndr_write_int32(n, da->attr); in ndr_encode_dos_attr()
206 if (da->version == 3) { in ndr_encode_dos_attr()
207 ret = ndr_write_int32(n, da->ea_size); in ndr_encode_dos_attr()
210 ret = ndr_write_int64(n, da in ndr_encode_dos_attr()
229 ndr_decode_dos_attr(struct ndr *n, struct xattr_dos_attrib *da) ndr_decode_dos_attr() argument
[all...]
/kernel/linux/linux-5.10/drivers/iommu/
H A Domap-iommu.c232 static u32 iommu_report_fault(struct omap_iommu *obj, u32 *da) in iommu_report_fault() argument
239 *da = 0; in iommu_report_fault()
244 *da = fault_addr; in iommu_report_fault()
309 if (e->da & ~(get_cam_va_mask(e->pgsz))) { in iotlb_alloc_cr()
311 e->da); in iotlb_alloc_cr()
319 cr->cam = (e->da & MMU_CAM_VATAG_MASK) | e->prsvd | e->pgsz | e->valid; in iotlb_alloc_cr()
404 * @da: iommu device virtual address
406 * Clear an iommu tlb entry which includes 'da' address.
408 static void flush_iotlb_page(struct omap_iommu *obj, u32 da) in flush_iotlb_page() argument
425 if ((start <= da) in flush_iotlb_page()
485 iopte_alloc(struct omap_iommu *obj, u32 *iopgd, dma_addr_t *pt_dma, u32 da) iopte_alloc() argument
545 iopgd_alloc_section(struct omap_iommu *obj, u32 da, u32 pa, u32 prot) iopgd_alloc_section() argument
561 iopgd_alloc_super(struct omap_iommu *obj, u32 da, u32 pa, u32 prot) iopgd_alloc_super() argument
579 iopte_alloc_page(struct omap_iommu *obj, u32 da, u32 pa, u32 prot) iopte_alloc_page() argument
598 iopte_alloc_large(struct omap_iommu *obj, u32 da, u32 pa, u32 prot) iopte_alloc_large() argument
686 iopgtable_lookup_entry(struct omap_iommu *obj, u32 da, u32 **ppgd, u32 **ppte) iopgtable_lookup_entry() argument
701 iopgtable_clear_entry_core(struct omap_iommu *obj, u32 da) iopgtable_clear_entry_core() argument
758 iopgtable_clear_entry(struct omap_iommu *obj, u32 da) iopgtable_clear_entry() argument
780 u32 da; iopgtable_clear_entry_all() local
807 u32 da, errs; iommu_fault_handler() local
1310 iotlb_init_entry(struct iotlb_entry *e, u32 da, u32 pa, int pgsz) iotlb_init_entry() argument
1325 omap_iommu_map(struct iommu_domain *domain, unsigned long da, phys_addr_t pa, size_t bytes, int prot, gfp_t gfp) omap_iommu_map() argument
1369 omap_iommu_unmap(struct iommu_domain *domain, unsigned long da, size_t size, struct iommu_iotlb_gather *gather) omap_iommu_unmap() argument
1607 omap_iommu_iova_to_phys(struct iommu_domain *domain, dma_addr_t da) omap_iommu_iova_to_phys() argument
[all...]
H A Domap-iopgtable.h90 #define iopgd_index(da) (((da) >> IOPGD_SHIFT) & (PTRS_PER_IOPGD - 1))
91 #define iopgd_offset(obj, da) ((obj)->iopgd + iopgd_index(da))
97 #define iopte_index(da) (((da) >> IOPTE_SHIFT) & (PTRS_PER_IOPTE - 1))
98 #define iopte_offset(iopgd, da) (iopgd_page_vaddr(iopgd) + iopte_index(da))
/kernel/linux/linux-6.6/drivers/iommu/
H A Domap-iommu.c231 static u32 iommu_report_fault(struct omap_iommu *obj, u32 *da) in iommu_report_fault() argument
238 *da = 0; in iommu_report_fault()
243 *da = fault_addr; in iommu_report_fault()
308 if (e->da & ~(get_cam_va_mask(e->pgsz))) { in iotlb_alloc_cr()
310 e->da); in iotlb_alloc_cr()
318 cr->cam = (e->da & MMU_CAM_VATAG_MASK) | e->prsvd | e->pgsz | e->valid; in iotlb_alloc_cr()
403 * @da: iommu device virtual address
405 * Clear an iommu tlb entry which includes 'da' address.
407 static void flush_iotlb_page(struct omap_iommu *obj, u32 da) in flush_iotlb_page() argument
424 if ((start <= da) in flush_iotlb_page()
484 iopte_alloc(struct omap_iommu *obj, u32 *iopgd, dma_addr_t *pt_dma, u32 da) iopte_alloc() argument
544 iopgd_alloc_section(struct omap_iommu *obj, u32 da, u32 pa, u32 prot) iopgd_alloc_section() argument
560 iopgd_alloc_super(struct omap_iommu *obj, u32 da, u32 pa, u32 prot) iopgd_alloc_super() argument
578 iopte_alloc_page(struct omap_iommu *obj, u32 da, u32 pa, u32 prot) iopte_alloc_page() argument
597 iopte_alloc_large(struct omap_iommu *obj, u32 da, u32 pa, u32 prot) iopte_alloc_large() argument
685 iopgtable_lookup_entry(struct omap_iommu *obj, u32 da, u32 **ppgd, u32 **ppte) iopgtable_lookup_entry() argument
700 iopgtable_clear_entry_core(struct omap_iommu *obj, u32 da) iopgtable_clear_entry_core() argument
757 iopgtable_clear_entry(struct omap_iommu *obj, u32 da) iopgtable_clear_entry() argument
779 u32 da; iopgtable_clear_entry_all() local
806 u32 da, errs; iommu_fault_handler() local
1305 iotlb_init_entry(struct iotlb_entry *e, u32 da, u32 pa, int pgsz) iotlb_init_entry() argument
1320 omap_iommu_map(struct iommu_domain *domain, unsigned long da, phys_addr_t pa, size_t bytes, int prot, gfp_t gfp) omap_iommu_map() argument
1364 omap_iommu_unmap(struct iommu_domain *domain, unsigned long da, size_t size, struct iommu_iotlb_gather *gather) omap_iommu_unmap() argument
1602 omap_iommu_iova_to_phys(struct iommu_domain *domain, dma_addr_t da) omap_iommu_iova_to_phys() argument
[all...]
H A Domap-iopgtable.h90 #define iopgd_index(da) (((da) >> IOPGD_SHIFT) & (PTRS_PER_IOPGD - 1))
91 #define iopgd_offset(obj, da) ((obj)->iopgd + iopgd_index(da))
97 #define iopte_index(da) (((da) >> IOPTE_SHIFT) & (PTRS_PER_IOPTE - 1))
98 #define iopte_offset(iopgd, da) (iopgd_page_vaddr(iopgd) + iopte_index(da))
/kernel/linux/linux-5.10/sound/soc/codecs/
H A Dmax9850.c118 u8 sf, da; in max9850_hw_params() local
135 da = 0; in max9850_hw_params()
138 da = 0x2; in max9850_hw_params()
141 da = 0x3; in max9850_hw_params()
146 snd_soc_component_update_bits(component, MAX9850_DIGITAL_AUDIO, 0x3, da); in max9850_hw_params()
174 u8 da = 0; in max9850_set_dai_fmt() local
179 da |= MAX9850_MASTER; in max9850_set_dai_fmt()
190 da |= MAX9850_DLY; in max9850_set_dai_fmt()
193 da |= MAX9850_RTJ; in max9850_set_dai_fmt()
206 da | in max9850_set_dai_fmt()
[all...]
/kernel/linux/linux-6.6/sound/soc/codecs/
H A Dmax9850.c118 u8 sf, da; in max9850_hw_params() local
135 da = 0; in max9850_hw_params()
138 da = 0x2; in max9850_hw_params()
141 da = 0x3; in max9850_hw_params()
146 snd_soc_component_update_bits(component, MAX9850_DIGITAL_AUDIO, 0x3, da); in max9850_hw_params()
174 u8 da = 0; in max9850_set_dai_fmt() local
179 da |= MAX9850_MASTER; in max9850_set_dai_fmt()
190 da |= MAX9850_DLY; in max9850_set_dai_fmt()
193 da |= MAX9850_RTJ; in max9850_set_dai_fmt()
206 da | in max9850_set_dai_fmt()
[all...]
/kernel/linux/linux-6.6/drivers/misc/
H A Dsmpro-errmon.c212 struct device_attribute *da, char *buf, in smpro_event_data_read()
229 static ssize_t smpro_overflow_data_read(struct device *dev, struct device_attribute *da, in smpro_overflow_data_read() argument
247 static ssize_t smpro_error_data_read(struct device *dev, struct device_attribute *da, in smpro_error_data_read() argument
297 static ssize_t smpro_internal_err_read(struct device *dev, struct device_attribute *da, in smpro_internal_err_read() argument
360 static ssize_t smpro_internal_warn_read(struct device *dev, struct device_attribute *da, in smpro_internal_warn_read() argument
404 struct device_attribute *da, \
407 return smpro_overflow_data_read(dev, da, buf, _index); \
422 struct device_attribute *da, \
425 return smpro_error_data_read(dev, da, buf, _index); \
438 static ssize_t error_smpro_show(struct device *dev, struct device_attribute *da, cha argument
211 smpro_event_data_read(struct device *dev, struct device_attribute *da, char *buf, int channel) smpro_event_data_read() argument
444 error_pmpro_show(struct device *dev, struct device_attribute *da, char *buf) error_pmpro_show() argument
450 warn_smpro_show(struct device *dev, struct device_attribute *da, char *buf) warn_smpro_show() argument
456 warn_pmpro_show(struct device *dev, struct device_attribute *da, char *buf) warn_pmpro_show() argument
476 smpro_dimm_syndrome_read(struct device *dev, struct device_attribute *da, char *buf, unsigned int slot) smpro_dimm_syndrome_read() argument
[all...]
/kernel/linux/linux-5.10/drivers/target/
H A Dtarget_core_configfs.c554 struct se_dev_attrib *da = to_attrib(item); \
561 da->_name = val; \
575 struct se_dev_attrib *da = to_attrib(item); \
582 da->_name = flag; \
627 struct se_dev_attrib *da = to_attrib(item); in emulate_model_alias_store() local
628 struct se_device *dev = da->da_dev; in emulate_model_alias_store()
650 da->emulate_model_alias = flag; in emulate_model_alias_store()
657 struct se_dev_attrib *da = to_attrib(item); in emulate_write_cache_store() local
665 if (flag && da->da_dev->transport->get_write_cache) { in emulate_write_cache_store()
670 da in emulate_write_cache_store()
679 struct se_dev_attrib *da = to_attrib(item); emulate_ua_intlck_ctrl_store() local
709 struct se_dev_attrib *da = to_attrib(item); emulate_tas_store() local
733 struct se_dev_attrib *da = to_attrib(item); emulate_tpu_store() local
759 struct se_dev_attrib *da = to_attrib(item); emulate_tpws_store() local
785 struct se_dev_attrib *da = to_attrib(item); pi_prot_type_store() local
854 struct se_dev_attrib *da = to_attrib(item); pi_prot_format_store() local
892 struct se_dev_attrib *da = to_attrib(item); pi_prot_verify_store() local
921 struct se_dev_attrib *da = to_attrib(item); force_pr_aptpl_store() local
943 struct se_dev_attrib *da = to_attrib(item); emulate_rest_reord_store() local
965 struct se_dev_attrib *da = to_attrib(item); unmap_zeroes_data_store() local
1001 struct se_dev_attrib *da = to_attrib(item); queue_depth_store() local
1038 struct se_dev_attrib *da = to_attrib(item); optimal_sectors_store() local
1068 struct se_dev_attrib *da = to_attrib(item); block_size_store() local
1101 struct se_dev_attrib *da = to_attrib(item); alua_support_show() local
1111 struct se_dev_attrib *da = to_attrib(item); alua_support_store() local
1140 struct se_dev_attrib *da = to_attrib(item); pgr_support_show() local
1150 struct se_dev_attrib *da = to_attrib(item); pgr_support_store() local
[all...]
/kernel/linux/linux-5.10/fs/nfs/filelayout/
H A Dfilelayoutdev.c77 struct nfs4_pnfs_ds_addr *da; in nfs4_fl_alloc_deviceid_node() local
163 da = nfs4_decode_mp_ds_addr(server->nfs_client->cl_net, in nfs4_fl_alloc_deviceid_node()
165 if (da) in nfs4_fl_alloc_deviceid_node()
166 list_add_tail(&da->da_node, &dsaddrs); in nfs4_fl_alloc_deviceid_node()
180 da = list_first_entry(&dsaddrs, in nfs4_fl_alloc_deviceid_node()
183 list_del_init(&da->da_node); in nfs4_fl_alloc_deviceid_node()
184 kfree(da->da_remotestr); in nfs4_fl_alloc_deviceid_node()
185 kfree(da); in nfs4_fl_alloc_deviceid_node()
194 da = list_first_entry(&dsaddrs, struct nfs4_pnfs_ds_addr, in nfs4_fl_alloc_deviceid_node()
196 list_del_init(&da in nfs4_fl_alloc_deviceid_node()
[all...]
/kernel/linux/linux-6.6/fs/nfs/filelayout/
H A Dfilelayoutdev.c77 struct nfs4_pnfs_ds_addr *da; in nfs4_fl_alloc_deviceid_node() local
161 da = nfs4_decode_mp_ds_addr(server->nfs_client->cl_net, in nfs4_fl_alloc_deviceid_node()
163 if (da) in nfs4_fl_alloc_deviceid_node()
164 list_add_tail(&da->da_node, &dsaddrs); in nfs4_fl_alloc_deviceid_node()
178 da = list_first_entry(&dsaddrs, in nfs4_fl_alloc_deviceid_node()
181 list_del_init(&da->da_node); in nfs4_fl_alloc_deviceid_node()
182 kfree(da->da_remotestr); in nfs4_fl_alloc_deviceid_node()
183 kfree(da); in nfs4_fl_alloc_deviceid_node()
192 da = list_first_entry(&dsaddrs, struct nfs4_pnfs_ds_addr, in nfs4_fl_alloc_deviceid_node()
194 list_del_init(&da in nfs4_fl_alloc_deviceid_node()
[all...]
/kernel/linux/linux-5.10/fs/nfs/
H A Dpnfs_nfs.c666 struct nfs4_pnfs_ds_addr *da; in destroy_ds() local
675 da = list_first_entry(&ds->ds_addrs, in destroy_ds()
678 list_del_init(&da->da_node); in destroy_ds()
679 kfree(da->da_remotestr); in destroy_ds()
680 kfree(da); in destroy_ds()
705 struct nfs4_pnfs_ds_addr *da; in nfs4_pnfs_remotestr() local
711 list_for_each_entry(da, dsaddrs, da_node) { in nfs4_pnfs_remotestr()
712 len += strlen(da->da_remotestr) + 1; /* string plus comma */ in nfs4_pnfs_remotestr()
722 list_for_each_entry(da, dsaddrs, da_node) { in nfs4_pnfs_remotestr()
723 size_t ll = strlen(da in nfs4_pnfs_remotestr()
840 struct nfs4_pnfs_ds_addr *da; _nfs4_pnfs_v3_ds_connect() local
894 struct nfs4_pnfs_ds_addr *da; _nfs4_pnfs_v4_ds_connect() local
1021 struct nfs4_pnfs_ds_addr *da = NULL; nfs4_decode_mp_ds_addr() local
[all...]
/kernel/linux/linux-5.10/drivers/hwmon/
H A Demc2103.c175 temp_show(struct device *dev, struct device_attribute *da, char *buf) in temp_show() argument
177 int nr = to_sensor_dev_attr(da)->index; in temp_show()
185 temp_min_show(struct device *dev, struct device_attribute *da, char *buf) in temp_min_show() argument
187 int nr = to_sensor_dev_attr(da)->index; in temp_min_show()
194 temp_max_show(struct device *dev, struct device_attribute *da, char *buf) in temp_max_show() argument
196 int nr = to_sensor_dev_attr(da)->index; in temp_max_show()
203 temp_fault_show(struct device *dev, struct device_attribute *da, char *buf) in temp_fault_show() argument
205 int nr = to_sensor_dev_attr(da)->index; in temp_fault_show()
212 temp_min_alarm_show(struct device *dev, struct device_attribute *da, in temp_min_alarm_show() argument
215 int nr = to_sensor_dev_attr(da) in temp_min_alarm_show()
222 temp_max_alarm_show(struct device *dev, struct device_attribute *da, char *buf) temp_max_alarm_show() argument
231 temp_min_store(struct device *dev, struct device_attribute *da, const char *buf, size_t count) temp_min_store() argument
253 temp_max_store(struct device *dev, struct device_attribute *da, const char *buf, size_t count) temp_max_store() argument
276 fan1_input_show(struct device *dev, struct device_attribute *da, char *buf) fan1_input_show() argument
286 fan1_div_show(struct device *dev, struct device_attribute *da, char *buf) fan1_div_show() argument
299 fan1_div_store(struct device *dev, struct device_attribute *da, const char *buf, size_t count) fan1_div_store() argument
361 fan1_target_show(struct device *dev, struct device_attribute *da, char *buf) fan1_target_show() argument
374 fan1_target_store(struct device *dev, struct device_attribute *da, const char *buf, size_t count) fan1_target_store() argument
405 fan1_fault_show(struct device *dev, struct device_attribute *da, char *buf) fan1_fault_show() argument
413 pwm1_enable_show(struct device *dev, struct device_attribute *da, char *buf) pwm1_enable_show() argument
419 pwm1_enable_store(struct device *dev, struct device_attribute *da, const char *buf, size_t count) pwm1_enable_store() argument
[all...]
H A Dvia686a.c344 static ssize_t in_show(struct device *dev, struct device_attribute *da, in in_show() argument
347 struct sensor_device_attribute *attr = to_sensor_dev_attr(da); in in_show()
352 static ssize_t in_min_show(struct device *dev, struct device_attribute *da, in in_min_show() argument
355 struct sensor_device_attribute *attr = to_sensor_dev_attr(da); in in_min_show()
360 static ssize_t in_max_show(struct device *dev, struct device_attribute *da, in in_max_show() argument
363 struct sensor_device_attribute *attr = to_sensor_dev_attr(da); in in_max_show()
368 static ssize_t in_min_store(struct device *dev, struct device_attribute *da, in in_min_store() argument
371 struct sensor_device_attribute *attr = to_sensor_dev_attr(da); in in_min_store()
387 static ssize_t in_max_store(struct device *dev, struct device_attribute *da, in in_max_store() argument
390 struct sensor_device_attribute *attr = to_sensor_dev_attr(da); in in_max_store()
424 temp_show(struct device *dev, struct device_attribute *da, char *buf) temp_show() argument
431 temp_over_show(struct device *dev, struct device_attribute *da, char *buf) temp_over_show() argument
438 temp_hyst_show(struct device *dev, struct device_attribute *da, char *buf) temp_hyst_show() argument
445 temp_over_store(struct device *dev, struct device_attribute *da, const char *buf, size_t count) temp_over_store() argument
465 temp_hyst_store(struct device *dev, struct device_attribute *da, const char *buf, size_t count) temp_hyst_store() argument
497 fan_show(struct device *dev, struct device_attribute *da, char *buf) fan_show() argument
505 fan_min_show(struct device *dev, struct device_attribute *da, char *buf) fan_min_show() argument
514 fan_div_show(struct device *dev, struct device_attribute *da, char *buf) fan_div_show() argument
521 fan_min_store(struct device *dev, struct device_attribute *da, const char *buf, size_t count) fan_min_store() argument
539 fan_div_store(struct device *dev, struct device_attribute *da, const char *buf, size_t count) fan_div_store() argument
[all...]
H A Dlm78.c142 static ssize_t in_show(struct device *dev, struct device_attribute *da, in in_show() argument
145 struct sensor_device_attribute *attr = to_sensor_dev_attr(da); in in_show()
150 static ssize_t in_min_show(struct device *dev, struct device_attribute *da, in in_min_show() argument
153 struct sensor_device_attribute *attr = to_sensor_dev_attr(da); in in_min_show()
158 static ssize_t in_max_show(struct device *dev, struct device_attribute *da, in in_max_show() argument
161 struct sensor_device_attribute *attr = to_sensor_dev_attr(da); in in_max_show()
166 static ssize_t in_min_store(struct device *dev, struct device_attribute *da, in in_min_store() argument
169 struct sensor_device_attribute *attr = to_sensor_dev_attr(da); in in_min_store()
186 static ssize_t in_max_store(struct device *dev, struct device_attribute *da, in in_max_store() argument
189 struct sensor_device_attribute *attr = to_sensor_dev_attr(da); in in_max_store()
229 temp1_input_show(struct device *dev, struct device_attribute *da, char *buf) temp1_input_show() argument
236 temp1_max_show(struct device *dev, struct device_attribute *da, char *buf) temp1_max_show() argument
243 temp1_max_store(struct device *dev, struct device_attribute *da, const char *buf, size_t count) temp1_max_store() argument
262 temp1_max_hyst_show(struct device *dev, struct device_attribute *da, char *buf) temp1_max_hyst_show() argument
269 temp1_max_hyst_store(struct device *dev, struct device_attribute *da, const char *buf, size_t count) temp1_max_hyst_store() argument
293 fan_show(struct device *dev, struct device_attribute *da, char *buf) fan_show() argument
303 fan_min_show(struct device *dev, struct device_attribute *da, char *buf) fan_min_show() argument
313 fan_min_store(struct device *dev, struct device_attribute *da, const char *buf, size_t count) fan_min_store() argument
333 fan_div_show(struct device *dev, struct device_attribute *da, char *buf) fan_div_show() argument
347 fan_div_store(struct device *dev, struct device_attribute *da, const char *buf, size_t count) fan_div_store() argument
419 cpu0_vid_show(struct device *dev, struct device_attribute *da, char *buf) cpu0_vid_show() argument
428 alarms_show(struct device *dev, struct device_attribute *da, char *buf) alarms_show() argument
436 alarm_show(struct device *dev, struct device_attribute *da, char *buf) alarm_show() argument
[all...]
/kernel/linux/linux-6.6/drivers/hwmon/
H A Demc2103.c175 temp_show(struct device *dev, struct device_attribute *da, char *buf) in temp_show() argument
177 int nr = to_sensor_dev_attr(da)->index; in temp_show()
185 temp_min_show(struct device *dev, struct device_attribute *da, char *buf) in temp_min_show() argument
187 int nr = to_sensor_dev_attr(da)->index; in temp_min_show()
194 temp_max_show(struct device *dev, struct device_attribute *da, char *buf) in temp_max_show() argument
196 int nr = to_sensor_dev_attr(da)->index; in temp_max_show()
203 temp_fault_show(struct device *dev, struct device_attribute *da, char *buf) in temp_fault_show() argument
205 int nr = to_sensor_dev_attr(da)->index; in temp_fault_show()
212 temp_min_alarm_show(struct device *dev, struct device_attribute *da, in temp_min_alarm_show() argument
215 int nr = to_sensor_dev_attr(da) in temp_min_alarm_show()
222 temp_max_alarm_show(struct device *dev, struct device_attribute *da, char *buf) temp_max_alarm_show() argument
231 temp_min_store(struct device *dev, struct device_attribute *da, const char *buf, size_t count) temp_min_store() argument
253 temp_max_store(struct device *dev, struct device_attribute *da, const char *buf, size_t count) temp_max_store() argument
276 fan1_input_show(struct device *dev, struct device_attribute *da, char *buf) fan1_input_show() argument
286 fan1_div_show(struct device *dev, struct device_attribute *da, char *buf) fan1_div_show() argument
299 fan1_div_store(struct device *dev, struct device_attribute *da, const char *buf, size_t count) fan1_div_store() argument
361 fan1_target_show(struct device *dev, struct device_attribute *da, char *buf) fan1_target_show() argument
374 fan1_target_store(struct device *dev, struct device_attribute *da, const char *buf, size_t count) fan1_target_store() argument
405 fan1_fault_show(struct device *dev, struct device_attribute *da, char *buf) fan1_fault_show() argument
413 pwm1_enable_show(struct device *dev, struct device_attribute *da, char *buf) pwm1_enable_show() argument
419 pwm1_enable_store(struct device *dev, struct device_attribute *da, const char *buf, size_t count) pwm1_enable_store() argument
[all...]
H A Dvia686a.c411 static ssize_t in_show(struct device *dev, struct device_attribute *da, in in_show() argument
414 struct sensor_device_attribute *attr = to_sensor_dev_attr(da); in in_show()
419 static ssize_t in_min_show(struct device *dev, struct device_attribute *da, in in_min_show() argument
422 struct sensor_device_attribute *attr = to_sensor_dev_attr(da); in in_min_show()
427 static ssize_t in_max_show(struct device *dev, struct device_attribute *da, in in_max_show() argument
430 struct sensor_device_attribute *attr = to_sensor_dev_attr(da); in in_max_show()
435 static ssize_t in_min_store(struct device *dev, struct device_attribute *da, in in_min_store() argument
438 struct sensor_device_attribute *attr = to_sensor_dev_attr(da); in in_min_store()
454 static ssize_t in_max_store(struct device *dev, struct device_attribute *da, in in_max_store() argument
457 struct sensor_device_attribute *attr = to_sensor_dev_attr(da); in in_max_store()
491 temp_show(struct device *dev, struct device_attribute *da, char *buf) temp_show() argument
498 temp_over_show(struct device *dev, struct device_attribute *da, char *buf) temp_over_show() argument
505 temp_hyst_show(struct device *dev, struct device_attribute *da, char *buf) temp_hyst_show() argument
512 temp_over_store(struct device *dev, struct device_attribute *da, const char *buf, size_t count) temp_over_store() argument
532 temp_hyst_store(struct device *dev, struct device_attribute *da, const char *buf, size_t count) temp_hyst_store() argument
564 fan_show(struct device *dev, struct device_attribute *da, char *buf) fan_show() argument
572 fan_min_show(struct device *dev, struct device_attribute *da, char *buf) fan_min_show() argument
581 fan_div_show(struct device *dev, struct device_attribute *da, char *buf) fan_div_show() argument
588 fan_min_store(struct device *dev, struct device_attribute *da, const char *buf, size_t count) fan_min_store() argument
606 fan_div_store(struct device *dev, struct device_attribute *da, const char *buf, size_t count) fan_div_store() argument
[all...]
/kernel/linux/linux-6.6/include/linux/
H A Dremoteproc.h130 * @da: device address
149 * If the firmware is compiled with static addresses, then @da should specify
150 * the expected device address of this memory region. If @da is set to
152 * overwrite @da with the dynamically allocated address.
154 * We will always use @da to negotiate the device addresses, even if it
172 u32 da; member
182 * @da: device address
197 * @da should specify the required device address, @pa should specify
210 u32 da; member
220 * @da
235 u32 da; global() member
259 u32 da; global() member
337 u32 da; global() member
483 dma_addr_t da; global() member
626 u32 da; global() member
[all...]

Completed in 21 milliseconds

12345678910>>...17