Searched defs:kps (Results  1 – 10 of 10) sorted by relevance
| /linux-4.4.14/drivers/clk/bcm/ | 
| D | clk-nsp.c | 32 #define DF_VAL(o, kis, kiw, kps, kpw, kas, kaw) { .offset = o, .ki_shift = kis,\  argument
 | 
| D | clk-ns2.c | 32 #define DF_VAL(o, kis, kiw, kps, kpw, kas, kaw) { .offset = o, .ki_shift = kis,\  argument
 | 
| D | clk-cygnus.c | 40 #define DF_VAL(o, kis, kiw, kps, kpw, kas, kaw) { .offset = o, .ki_shift = kis,\  argument
 | 
| /linux-4.4.14/drivers/tty/serial/ | 
| D | kgdboc.c | 32 static struct kparam_string kps = {  variable
 | 
| /linux-4.4.14/kernel/ | 
| D | test_kprobes.c | 113 	struct kprobe *kps[2] = {&kp, &kp2};  in test_kprobes()  local
 | 
| D | params.c | 547 	const struct kparam_string *kps = kp->str;  in param_set_copystring()  local561 	const struct kparam_string *kps = kp->str;  in param_get_string()  local
 
 | 
| D | kprobes.c | 1665 int register_kprobes(struct kprobe **kps, int num)  in register_kprobes()1689 void unregister_kprobes(struct kprobe **kps, int num)  in unregister_kprobes()
 
 | 
| /linux-4.4.14/include/linux/ | 
| D | kprobes.h | 414 static inline int register_kprobes(struct kprobe **kps, int num)  in register_kprobes()421 static inline void unregister_kprobes(struct kprobe **kps, int num)  in unregister_kprobes()
 
 | 
| /linux-4.4.14/kernel/power/ | 
| D | hibernate.c | 243 	unsigned int kps;  in swsusp_show_speed()  local
 | 
| /linux-4.4.14/drivers/misc/ | 
| D | kgdbts.c | 165 static struct kparam_string kps = {  variable
 |