| /Linux-v5.4/drivers/char/ipmi/ | 
| D | ipmi_kcs_sm.c | 123 static unsigned int init_kcs_data(struct si_sm_data *kcs,  in init_kcs_data()  argument 126 	kcs->state = KCS_IDLE;  in init_kcs_data() 127 	kcs->io = io;  in init_kcs_data() 128 	kcs->write_pos = 0;  in init_kcs_data() 129 	kcs->write_count = 0;  in init_kcs_data() 130 	kcs->orig_write_count = 0;  in init_kcs_data() 131 	kcs->read_pos = 0;  in init_kcs_data() 132 	kcs->error_retries = 0;  in init_kcs_data() 133 	kcs->truncated = 0;  in init_kcs_data() 134 	kcs->ibf_timeout = IBF_RETRY_TIMEOUT;  in init_kcs_data() [all …] 
 | 
| D | ipmi_smic_sm.c | 559 static void smic_cleanup(struct si_sm_data *kcs)  in smic_cleanup()  argument
  | 
| /Linux-v5.4/fs/proc/ | 
| D | stat.c | 26 static u64 get_idle_time(struct kernel_cpustat *kcs, int cpu)  in get_idle_time()  argument 30 	idle = kcs->cpustat[CPUTIME_IDLE];  in get_idle_time() 36 static u64 get_iowait_time(struct kernel_cpustat *kcs, int cpu)  in get_iowait_time()  argument 40 	iowait = kcs->cpustat[CPUTIME_IOWAIT];  in get_iowait_time() 48 static u64 get_idle_time(struct kernel_cpustat *kcs, int cpu)  in get_idle_time()  argument 57 		idle = kcs->cpustat[CPUTIME_IDLE];  in get_idle_time() 64 static u64 get_iowait_time(struct kernel_cpustat *kcs, int cpu)  in get_iowait_time()  argument 73 		iowait = kcs->cpustat[CPUTIME_IOWAIT];  in get_iowait_time() 123 		struct kernel_cpustat *kcs = &kcpustat_cpu(i);  in show_stat()  local 125 		user += kcs->cpustat[CPUTIME_USER];  in show_stat() [all …] 
 | 
| /Linux-v5.4/Documentation/devicetree/bindings/ipmi/ | 
| D | npcm7xx-kcs-bmc.txt | 9     "nuvoton,npcm750-kcs-bmc" 16         compatible = "nuvoton,npcm750-lpc-kcs", "simple-mfd", "syscon"; 25             compatible = "nuvoton,npcm750-kcs-bmc"; 33             compatible = "nuvoton,npcm750-kcs-bmc";
  | 
| D | aspeed-kcs-bmc.txt | 9     "aspeed,ast2400-kcs-bmc" 10     "aspeed,ast2500-kcs-bmc" 19         compatible = "aspeed,ast2500-kcs-bmc";
  | 
| D | ipmi-smic.txt | 4 - compatible: should be one of ipmi-kcs, ipmi-smic, or ipmi-bt
  | 
| /Linux-v5.4/drivers/s390/crypto/ | 
| D | pkey_api.c | 773 		struct pkey_clr2seck kcs;  in pkey_unlocked_ioctl()  local 775 		if (copy_from_user(&kcs, ucs, sizeof(kcs)))  in pkey_unlocked_ioctl() 777 		rc = cca_clr2seckey(kcs.cardnr, kcs.domain, kcs.keytype,  in pkey_unlocked_ioctl() 778 				    kcs.clrkey.clrkey, kcs.seckey.seckey);  in pkey_unlocked_ioctl() 782 		if (copy_to_user(ucs, &kcs, sizeof(kcs)))  in pkey_unlocked_ioctl() 784 		memzero_explicit(&kcs, sizeof(kcs));  in pkey_unlocked_ioctl() 950 		struct pkey_clr2seck2 kcs;  in pkey_unlocked_ioctl()  local 955 		if (copy_from_user(&kcs, ucs, sizeof(kcs)))  in pkey_unlocked_ioctl() 957 		apqns = _copy_apqns_from_user(kcs.apqns, kcs.apqn_entries);  in pkey_unlocked_ioctl() 965 		rc = pkey_clr2seckey2(apqns, kcs.apqn_entries,  in pkey_unlocked_ioctl() [all …] 
 | 
| /Linux-v5.4/arch/arm64/boot/dts/amd/ | 
| D | amd-seattle-soc.dtsi | 241 		ipmi_kcs: kcs@e0010000 { 243 			compatible = "ipmi-kcs";
  | 
| /Linux-v5.4/arch/arm/boot/dts/ | 
| D | aspeed-g5.dtsi | 403 						compatible = "aspeed,ast2500-kcs-bmc"; 409 						compatible = "aspeed,ast2500-kcs-bmc"; 415 						compatible = "aspeed,ast2500-kcs-bmc"; 432 						compatible = "aspeed,ast2500-kcs-bmc";
  | 
| /Linux-v5.4/Documentation/ABI/testing/ | 
| D | sysfs-devices-platform-ipmi | 107 		(RO) The device interface for IPMI "kcs", "smic", "bt" or
  | 
| /Linux-v5.4/Documentation/ | 
| D | IPMI.txt | 392 The si_type may be either "kcs", "smic", or "bt".  If you leave it blank, it 393 defaults to "kcs". 488    add|remove,kcs|bt|smic,mem|i/o,<address>[,<opt1>[,<opt2>[,...]]]
  |