参照元

説明

引数

返り値

参考

実装

/**
 * cdev_del() - remove a cdev from the system
 * @p: the cdev structure to be removed
 *
 * cdev_del() removes @p from the system, possibly freeing the structure
 * itself.
 */
void cdev_del(struct cdev *p)
{
        cdev_unmap(p->dev, p->count);
        kobject_put(&p->kobj);
}

コメント


トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS