Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/isdn/i4l/
Disdn_tty.c3603 #define my_toupper(c) (((c >= 'a') && (c <= 'z')) ? (c & 0xdf) : c) macro
3655 c = my_toupper(c); in isdn_tty_edit_at()