Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/dwc2/
Ddebugfs.c187 static const struct file_operations state_fops = { variable
347 file = debugfs_create_file("state", S_IRUGO, root, hsotg, &state_fops); in dwc2_hsotg_create_debug()
/linux-4.4.14/sound/oss/dmasound/
Ddmasound_core.c1370 static const struct file_operations state_fops = { variable
1383 state_unit = register_sound_special(&state_fops, SND_DEV_STATUS); in state_init()