Home
last modified time | relevance | path

Searched refs:hack (Results 1 – 25 of 37) sorted by relevance

12

/Linux-v5.4/drivers/gpu/drm/nouveau/
Dnouveau_nvif.c55 nvkm_client_ioctl(void *priv, bool super, void *data, u32 size, void **hack) in nvkm_client_ioctl() argument
57 return nvkm_ioctl(priv, super, data, size, hack); in nvkm_client_ioctl()
/Linux-v5.4/arch/x86/boot/
Dcode16gcc.h9 # gcc 4.9+ has a real -m16 option so we can drop this hack long term.
Dpmjump.S57 # a valid stack if some debugging hack wants to use it.
/Linux-v5.4/drivers/gpu/drm/nouveau/include/nvif/
Ddriver.h14 int (*ioctl)(void *priv, bool super, void *data, u32 size, void **hack);
/Linux-v5.4/arch/powerpc/boot/
D.gitignore4 hack-coff
DMakefile227 hostprogs-y := addnote hack-coff mktree
236 wrapperbits := $(extra-y) $(addprefix $(obj)/,addnote hack-coff mktree) \
Dwrapper524 $objbin/hack-coff "$ofile"
/Linux-v5.4/drivers/gpu/drm/nouveau/nvkm/core/
Dioctl.c430 void *data, u32 size, void **hack) in nvkm_ioctl() argument
453 if (hack) { in nvkm_ioctl()
454 *hack = client->data; in nvkm_ioctl()
/Linux-v5.4/drivers/gpu/drm/nouveau/nvif/
Dobject.c31 nvif_object_ioctl(struct nvif_object *object, void *data, u32 size, void **hack) in nvif_object_ioctl() argument
48 data, size, hack); in nvif_object_ioctl()
/Linux-v5.4/Documentation/networking/
Dip_dynaddr.txt1 IP dynamic address hack-port v0.03
Dltpc.txt52 present; otherwise, it refuses to seed. This is a hack, and a more
121 you'll probably have to hack the initialization code a bit.
/Linux-v5.4/drivers/bcma/
Dscan.c412 u8 hack = (ports[1] == 1) ? 0 : 1; in bcma_get_next_core() local
415 SCAN_ADDR_TYPE_SWRAP, i + hack); in bcma_get_next_core()
/Linux-v5.4/Documentation/power/
Dvideo.rst84 either invent another ugly hack that works, or write proper driver for
93 Model hack (or "how to do it")
202 Mainboard Graphics card hack (or "how to do it")
/Linux-v5.4/arch/arm64/boot/dts/rockchip/
Drk3399-gru-scarlet.dtsi120 * This is a hack to make sure the Bluetooth part of the QCA6174A
158 /* See bt_3v3 hack above */
Drk3399-gru-chromebook.dtsi178 * This is a bit of a hack. The WiFi module should be reset at least
/Linux-v5.4/arch/arm64/boot/dts/qcom/
Dmsm8998-mtp.dtsi41 /* hack until we rig up the gpu consumer */
/Linux-v5.4/arch/arm/boot/dts/
Dimx6qdl-sr-som-ti.dtsi54 /* This is a hack around the kernel - using "fixed clock"
Dsun5i-r8-chip.dts205 * we cannot really do better than this ugly hack for now.
/Linux-v5.4/Documentation/media/v4l-drivers/
Dradiotrack.rst29 comfortable X-windows interface, and added a scanning feature. For hack
/Linux-v5.4/arch/um/
DKconfig142 unless you really know what this hack does.
/Linux-v5.4/Documentation/admin-guide/
Dsvga.rst140 0x0f08 Graphics hack (see the VIDEO_GFX_HACK paragraph below)
165 VIDEO_GFX_HACK - includes special hack for setting of graphics modes
/Linux-v5.4/Documentation/usb/
Dgadget_multi.rst95 If you intend to hack the g_multi gadget be advised that rearranging
/Linux-v5.4/arch/m68k/q40/
DREADME111 q40ints.c now contains a trivial hack for (a), (b) is more difficult
/Linux-v5.4/drivers/atm/
Deni.c1056 unsigned int hack = *((char *) skb->data)-'0'; in do_tx()
1058 if (hack < 8) { in do_tx()
1059 skb->data += hack; in do_tx()
1060 skb->len -= hack; in do_tx()
/Linux-v5.4/Documentation/input/
Dinput.rst118 ``mousedev`` is a hack to make legacy programs that use mouse input

12