Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/x86/intel/speed_select_if/
H A Disst_if_common.h67 long (*def_ioctl)(struct file *file, unsigned int cmd, unsigned long arg); member
H A Disst_if_common.c640 if (cb->def_ioctl) { in isst_if_def_ioctl()
641 ret = cb->def_ioctl(file, cmd, arg); in isst_if_def_ioctl()
834 punit_callbacks[device_type].def_ioctl = NULL; in isst_if_cdev_unregister()
H A Disst_tpmi_core.c1412 cb.def_ioctl = isst_if_def_ioctl; in tpmi_sst_init()