| /linux/drivers/clk/at91/ |
| H A D | clk-system.c | 43 struct clk_system *sys = to_clk_system(hw); in clk_system_prepare() local 58 struct clk_system *sys = to_clk_system(hw); in clk_system_unprepare() local 65 struct clk_system *sys = to_clk_system(hw); in clk_system_is_prepared() local 83 struct clk_system *sys = to_clk_system(hw); in clk_system_save_context() local 92 struct clk_system *sys = to_clk_system(hw); in clk_system_restore_context() local 111 struct clk_system *sys; in at91_clk_register_system() local
|
| /linux/drivers/media/pci/intel/ipu6/ |
| H A D | ipu6-dma.c | 114 void ipu6_dma_sync_single(struct ipu6_bus_device *sys, dma_addr_t dma_handle, in ipu6_dma_sync_single() 135 void ipu6_dma_sync_sg(struct ipu6_bus_device *sys, struct scatterlist *sglist, in ipu6_dma_sync_sg() 146 void ipu6_dma_sync_sgtable(struct ipu6_bus_device *sys, struct sg_table *sgt) in ipu6_dma_sync_sgtable() 152 void *ipu6_dma_alloc(struct ipu6_bus_device *sys, size_t size, in ipu6_dma_alloc() 244 void ipu6_dma_free(struct ipu6_bus_device *sys, size_t size, void *vaddr, in ipu6_dma_free() 297 int ipu6_dma_mmap(struct ipu6_bus_device *sys, struct vm_area_struct *vma, in ipu6_dma_mmap() 330 void ipu6_dma_unmap_sg(struct ipu6_bus_device *sys, struct scatterlist *sglist, in ipu6_dma_unmap_sg() 374 int ipu6_dma_map_sg(struct ipu6_bus_device *sys, struct scatterlist *sglist, in ipu6_dma_map_sg() 439 int ipu6_dma_map_sgtable(struct ipu6_bus_device *sys, struct sg_table *sgt, in ipu6_dma_map_sgtable() 454 void ipu6_dma_unmap_sgtable(struct ipu6_bus_device *sys, struct sg_table *sgt, in ipu6_dma_unmap_sgtable()
|
| H A D | ipu6-buttress.c | 539 int ipu6_buttress_map_fw_image(struct ipu6_bus_device *sys, in ipu6_buttress_map_fw_image() 601 void ipu6_buttress_unmap_fw_image(struct ipu6_bus_device *sys, in ipu6_buttress_unmap_fw_image()
|
| /linux/drivers/staging/media/ipu7/ |
| H A D | ipu7-dma.c | 114 void ipu7_dma_sync_single(struct ipu7_bus_device *sys, dma_addr_t dma_handle, in ipu7_dma_sync_single() 135 void ipu7_dma_sync_sg(struct ipu7_bus_device *sys, struct scatterlist *sglist, in ipu7_dma_sync_sg() 146 void ipu7_dma_sync_sgtable(struct ipu7_bus_device *sys, struct sg_table *sgt) in ipu7_dma_sync_sgtable() 152 void *ipu7_dma_alloc(struct ipu7_bus_device *sys, size_t size, in ipu7_dma_alloc() 244 void ipu7_dma_free(struct ipu7_bus_device *sys, size_t size, void *vaddr, in ipu7_dma_free() 297 int ipu7_dma_mmap(struct ipu7_bus_device *sys, struct vm_area_struct *vma, in ipu7_dma_mmap() 330 void ipu7_dma_unmap_sg(struct ipu7_bus_device *sys, struct scatterlist *sglist, in ipu7_dma_unmap_sg() 374 int ipu7_dma_map_sg(struct ipu7_bus_device *sys, struct scatterlist *sglist, in ipu7_dma_map_sg() 457 int ipu7_dma_map_sgtable(struct ipu7_bus_device *sys, struct sg_table *sgt, in ipu7_dma_map_sgtable() 472 void ipu7_dma_unmap_sgtable(struct ipu7_bus_device *sys, struct sg_table *sgt, in ipu7_dma_unmap_sgtable()
|
| /linux/arch/arm/mach-dove/ |
| H A D | pcie.c | 35 static int __init dove_pcie_setup(int nr, struct pci_sys_data *sys) in dove_pcie_setup() 96 struct pci_sys_data *sys = bus->sysdata; in pcie_rd_conf() local 116 struct pci_sys_data *sys = bus->sysdata; in pcie_wr_conf() local 161 struct pci_sys_data *sys = pci_host_bridge_priv(bridge); in dove_pcie_scan_bus() local 179 struct pci_sys_data *sys = dev->sysdata; in dove_pcie_map_irq() local
|
| /linux/arch/arm/mach-mv78xx0/ |
| H A D | pcie.c | 98 static int __init mv78xx0_pcie_setup(int nr, struct pci_sys_data *sys) in mv78xx0_pcie_setup() 140 struct pci_sys_data *sys = bus->sysdata; in pcie_rd_conf() local 160 struct pci_sys_data *sys = bus->sysdata; in pcie_wr_conf() local 204 struct pci_sys_data *sys = pci_host_bridge_priv(bridge); in mv78xx0_pcie_scan_bus() local 223 struct pci_sys_data *sys = dev->bus->sysdata; in mv78xx0_pcie_map_irq() local
|
| /linux/tools/perf/util/ |
| H A D | trace-event-info.c | 144 static bool name_in_tp_list(char *sys, struct tracepoint_path *tps) in name_in_tp_list() 161 static int copy_event_system(const char *sys, struct tracepoint_path *tps) in copy_event_system() 242 static bool system_in_tp_list(char *sys, struct tracepoint_path *tps) in system_in_tp_list() 258 char *sys; in record_event_files() local
|
| H A D | tp_pmu.c | 11 int tp_pmu__id(const char *sys, const char *name) in tp_pmu__id() 30 int tp_pmu__for_each_tp_event(const char *sys, void *state, tp_event_callback cb) in tp_pmu__for_each_tp_event()
|
| H A D | parse-events.y | 108 char *sys; member
|
| H A D | parse-events.c | 441 tracepoint_error(struct parse_events_error * e,int err,const char * sys,const char * name,int column) tracepoint_error() argument 1383 parse_events_add_tracepoint(struct parse_events_state * parse_state,struct list_head * list,const char * sys,const char * event,struct parse_events_error * err,struct parse_events_terms * head_config,void * loc_) parse_events_add_tracepoint() argument
|
| H A D | evsel.h | 271 evsel__newtp(const char * sys,const char * name) evsel__newtp() argument
|
| /linux/arch/arm/mach-orion5x/ |
| H A D | pci.c | 139 static int __init pcie_setup(struct pci_sys_data *sys) in pcie_setup() 466 static int __init pci_setup(struct pci_sys_data *sys) in pci_setup() 550 int __init orion5x_pci_sys_setup(int nr, struct pci_sys_data *sys) in orion5x_pci_sys_setup() 569 struct pci_sys_data *sys = pci_host_bridge_priv(bridge); in orion5x_pci_sys_scan_bus() local
|
| /linux/drivers/media/dvb-frontends/cxd2880/ |
| H A D | cxd2880_tnrdmd.c | 887 enum cxd2880_dtv_sys sys, u32 freq_khz, in x_tune1() 1222 enum cxd2880_dtv_sys sys, in x_tune3() 1705 enum cxd2880_dtv_sys sys) in set_ts_clk_mode_and_freq() 2185 enum cxd2880_dtv_sys sys, in cxd2880_tnrdmd_common_tune_setting1() 2383 enum cxd2880_dtv_sys sys, in cxd2880_tnrdmd_common_tune_setting2() 3273 enum cxd2880_dtv_sys sys, in cxd2880_tnrdmd_set_scan_mode()
|
| H A D | cxd2880_tnrdmd.h | 230 enum cxd2880_dtv_sys sys; member
|
| /linux/tools/perf/python/ |
| H A D | tracepoint.py | 9 __init__(self, sys, name) global() argument
|
| /linux/arch/arm64/boot/dts/renesas/ |
| H A D | r9a09g011.dtsi | 234 sys: system-controller@a3f03000 { label
|
| /linux/tools/lib/api/fs/ |
| H A D | tracing_path.c | 128 const char *sys, const char *name) in tracing_path__strerror_open_tp()
|
| /linux/arch/arm/mach-footbridge/ |
| H A D | dc21285.c | 261 int __init dc21285_setup(int nr, struct pci_sys_data *sys) in dc21285_setup()
|
| /linux/arch/x86/kernel/ |
| H A D | idt.c | 197 idt_setup_from_table(gate_desc *idt, const struct idt_data *t, int size, bool sys) in idt_setup_from_table()
|
| /linux/drivers/pcmcia/ |
| H A D | cistpl.c | 137 void __iomem *sys, *end; in pcmcia_read_cis_mem() local 218 void __iomem *sys, *end; in pcmcia_write_cis_mem() local
|
| /linux/drivers/hsi/controllers/ |
| H A D | omap_ssi.h | 139 void __iomem *sys; member
|
| /linux/arch/alpha/include/asm/ |
| H A D | machvec.h | 108 } sys; member
|
| /linux/drivers/hid/ |
| H A D | hid-debug.c | 2998 int sys; in hid_dump_field() local
|
| /linux/kernel/cgroup/ |
| H A D | rstat.c | 688 u64 sys = 0; in root_cgroup_cputime() local
|
| /linux/drivers/gpu/drm/amd/amdkfd/ |
| H A D | kfd_migrate.c | 126 svm_migrate_copy_memory_gart(struct amdgpu_device *adev, dma_addr_t *sys, in svm_migrate_copy_memory_gart()
|