Home
last modified time | relevance | path

Searched refs:hack (Results 1 - 19 of 19) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/
H A 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()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/
H A Dnouveau_nvif.c53 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 Dslice.rs80 // 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 Ddriver.h14 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 Ddriver.h14 int (*ioctl)(void *priv, void *data, u32 size, void **hack);
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/core/
H A Dioctl.c430 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 Dioctl.c361 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 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()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvif/
H A Dobject.c31 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 Dscan.c407 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 Dscan.c406 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 DMakefile224 hostprogs := addnote hack-coff mktree
233 wrapperbits := $(extra-y) $(addprefix $(obj)/,addnote hack-coff mktree) \
H A Dwrapper517 $objbin/hack-coff "$ofile"
/kernel/linux/linux-6.6/arch/powerpc/boot/
H A DMakefile249 hostprogs := addnote hack-coff mktree
258 wrapperbits := $(extra-y) $(addprefix $(obj)/,addnote hack-coff mktree) \
H A Dwrapper545 $objbin/hack-coff "$ofile"
/kernel/linux/linux-5.10/arch/mips/include/asm/sn/
H A Dklconfig.h57 // 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 Dklconfig.h57 // 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 Deni.c1051 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 Deni.c1051 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()

Completed in 19 milliseconds