Searched refs:isst_if_cdev_register (Results 1 – 5 of 5) sorted by relevance
64 int isst_if_cdev_register(int type, struct isst_if_cmd_cb *cb);
194 ret = isst_if_cdev_register(ISST_IF_DEV_MBOX, &cb); in isst_if_mbox_init()
191 ret = isst_if_cdev_register(ISST_IF_DEV_MBOX, &cb); in isst_if_mbox_probe()
743 int isst_if_cdev_register(int device_type, struct isst_if_cmd_cb *cb) in isst_if_cdev_register() function771 EXPORT_SYMBOL_GPL(isst_if_cdev_register);
130 ret = isst_if_cdev_register(ISST_IF_DEV_MMIO, &cb); in isst_if_probe()