/Linux-v4.19/drivers/gpu/drm/nouveau/ |
D | nouveau_nvif.c | 55 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-v4.19/arch/x86/boot/ |
D | code16gcc.h | 9 # gcc 4.9+ has a real -m16 option so we can drop this hack long term.
|
D | pmjump.S | 59 # a valid stack if some debugging hack wants to use it.
|
/Linux-v4.19/drivers/gpu/drm/nouveau/include/nvif/ |
D | driver.h | 14 int (*ioctl)(void *priv, bool super, void *data, u32 size, void **hack);
|
/Linux-v4.19/drivers/staging/mt7621-pci/ |
D | TODO | 7 on MIPS. There is a gross hack to make it work on one
|
/Linux-v4.19/arch/powerpc/boot/ |
D | .gitignore | 4 hack-coff
|
D | Makefile | 225 hostprogs-y := addnote hack-coff mktree 234 wrapperbits := $(extra-y) $(addprefix $(obj)/,addnote hack-coff mktree) \
|
D | wrapper | 492 $objbin/hack-coff "$ofile"
|
/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/core/ |
D | ioctl.c | 430 void *data, u32 size, void **hack) in nvkm_ioctl() argument 453 if (hack) { in nvkm_ioctl() 454 *hack = client->data; in nvkm_ioctl()
|
/Linux-v4.19/drivers/gpu/drm/nouveau/nvif/ |
D | object.c | 31 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-v4.19/Documentation/networking/ |
D | ip_dynaddr.txt | 1 IP dynamic address hack-port v0.03
|
D | ltpc.txt | 52 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.
|
D | 00-INDEX | 108 - IP dynamic address hack e.g. for auto-dialup links
|
/Linux-v4.19/Documentation/power/ |
D | video.txt | 83 either invent another ugly hack that works, or write proper driver for 90 Model hack (or "how to do it") 175 Mainboard Graphics card hack (or "how to do it")
|
/Linux-v4.19/Documentation/arm/SA1100/ |
D | Brutus | 57 A full PCMCIA support is still missing, although it's possible to hack
|
/Linux-v4.19/drivers/bcma/ |
D | scan.c | 412 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-v4.19/arch/arm/boot/dts/ |
D | imx6qdl-sr-som-ti.dtsi | 54 /* This is a hack around the kernel - using "fixed clock"
|
D | sun5i-r8-chip.dts | 240 * we cannot really do better than this ugly hack for now.
|
/Linux-v4.19/arch/um/ |
D | Kconfig | 146 unless you really know what this hack does.
|
/Linux-v4.19/Documentation/media/v4l-drivers/ |
D | radiotrack.rst | 27 comfortable X-windows interface, and added a scanning feature. For hack
|
/Linux-v4.19/arch/arm64/boot/dts/rockchip/ |
D | rk3399-gru-chromebook.dtsi | 178 * This is a bit of a hack. The WiFi module should be reset at least
|
/Linux-v4.19/Documentation/ |
D | svga.txt | 140 0x0f08 Graphics hack (see the VIDEO_GFX_HACK paragraph below) 165 VIDEO_GFX_HACK - includes special hack for setting of graphics modes
|
/Linux-v4.19/arch/m68k/q40/ |
D | README | 111 q40ints.c now contains a trivial hack for (a), (b) is more difficult
|
/Linux-v4.19/Documentation/usb/ |
D | gadget_multi.txt | 84 If you intend to hack the g_multi gadget be advised that rearranging
|
/Linux-v4.19/drivers/atm/ |
D | eni.c | 1054 unsigned int hack = *((char *) skb->data)-'0'; in do_tx() 1056 if (hack < 8) { in do_tx() 1057 skb->data += hack; in do_tx() 1058 skb->len -= hack; in do_tx()
|