/linux-6.6.21/drivers/gpu/drm/nouveau/ |
D | nouveau_nvif.c | 53 nvkm_client_ioctl(void *priv, void *data, u32 size, void **hack) in nvkm_client_ioctl() argument 55 return nvkm_ioctl(priv, data, size, hack); in nvkm_client_ioctl()
|
/linux-6.6.21/rust/alloc/ |
D | slice.rs | 82 pub use hack::into_vec; 87 pub use hack::to_vec; 93 pub(crate) mod hack { module 443 hack::to_vec(self, alloc) in to_vec_in() 465 hack::into_vec(self) in into_vec() 830 hack::to_vec(self, Global) in to_owned()
|
/linux-6.6.21/arch/mips/loongson64/ |
D | Kconfig | 12 Note: This driver is doing some dangerous hack. Please only enable
|
/linux-6.6.21/drivers/gpu/drm/nouveau/include/nvif/ |
D | driver.h | 14 int (*ioctl)(void *priv, void *data, u32 size, void **hack);
|
/linux-6.6.21/drivers/gpu/drm/nouveau/nvkm/core/ |
D | ioctl.c | 361 nvkm_ioctl(struct nvkm_client *client, void *data, u32 size, void **hack) in nvkm_ioctl() argument 383 if (hack) { in nvkm_ioctl() 384 *hack = client->data; in nvkm_ioctl()
|
/linux-6.6.21/arch/powerpc/boot/ |
D | .gitignore | 5 hack-coff
|
D | wrapper | 545 $objbin/hack-coff "$ofile"
|
D | Makefile | 249 hostprogs := addnote hack-coff mktree 258 wrapperbits := $(extra-y) $(addprefix $(obj)/,addnote hack-coff mktree) \
|
/linux-6.6.21/arch/x86/boot/ |
D | pmjump.S | 57 # a valid stack if some debugging hack wants to use it.
|
/linux-6.6.21/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 47 return client->driver->ioctl(client->object.priv, data, size, hack); in nvif_object_ioctl()
|
/linux-6.6.21/Documentation/networking/ |
D | ip_dynaddr.rst | 4 IP dynamic address hack-port v0.03
|
/linux-6.6.21/arch/arm64/boot/dts/allwinner/ |
D | sun50i-h6-orangepi-lite2.dts | 45 * both always on as a ugly hack.
|
/linux-6.6.21/Documentation/virt/kvm/x86/ |
D | errata.rst | 43 When KVM_X2APIC_API_USE_32BIT_IDS is enabled, KVM activates a hack/quirk that
|
/linux-6.6.21/drivers/bcma/ |
D | scan.c | 406 u8 hack = (ports[1] == 1) ? 0 : 1; in bcma_get_next_core() local 409 SCAN_ADDR_TYPE_SWRAP, i + hack); in bcma_get_next_core()
|
/linux-6.6.21/Documentation/power/ |
D | video.rst | 84 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-6.6.21/arch/arm/boot/dts/nxp/imx/ |
D | imx6qdl-sr-som-ti.dtsi | 54 /* This is a hack around the kernel - using "fixed clock"
|
/linux-6.6.21/arch/arm64/boot/dts/rockchip/ |
D | rk3399-gru-scarlet.dtsi | 122 * This is a hack to make sure the Bluetooth part of the QCA6174A 160 /* See bt_3v3 hack above */
|
/linux-6.6.21/arch/arm/boot/dts/allwinner/ |
D | sun5i-r8-chip.dts | 205 * we cannot really do better than this ugly hack for now.
|
/linux-6.6.21/Documentation/driver-api/media/drivers/ |
D | radiotrack.rst | 29 comfortable X-windows interface, and added a scanning feature. For hack
|
/linux-6.6.21/Documentation/driver-api/virtio/ |
D | writing_virtio_drivers.rst | 13 need to hack a new virtio driver or understand the essentials of the
|
/linux-6.6.21/arch/arm64/boot/dts/qcom/ |
D | msm8998-clamshell.dtsi | 126 /* hack until we rig up the gpu consumer */
|
/linux-6.6.21/Documentation/admin-guide/ |
D | svga.rst | 141 0x0f08 Graphics hack (see the VIDEO_GFX_HACK paragraph below) 166 VIDEO_GFX_HACK - includes special hack for setting of graphics modes
|
/linux-6.6.21/arch/m68k/q40/ |
D | README | 110 q40ints.c now contains a trivial hack for (a), (b) is more difficult
|
/linux-6.6.21/Documentation/usb/ |
D | gadget_multi.rst | 95 If you intend to hack the g_multi gadget be advised that rearranging
|
/linux-6.6.21/drivers/atm/ |
D | eni.c | 1051 unsigned int hack = *((char *) skb->data)-'0'; in do_tx() 1053 if (hack < 8) { in do_tx() 1054 skb->data += hack; in do_tx() 1055 skb->len -= hack; in do_tx()
|