Home
last modified time | relevance | path

Searched refs:new_line (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/net/wan/
H A Dc101.c234 sync_serial_settings new_line; in c101_ioctl() local
253 if (copy_from_user(&new_line, line, size)) in c101_ioctl()
256 if (new_line.clock_type != CLOCK_EXT && in c101_ioctl()
257 new_line.clock_type != CLOCK_TXFROMRX && in c101_ioctl()
258 new_line.clock_type != CLOCK_INT && in c101_ioctl()
259 new_line.clock_type != CLOCK_TXINT) in c101_ioctl()
262 if (new_line.loopback != 0 && new_line.loopback != 1) in c101_ioctl()
265 memcpy(&port->settings, &new_line, size); /* Update settings */ in c101_ioctl()
H A Dpci200syn.c185 sync_serial_settings new_line; in pci200_ioctl() local
205 if (copy_from_user(&new_line, line, size)) in pci200_ioctl()
208 if (new_line.clock_type != CLOCK_EXT && in pci200_ioctl()
209 new_line.clock_type != CLOCK_TXFROMRX && in pci200_ioctl()
210 new_line.clock_type != CLOCK_INT && in pci200_ioctl()
211 new_line.clock_type != CLOCK_TXINT) in pci200_ioctl()
214 if (new_line.loopback != 0 && new_line.loopback != 1) in pci200_ioctl()
217 memcpy(&port->settings, &new_line, size); /* Update settings */ in pci200_ioctl()
H A Dpc300too.c192 sync_serial_settings new_line; in pc300_ioctl() local
228 if (copy_from_user(&new_line, line, size)) in pc300_ioctl()
231 if (new_line.clock_type != CLOCK_EXT && in pc300_ioctl()
232 new_line.clock_type != CLOCK_TXFROMRX && in pc300_ioctl()
233 new_line.clock_type != CLOCK_INT && in pc300_ioctl()
234 new_line.clock_type != CLOCK_TXINT) in pc300_ioctl()
237 if (new_line.loopback != 0 && new_line.loopback != 1) in pc300_ioctl()
240 memcpy(&port->settings, &new_line, size); /* Update settings */ in pc300_ioctl()
H A Dn2.c245 sync_serial_settings new_line; in n2_ioctl() local
264 if (copy_from_user(&new_line, line, size)) in n2_ioctl()
267 if (new_line.clock_type != CLOCK_EXT && in n2_ioctl()
268 new_line.clock_type != CLOCK_TXFROMRX && in n2_ioctl()
269 new_line.clock_type != CLOCK_INT && in n2_ioctl()
270 new_line.clock_type != CLOCK_TXINT) in n2_ioctl()
273 if (new_line.loopback != 0 && new_line.loopback != 1) in n2_ioctl()
276 memcpy(&port->settings, &new_line, size); /* Update settings */ in n2_ioctl()
/linux/tools/perf/util/
H A Ddisasm.c1329 char *new_line; in expand_tabs() local
1345 new_line = malloc(new_storage_len); in expand_tabs()
1346 if (new_line == NULL) { in expand_tabs()
1359 memcpy(&new_line[dst], &line[src], len); in expand_tabs()
1361 new_line[dst++] = ' '; in expand_tabs()
1363 new_line[dst++] = ' '; in expand_tabs()
1371 memcpy(&new_line[dst], &line[src], len); in expand_tabs()
1373 new_line[dst] = '\0'; in expand_tabs()
1376 *storage = new_line; in expand_tabs()
1378 return new_line; in expand_tabs()
[all...]
H A Dstat-shadow.c316 if ((*num)++ > 0 && out->new_line) in perf_stat__print_shadow_stats_metricgroup()
317 out->new_line(config, ctxp); in perf_stat__print_shadow_stats_metricgroup()
H A Dstat.h157 new_line_t new_line; member
H A Dstat-display.c831 out.new_line = nl; in printout()
1215 .new_line = NULL, in print_metric_headers()
/linux/drivers/tty/
H A Dsynclink_gt.c
/linux/drivers/net/wireless/ath/ath11k/
H A Ddebugfs_htt_stats.c21 const char *new_line = newline; \
34 "%s", new_line); \
/linux/tools/perf/
H A Dbuiltin-script.c2296 .new_line = script_new_line, in perf_sample__fprint_metric()