Home
last modified time | relevance | path

Searched refs:dbgopt (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/staging/media/atomisp/pci/
H A Datomisp_drvfs.c29 static unsigned int dbgopt = OPTION_BIN_LIST; variable
118 return sysfs_emit(buf, "option:0x%x\n", dbgopt); in dbgopt_show()
132 dbgopt = opt; in dbgopt_store()
133 ret = iunit_dump_dbgopt(isp, dbgopt); in dbgopt_store()
139 static DEVICE_ATTR_RW(dbgopt);
/linux-6.15/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Ddevice.h23 const char *dbgopt; member
/linux-6.15/drivers/gpu/drm/nouveau/nvkm/core/
H A Dsubdev.c261 subdev->debug = nvkm_dbgopt(device->dbgopt, subdev->name); in __nvkm_subdev_ctor()
/linux-6.15/drivers/gpu/drm/nouveau/nvkm/engine/device/
H A Dbase.c3062 device->dbgopt = dbg; in nvkm_device_ctor()
3065 device->debug = nvkm_dbgopt(device->dbgopt, "device"); in nvkm_device_ctor()