Searched refs:access_type (Results 1 - 25 of 53) sorted by last modified time

123

/linux-master/sound/soc/sof/
H A Ddebug.c88 dfse->access_type == SOF_DEBUGFS_ACCESS_ALWAYS) {
98 dfse->access_type == SOF_DEBUGFS_ACCESS_D0_ONLY) {
136 enum sof_debugfs_access_type access_type)
151 dfse->access_type = access_type;
158 if (access_type == SOF_DEBUGFS_ACCESS_D0_ONLY) {
177 enum sof_debugfs_access_type access_type)
185 access_type);
368 map->name, map->access_type);
133 snd_sof_debugfs_io_item(struct snd_sof_dev *sdev, void __iomem *base, size_t size, const char *name, enum sof_debugfs_access_type access_type) argument
174 snd_sof_debugfs_add_region_item_iomem(struct snd_sof_dev *sdev, enum snd_sof_fw_blk_type blk_type, u32 offset, size_t size, const char *name, enum sof_debugfs_access_type access_type) argument
H A Dsof-priv.h326 enum sof_debugfs_access_type access_type); /* optional */
383 * access_type specifies if the
387 enum sof_debugfs_access_type access_type; member in struct:snd_sof_dfsentry
406 * access_type specifies if the memory is always accessible
409 enum sof_debugfs_access_type access_type; member in struct:snd_sof_debugfs_map
787 const char *name, enum sof_debugfs_access_type access_type);
H A Dops.h307 const char *name, enum sof_debugfs_access_type access_type)
311 size, name, access_type);
305 snd_sof_debugfs_add_region_item(struct snd_sof_dev *sdev, enum snd_sof_fw_blk_type blk_type, u32 offset, size_t size, const char *name, enum sof_debugfs_access_type access_type) argument
/linux-master/net/core/
H A Dfilter.c8709 enum bpf_access_type access_type,
8747 return access_type == BPF_READ;
8708 __sock_filter_check_attach_type(int off, enum bpf_access_type access_type, enum bpf_attach_type attach_type) argument
/linux-master/arch/x86/kvm/vmx/
H A Dvmx.c5633 int access_type, offset; local
5635 access_type = exit_qualification & APIC_ACCESS_TYPE;
5642 if ((access_type == TYPE_LINEAR_APIC_INST_WRITE) &&
/linux-master/drivers/gpu/drm/panfrost/
H A Dpanfrost_mmu.c702 u32 access_type; local
711 access_type = (fault_status >> 8) & 0x3;
736 access_type, access_type_name(pfdev, fault_status),
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_common.c1774 cmd_resp->access_type = cpu_to_le16(access);
H A Dice_adminq_cmd.h63 __le16 access_type; member in struct:ice_aqc_req_res
/linux-master/drivers/gpu/drm/xe/
H A Dxe_gt_pagefault.c31 u8 access_type; member in struct:pagefault
40 enum access_type { enum
59 u8 access_type; member in struct:acc
64 static bool access_is_atomic(enum access_type access_type) argument
66 return access_type == ACCESS_TYPE_ATOMIC;
177 atomic = access_is_atomic(pf->access_type);
277 pf->fault_type, pf->access_type, pf->fault_level,
302 pf->access_type = FIELD_GET(PFD_ACCESS_TYPE, desc->dw2);
492 acc->access_type
[all...]
/linux-master/drivers/hwtracing/coresight/
H A Dcoresight-etm4x-core.c1377 u64 access_type = 0; local
1386 access_type = ETM_EXLEVEL_NS_HYP;
1388 access_type |= ETM_EXLEVEL_NS_OS;
1390 access_type = ETM_EXLEVEL_NS_HYP;
1394 access_type |= ETM_EXLEVEL_NS_APP;
1396 return access_type;
1418 u64 access_type = etm4_get_comparator_access_type(config); local
1422 config->addr_acc[comparator] = access_type;
1427 config->addr_acc[comparator + 1] = access_type;
1453 u64 access_type local
[all...]
/linux-master/tools/include/uapi/linux/
H A Dbpf.h7102 /* access_type encoded as (BPF_DEVCG_ACC_* << 16) | BPF_DEVCG_DEV_* */
7103 __u32 access_type; member in struct:bpf_cgroup_dev_ctx
/linux-master/kernel/bpf/
H A Dcgroup.c1537 .access_type = (access << 16) | dev_type,
1651 case bpf_ctx_range(struct bpf_cgroup_dev_ctx, access_type):
/linux-master/include/uapi/linux/
H A Dbpf.h7102 /* access_type encoded as (BPF_DEVCG_ACC_* << 16) | BPF_DEVCG_DEV_* */
7103 __u32 access_type; member in struct:bpf_cgroup_dev_ctx
/linux-master/drivers/net/phy/qcom/
H A Dqcom.h204 enum stat_access_type access_type; member in struct:at803x_hw_stat
H A Dqca83xx.c59 if (stat.access_type == MMD)
/linux-master/drivers/pci/controller/
H A Dpcie-rcar-host.c153 unsigned char access_type, struct pci_bus *bus,
191 if (access_type == RCAR_PCI_ACCESS_READ)
221 if (access_type == RCAR_PCI_ACCESS_READ)
152 rcar_pcie_config_access(struct rcar_pcie_host *host, unsigned char access_type, struct pci_bus *bus, unsigned int devfn, int where, u32 *data) argument
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_adminq_cmd.h360 __le16 access_type; member in struct:i40e_aqc_request_resource
H A Di40e_common.c2948 cmd_resp->access_type = cpu_to_le16(access);
/linux-master/arch/mips/pci/
H A Dpci-alchemy.c99 static int config_access(unsigned char access_type, struct pci_bus *bus, argument
154 if (access_type == PCI_ACCESS_WRITE)
161 access_type, bus->number, device, where, *data, offset);
169 access_type, bus->number, device);
H A Dops-loongson2.c32 static int loongson_pcibios_config_access(unsigned char access_type, argument
58 switch (access_type) {
92 if (access_type == PCI_ACCESS_WRITE)
/linux-master/drivers/platform/x86/intel/pmt/
H A Dtelemetry.c78 header->access_type = TELEM_ACCESS(readl(disc_table));
90 if (header->size == 0 || header->access_type == 0xF)
108 ep->header.access_type = entry->header.access_type;
H A Dtelemetry.h13 u8 access_type; member in struct:telem_header
H A Dcrashlog.c239 header->access_type = GET_ACCESS(readl(disc_table));
H A Dclass.h36 u8 access_type; member in struct:intel_pmt_header
H A Dclass.c180 switch (header->access_type) {
185 bir, header->access_type);
189 * For access_type LOCAL, the base address is as follows:
196 * when access_type == ACCESS_LOCAL. On the these systems
236 header->access_type);

Completed in 395 milliseconds

123