/linux/arch/powerpc/platforms/cell/spufs/ |
H A D | switch.c | 81 static inline int check_spu_isolate(struct spu_state *csa, struct spu *spu) in check_spu_isolate() 97 static inline void disable_interrupts(struct spu_state *csa, struct spu *spu) in disable_interrupts() 134 static inline void set_watchdog_timer(struct spu_state *csa, struct spu *spu) in set_watchdog_timer() 147 static inline void inhibit_user_access(struct spu_state *csa, struct spu *spu) in inhibit_user_access() 158 static inline void set_switch_pending(struct spu_state *csa, struct spu *spu) in set_switch_pending() 167 static inline void save_mfc_cntl(struct spu_state *csa, struct spu *spu) in save_mfc_cntl() 201 static inline void save_spu_runcntl(struct spu_state *csa, struct spu *spu) in save_spu_runcntl() 212 static inline void save_mfc_sr1(struct spu_state *csa, struct spu *spu) in save_mfc_sr1() 220 static inline void save_spu_status(struct spu_state *csa, struct spu *spu) in save_spu_status() 246 static inline void save_mfc_stopped_status(struct spu_state *csa, in save_mfc_stopped_status() [all …]
|
H A D | lscsa_alloc.c | 21 int spu_alloc_lscsa(struct spu_state *csa) in spu_alloc_lscsa() 38 void spu_free_lscsa(struct spu_state *csa) in spu_free_lscsa()
|
H A D | backing_ops.c | 297 struct spu_state *csa = &ctx->csa; in spu_backing_master_start() local 308 struct spu_state *csa = &ctx->csa; in spu_backing_master_stop() local
|
H A D | spufs.h | 69 struct spu_state csa; /* SPU context save area. */ member
|
H A D | file.c | 2473 struct spu_state *csa = &ctx->csa; in spufs_show_ctx() local
|
/linux/drivers/hwtracing/coresight/ |
H A D | coresight-etm4x-core.c | 72 struct csdev_access *csa; member 159 struct csdev_access *csa) in etm_detect_os_lock() 167 struct csdev_access *csa, u32 val) in etm_write_os_lock() 189 struct csdev_access *csa) in etm4_os_unlock_csa() 214 struct csdev_access *csa) in etm4_cs_lock() 222 struct csdev_access *csa) in etm4_cs_unlock() 383 struct csdev_access *csa) in etm4_check_arch_features() 406 struct csdev_access *csa) in etm4_check_arch_features() 411 static void etm4x_sys_ins_barrier(struct csdev_access *csa, u32 offset, int pos, int val) in etm4x_sys_ins_barrier() 426 static int etm4x_wait_status(struct csdev_access *csa, int pos, int val) in etm4x_wait_status() [all …]
|
H A D | coresight-tpiu.c | 68 static void tpiu_enable_hw(struct csdev_access *csa) in tpiu_enable_hw() 89 static void tpiu_disable_hw(struct csdev_access *csa) in tpiu_disable_hw()
|
H A D | coresight-core.c | 145 void coresight_clear_self_claim_tag(struct csdev_access *csa) in coresight_clear_self_claim_tag() 155 void coresight_clear_self_claim_tag_unlocked(struct csdev_access *csa) in coresight_clear_self_claim_tag_unlocked() 176 struct csdev_access *csa; in coresight_claim_device_unlocked() local 1206 int coresight_timeout_action(struct csdev_access *csa, u32 offset, in coresight_timeout_action() 1239 int coresight_timeout(struct csdev_access *csa, u32 offset, in coresight_timeout()
|
H A D | coresight-etm4x.h | 513 #define etm4x_relaxed_read32(csa, offset) \ argument 518 #define etm4x_relaxed_read64(csa, offset) \ argument 523 #define etm4x_read32(csa, offset) \ argument 530 #define etm4x_read64(csa, offset) \ argument 537 #define etm4x_relaxed_write32(csa, val, offset) \ argument 546 #define etm4x_relaxed_write64(csa, val, offset) \ argument 555 #define etm4x_write32(csa, val, offset) \ argument 561 #define etm4x_write64(csa, val, offset) \ argument
|
H A D | coresight-tmc-core.c | 41 struct csdev_access *csa = &csdev->access; in tmc_wait_for_tmcready() local 55 struct csdev_access *csa = &csdev->access; in tmc_flush_and_stop() local
|
H A D | coresight-catu.c | 394 struct csdev_access *csa = &drvdata->csdev->access; in catu_wait_for_ready() local
|
H A D | coresight-etb10.c | 254 struct csdev_access *csa = &drvdata->csdev->access; in __etb_disable_hw() local
|
H A D | coresight-etm.h | 232 struct csdev_access csa; member
|
H A D | coresight-stm.c | 262 struct csdev_access *csa = &csdev->access; in stm_disable() local
|
/linux/include/linux/ |
H A D | coresight.h | 449 static inline u32 csdev_access_relaxed_read32(struct csdev_access *csa, in csdev_access_relaxed_read32() 508 static inline u32 coresight_get_pid(struct csdev_access *csa) in coresight_get_pid() 518 static inline u64 csdev_access_relaxed_read_pair(struct csdev_access *csa, in csdev_access_relaxed_read_pair() 529 static inline void csdev_access_relaxed_write_pair(struct csdev_access *csa, u64 val, in csdev_access_relaxed_write_pair() 541 static inline u32 csdev_access_read32(struct csdev_access *csa, u32 offset) in csdev_access_read32() 549 static inline void csdev_access_relaxed_write32(struct csdev_access *csa, in csdev_access_relaxed_write32() 558 static inline void csdev_access_write32(struct csdev_access *csa, u32 val, u32 offset) in csdev_access_write32() 568 static inline u64 csdev_access_relaxed_read64(struct csdev_access *csa, in csdev_access_relaxed_read64() 577 static inline u64 csdev_access_read64(struct csdev_access *csa, u32 offset) in csdev_access_read64() 585 static inline void csdev_access_relaxed_write64(struct csdev_access *csa, in csdev_access_relaxed_write64() [all …]
|
/linux/net/mac80211/ |
H A D | cfg.c | 948 ieee80211_set_probe_resp(struct ieee80211_sub_if_data * sdata,const u8 * resp,size_t resp_len,const struct ieee80211_csa_settings * csa,const struct ieee80211_color_change_settings * cca,struct ieee80211_link_data * link) ieee80211_set_probe_resp() argument 1127 ieee80211_assign_beacon(struct ieee80211_sub_if_data * sdata,struct ieee80211_link_data * link,struct cfg80211_beacon_data * params,const struct ieee80211_csa_settings * csa,const struct ieee80211_color_change_settings * cca,u64 * changed) ieee80211_assign_beacon() argument 3880 struct ieee80211_csa_settings csa = {}; ieee80211_set_csa_beacon() local [all...] |
H A D | mesh.c | 954 struct mesh_csa_settings *csa; in ieee80211_mesh_build_beacon() local
|
H A D | ieee80211_i.h | 803 struct mesh_csa_settings __rcu *csa; member 1008 } csa; member 1071 } csa; member
|
H A D | mlme.c | 8877 struct ieee80211_channel_sw_ie *csa = NULL; in ieee80211_mgd_csa_present() local
|
/linux/kernel/cgroup/ |
H A D | cpuset.c | 764 struct cpuset **csa; /* array of all cpuset ptrs */ in generate_sched_domains() local
|
/linux/drivers/net/wireless/intel/iwlegacy/ |
H A D | common.c | 4082 struct il_csa_notification *csa = &(pkt->u.csa_notif); in il_hdl_csa() local
|
/linux/drivers/net/wireless/intel/ipw2x00/ |
H A D | libipw.h | 640 struct libipw_csa csa; member
|