Home
last modified time | relevance | path

Searched refs:__drm_puts_seq_file (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/gpu/drm/
Ddrm_print.c167 void __drm_puts_seq_file(struct drm_printer *p, const char *str) in __drm_puts_seq_file() function
171 EXPORT_SYMBOL(__drm_puts_seq_file);
/linux-6.1.9/include/drm/
Ddrm_print.h87 void __drm_puts_seq_file(struct drm_printer *p, const char *str);
199 .puts = __drm_puts_seq_file, in drm_seq_file_printer()