Searched refs:tseq (Results  1 – 4 of 4) sorted by relevance
| /Linux-v5.15/drivers/input/misc/ | 
| D | hp_sdc_rtc.c | 70 	uint8_t tseq[91];  in hp_sdc_rtc_do_read_bbrtc()  local 75 		tseq[i++] = HP_SDC_ACT_DATAREG |  in hp_sdc_rtc_do_read_bbrtc() 77 		tseq[i++] = 0x01;			/* write i8042[0x70] */  in hp_sdc_rtc_do_read_bbrtc() 78 	  	tseq[i]   = i / 7;			/* BBRTC reg address */  in hp_sdc_rtc_do_read_bbrtc() 80 		tseq[i++] = HP_SDC_CMD_DO_RTCR;		/* Trigger command   */  in hp_sdc_rtc_do_read_bbrtc() 81 		tseq[i++] = 2;		/* expect 1 stat/dat pair back.   */  in hp_sdc_rtc_do_read_bbrtc() 84 	tseq[84] |= HP_SDC_ACT_SEMAPHORE;  in hp_sdc_rtc_do_read_bbrtc() 86 	t.seq =			tseq;  in hp_sdc_rtc_do_read_bbrtc() 97 	if (!((tseq[83] | tseq[90] | tseq[69] | tseq[76] |  in hp_sdc_rtc_do_read_bbrtc() 98 	       tseq[55] | tseq[62] | tseq[34] | tseq[41] |  in hp_sdc_rtc_do_read_bbrtc() [all …] 
 | 
| /Linux-v5.15/drivers/input/serio/ | 
| D | hp_sdc_mlc.c | 56 	u8 tseq[16];  member 199 	if (!(priv->tseq[4] & HP_SDC_USE_LOOP))  in hp_sdc_mlc_cts() 207 	priv->tseq[0] =  in hp_sdc_mlc_cts() 209 	priv->tseq[1] = HP_SDC_CMD_READ_USE;  in hp_sdc_mlc_cts() 210 	priv->tseq[2] = 1;  in hp_sdc_mlc_cts() 211 	priv->tseq[3] = 0;  in hp_sdc_mlc_cts() 212 	priv->tseq[4] = 0;  in hp_sdc_mlc_cts() 247 	priv->tseq[0] =  in hp_sdc_mlc_out() 249 	priv->tseq[1] = 0x7;  in hp_sdc_mlc_out() 250 	priv->tseq[2] =  in hp_sdc_mlc_out() [all …] 
 | 
| /Linux-v5.15/kernel/trace/ | 
| D | trace_recursion_record.c | 119 static struct trace_seq *tseq;  variable 132 	tseq = kzalloc(sizeof(*tseq), GFP_KERNEL);  in recursed_function_seq_start() 133 	if (!tseq)  in recursed_function_seq_start() 136 	trace_seq_init(tseq);  in recursed_function_seq_start() 154 	kfree(tseq);  in recursed_function_seq_stop() 164 		trace_seq_print_sym(tseq, record->parent_ip, true);  in recursed_function_seq_show() 165 		trace_seq_puts(tseq, ":\t");  in recursed_function_seq_show() 166 		trace_seq_print_sym(tseq, record->ip, true);  in recursed_function_seq_show() 167 		trace_seq_putc(tseq, '\n');  in recursed_function_seq_show() 168 		ret = trace_print_seq(m, tseq);  in recursed_function_seq_show()
  | 
| /Linux-v5.15/tools/lib/traceevent/Documentation/ | 
| D | libtraceevent-tseq.txt | 86 void foo_seq_print(struct trace_seq *tseq, char *format, ...) 90 	if (trace_seq_vprintf(tseq, format, ap) <= 0) {
  |