/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/ |
H A 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()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/ |
H A 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()
|
/kernel/linux/linux-6.6/rust/alloc/ |
H A D | slice.rs | 80 // N.B., see the `hack` module in this file for more details. 82 pub use hack::into_vec; 85 // N.B., see the `hack` module in this file for more details. 87 pub use hack::to_vec; 93 pub(crate) mod hack { 442 // N.B., see the `hack` module in this file for more details. in to_vec_in() 443 hack::to_vec(self, alloc) in to_vec_in() 464 // N.B., see the `hack` module in this file for more details. in into_vec() 465 hack::into_vec(self) in into_vec() 830 hack in to_owned() [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/include/nvif/ |
H A D | driver.h | 14 int (*ioctl)(void *priv, bool super, void *data, u32 size, void **hack);
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/include/nvif/ |
H A D | driver.h | 14 int (*ioctl)(void *priv, void *data, u32 size, void **hack);
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/core/ |
H A D | ioctl.c | 430 void *data, u32 size, void **hack) in nvkm_ioctl() 453 if (hack) { in nvkm_ioctl() 454 *hack = client->data; in nvkm_ioctl() 429 nvkm_ioctl(struct nvkm_client *client, bool supervisor, void *data, u32 size, void **hack) nvkm_ioctl() argument
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/core/ |
H A 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()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvif/ |
H A 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()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvif/ |
H A 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()
|
/kernel/linux/linux-5.10/drivers/bcma/ |
H A D | scan.c | 407 u8 hack = (ports[1] == 1) ? 0 : 1; in bcma_get_next_core() local 410 SCAN_ADDR_TYPE_SWRAP, i + hack); in bcma_get_next_core()
|
/kernel/linux/linux-6.6/drivers/bcma/ |
H A 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()
|
/kernel/linux/linux-5.10/arch/powerpc/boot/ |
H A D | Makefile | 224 hostprogs := addnote hack-coff mktree 233 wrapperbits := $(extra-y) $(addprefix $(obj)/,addnote hack-coff mktree) \
|
H A D | wrapper | 517 $objbin/hack-coff "$ofile"
|
/kernel/linux/linux-6.6/arch/powerpc/boot/ |
H A D | Makefile | 249 hostprogs := addnote hack-coff mktree 258 wrapperbits := $(extra-y) $(addprefix $(obj)/,addnote hack-coff mktree) \
|
H A D | wrapper | 545 $objbin/hack-coff "$ofile"
|
/kernel/linux/linux-5.10/arch/mips/include/asm/sn/ |
H A D | klconfig.h | 57 // The hack file has to be before vector and after sn0_fru.... 58 #include <asm/hack.h>
|
/kernel/linux/linux-6.6/arch/mips/include/asm/sn/ |
H A D | klconfig.h | 57 // The hack file has to be before vector and after sn0_fru.... 58 #include <asm/hack.h>
|
/kernel/linux/linux-5.10/drivers/atm/ |
H A 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()
|
/kernel/linux/linux-6.6/drivers/atm/ |
H A 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()
|