Searched refs:def_ioctl (Results 1 – 3 of 3) sorted by relevance
67 long (*def_ioctl)(struct file *file, unsigned int cmd, unsigned long arg); member
640 if (cb->def_ioctl) { in isst_if_def_ioctl()641 ret = cb->def_ioctl(file, cmd, arg); in isst_if_def_ioctl()832 punit_callbacks[device_type].def_ioctl = NULL; in isst_if_cdev_unregister()
1412 cb.def_ioctl = isst_if_def_ioctl; in tpmi_sst_init()