HomeSort by: relevance | last modified time | path
    Searched defs:lineout (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/amlogic/
meson-axg-s400.dts 73 lineout: audio-codec-1 { label
79 sound-name-prefix = "Lineout";
231 audio-widgets = "Line", "Lineout",
268 "Lineout", "Lineout AOUTL",
269 "Lineout", "Lineout AOUTR",
317 sound-dai = <&lineout>;
meson-axg-s400.dts 73 lineout: audio-codec-1 { label
79 sound-name-prefix = "Lineout";
231 audio-widgets = "Line", "Lineout",
268 "Lineout", "Lineout AOUTL",
269 "Lineout", "Lineout AOUTR",
317 sound-dai = <&lineout>;
  /src/usr.bin/cal/
cal.c 352 char lineout[256]; local in function:monthrange
396 (void)snprintf(lineout, sizeof(lineout), "%d", year);
397 center(lineout, week_len * month_per_row +
418 snprintf(lineout, sizeof(lineout), "%s %d",
420 center(lineout, week_len, sep);
450 memset(lineout, ' ', sizeof(lineout));
461 p = lineout + i * (week_len + 2) + w_off
    [all...]
cal.c 352 char lineout[256]; local in function:monthrange
396 (void)snprintf(lineout, sizeof(lineout), "%d", year);
397 center(lineout, week_len * month_per_row +
418 snprintf(lineout, sizeof(lineout), "%s %d",
420 center(lineout, week_len, sep);
450 memset(lineout, ' ', sizeof(lineout));
461 p = lineout + i * (week_len + 2) + w_off
    [all...]

Completed in 24 milliseconds