/linux/drivers/gpu/drm/virtio/ |
H A D | virtgpu_gem.c | 107 struct virtio_gpu_object_array *objs; in virtio_gpu_gem_object_open() local 119 objs = virtio_gpu_array_alloc(1); in virtio_gpu_gem_object_open() 120 if (!objs) in virtio_gpu_gem_object_open() 122 virtio_gpu_array_add_obj(objs, obj); in virtio_gpu_gem_object_open() 124 virtio_gpu_cmd_context_attach_resource(vgdev, vfpriv->ctx_id, objs); in virtio_gpu_gem_object_open() 137 struct virtio_gpu_object_array *objs; in virtio_gpu_gem_object_close() local 142 objs = virtio_gpu_array_alloc(1); in virtio_gpu_gem_object_close() 143 if (!objs) in virtio_gpu_gem_object_close() 145 virtio_gpu_array_add_obj(objs, obj); in virtio_gpu_gem_object_close() 148 objs); in virtio_gpu_gem_object_close() 155 struct virtio_gpu_object_array *objs; virtio_gpu_panic_array_alloc() local 168 struct virtio_gpu_object_array *objs; virtio_gpu_array_alloc() local 179 virtio_gpu_array_free(struct virtio_gpu_object_array * objs) virtio_gpu_array_free() argument 187 struct virtio_gpu_object_array *objs; virtio_gpu_array_from_handles() local 206 virtio_gpu_array_add_obj(struct virtio_gpu_object_array * objs,struct drm_gem_object * obj) virtio_gpu_array_add_obj() argument 217 virtio_gpu_array_lock_resv(struct virtio_gpu_object_array * objs) virtio_gpu_array_lock_resv() argument 241 virtio_gpu_array_unlock_resv(struct virtio_gpu_object_array * objs) virtio_gpu_array_unlock_resv() argument 251 virtio_gpu_array_add_fence(struct virtio_gpu_object_array * objs,struct dma_fence * fence) virtio_gpu_array_add_fence() argument 261 virtio_gpu_array_put_free(struct virtio_gpu_object_array * objs) virtio_gpu_array_put_free() argument 274 virtio_gpu_array_put_free_delayed(struct virtio_gpu_device * vgdev,struct virtio_gpu_object_array * objs) virtio_gpu_array_put_free_delayed() argument 286 struct virtio_gpu_object_array *objs; virtio_gpu_array_put_free_work() local [all...] |
H A D | virtgpu_vq.c | 268 if (entry->objs) in virtio_gpu_dequeue_ctrl_func() 269 virtio_gpu_array_put_free_delayed(vgdev, entry->objs); in virtio_gpu_dequeue_ctrl_func() 382 if (fence && vbuf->objs) in virtio_gpu_queue_ctrl_sgs() 383 virtio_gpu_array_unlock_resv(vbuf->objs); in virtio_gpu_queue_ctrl_sgs() 407 if (vbuf->objs) { in virtio_gpu_queue_ctrl_sgs() 408 virtio_gpu_array_add_fence(vbuf->objs, &fence->f); in virtio_gpu_queue_ctrl_sgs() 409 virtio_gpu_array_unlock_resv(vbuf->objs); in virtio_gpu_queue_ctrl_sgs() 474 if (fence && vbuf->objs) in virtio_gpu_queue_fenced_ctrl_buffer() 475 virtio_gpu_array_unlock_resv(vbuf->objs); in virtio_gpu_queue_fenced_ctrl_buffer() 594 struct virtio_gpu_object_array *objs, in virtio_gpu_cmd_create_resource() argument 694 virtio_gpu_cmd_resource_flush(struct virtio_gpu_device * vgdev,uint32_t resource_id,uint32_t x,uint32_t y,uint32_t width,uint32_t height,struct virtio_gpu_object_array * objs,struct virtio_gpu_fence * fence) virtio_gpu_cmd_resource_flush() argument 719 virtio_gpu_panic_cmd_transfer_to_host_2d(struct virtio_gpu_device * vgdev,uint64_t offset,uint32_t width,uint32_t height,uint32_t x,uint32_t y,struct virtio_gpu_object_array * objs) virtio_gpu_panic_cmd_transfer_to_host_2d() argument 749 virtio_gpu_cmd_transfer_to_host_2d(struct virtio_gpu_device * vgdev,uint64_t offset,uint32_t width,uint32_t height,uint32_t x,uint32_t y,struct virtio_gpu_object_array * objs,struct virtio_gpu_fence * fence) virtio_gpu_cmd_transfer_to_host_2d() argument 1114 virtio_gpu_cmd_context_attach_resource(struct virtio_gpu_device * vgdev,uint32_t ctx_id,struct virtio_gpu_object_array * objs) virtio_gpu_cmd_context_attach_resource() argument 1132 virtio_gpu_cmd_context_detach_resource(struct virtio_gpu_device * vgdev,uint32_t ctx_id,struct virtio_gpu_object_array * objs) virtio_gpu_cmd_context_detach_resource() argument 1152 virtio_gpu_cmd_resource_create_3d(struct virtio_gpu_device * vgdev,struct virtio_gpu_object * bo,struct virtio_gpu_object_params * params,struct virtio_gpu_object_array * objs,struct virtio_gpu_fence * fence) virtio_gpu_cmd_resource_create_3d() argument 1187 virtio_gpu_cmd_transfer_to_host_3d(struct virtio_gpu_device * vgdev,uint32_t ctx_id,uint64_t offset,uint32_t level,uint32_t stride,uint32_t layer_stride,struct drm_virtgpu_3d_box * box,struct virtio_gpu_object_array * objs,struct virtio_gpu_fence * fence) virtio_gpu_cmd_transfer_to_host_3d() argument 1222 virtio_gpu_cmd_transfer_from_host_3d(struct virtio_gpu_device * vgdev,uint32_t ctx_id,uint64_t offset,uint32_t level,uint32_t stride,uint32_t layer_stride,struct drm_virtgpu_3d_box * box,struct virtio_gpu_object_array * objs,struct virtio_gpu_fence * fence) virtio_gpu_cmd_transfer_from_host_3d() argument 1249 virtio_gpu_cmd_submit(struct virtio_gpu_device * vgdev,void * data,uint32_t data_size,uint32_t ctx_id,struct virtio_gpu_object_array * objs,struct virtio_gpu_fence * fence) virtio_gpu_cmd_submit() argument 1334 virtio_gpu_cmd_resource_assign_uuid(struct virtio_gpu_device * vgdev,struct virtio_gpu_object_array * objs) virtio_gpu_cmd_resource_assign_uuid() argument 1387 virtio_gpu_cmd_map(struct virtio_gpu_device * vgdev,struct virtio_gpu_object_array * objs,uint64_t offset) virtio_gpu_cmd_map() argument [all...] |
/linux/drivers/media/usb/gspca/ |
H A D | Makefile | 50 gspca_main-objs := gspca.o autogain_functions.o 51 gspca_benq-objs := benq.o 52 gspca_conex-objs := conex.o 53 gspca_cpia1-objs := cpia1.o 54 gspca_dtcs033-objs := dtcs033.o 55 gspca_etoms-objs := etoms.o 56 gspca_finepix-objs := finepix.o 57 gspca_jeilinj-objs := jeilinj.o 58 gspca_jl2005bcd-objs := jl2005bcd.o 59 gspca_kinect-objs [all...] |
/linux/drivers/interconnect/qcom/ |
H A D | Makefile | 6 icc-bcm-voter-objs := bcm-voter.o 7 qnoc-milos-objs := milos.o 8 qnoc-msm8909-objs := msm8909.o 9 qnoc-msm8916-objs := msm8916.o 10 qnoc-msm8937-objs := msm8937.o 11 qnoc-msm8939-objs := msm8939.o 12 qnoc-msm8953-objs := msm8953.o 13 qnoc-msm8974-objs := msm8974.o 14 qnoc-msm8976-objs := msm8976.o 15 qnoc-msm8996-objs [all...] |
/linux/tools/testing/selftests/drivers/ntsync/ |
H A D | ntsync.c | 98 const int *objs, __u32 owner, int alert, __u32 *index) in wait_objs() argument 108 args.objs = (uintptr_t)objs; in wait_objs() 117 static int wait_any(int fd, __u32 count, const int *objs, __u32 owner, __u32 *index) in wait_any() argument 119 return wait_objs(fd, NTSYNC_IOC_WAIT_ANY, count, objs, owner, 0, index); in wait_any() 122 static int wait_all(int fd, __u32 count, const int *objs, __u32 owner, __u32 *index) in wait_all() argument 124 return wait_objs(fd, NTSYNC_IOC_WAIT_ALL, count, objs, owner, 0, index); in wait_all() 127 static int wait_any_alert(int fd, __u32 count, const int *objs, in wait_any_alert() argument 131 count, objs, owner, alert, index); in wait_any_alert() 134 static int wait_all_alert(int fd, __u32 count, const int *objs, in wait_all_alert() argument 502 int objs[NTSYNC_MAX_WAIT_COUNT + 1], fd, ret; TEST() local 620 int objs[2], fd, ret; TEST() local 754 int objs[2], fd, ret; TEST() local 947 int objs[4], fd, ret; TEST() local 1070 int objs[2], event, fd, ret; TEST() local 1181 int objs[2], event, fd, ret; TEST() local [all...] |
/linux/arch/powerpc/kvm/ |
H A D | Makefile | 10 common-objs-y += powerpc.o emulate_loadstore.o 16 kvm-e500-objs := \ 17 $(common-objs-y) \ 26 kvm-objs-$(CONFIG_KVM_E500V2) := $(kvm-e500-objs) 28 kvm-e500mc-objs := \ 29 $(common-objs-y) \ 38 kvm-objs-$(CONFIG_KVM_E500MC) := $(kvm-e500mc-objs) 53 kvm-book3s_64-builtin-objs [all...] |
/linux/drivers/net/dsa/mv88e6xxx/ |
H A D | Makefile | 3 mv88e6xxx-objs := chip.o 4 mv88e6xxx-objs += devlink.o 5 mv88e6xxx-objs += global1.o 6 mv88e6xxx-objs += global1_atu.o 7 mv88e6xxx-objs += global1_vtu.o 8 mv88e6xxx-objs += global2.o 9 mv88e6xxx-objs += global2_avb.o 10 mv88e6xxx-objs += global2_scratch.o 13 mv88e6xxx-objs += pcs-6185.o 14 mv88e6xxx-objs [all...] |
/linux/lib/fonts/ |
H A D | Makefile | 4 font-objs := fonts.o 6 font-objs-$(CONFIG_FONT_SUN8x16) += font_sun8x16.o 7 font-objs-$(CONFIG_FONT_SUN12x22) += font_sun12x22.o 8 font-objs-$(CONFIG_FONT_8x8) += font_8x8.o 9 font-objs-$(CONFIG_FONT_8x16) += font_8x16.o 10 font-objs-$(CONFIG_FONT_6x11) += font_6x11.o 11 font-objs-$(CONFIG_FONT_7x14) += font_7x14.o 12 font-objs-$(CONFIG_FONT_10x18) += font_10x18.o 13 font-objs-$(CONFIG_FONT_PEARL_8x8) += font_pearl_8x8.o 14 font-objs [all...] |
/linux/fs/bcachefs/ |
H A D | rcu_pending.c | 87 GENRADIX(struct rcu_head *) objs; 109 DARRAY_PREALLOCATED(struct rcu_pending_seq, 4) objs; 121 if (p->objs.nr) in __rcu_pending_has_pending() 192 struct rcu_pending_seq objs = {}; in __process_finished_items() local 195 if (p->objs.nr && in __process_finished_items() 196 __poll_state_synchronize_rcu(pending->srcu, p->objs.data[0].seq)) { in __process_finished_items() 197 objs = p->objs.data[0]; in __process_finished_items() 198 darray_remove_item(&p->objs, p->objs in __process_finished_items() 420 struct rcu_pending_seq *objs; __rcu_pending_enqueue() local [all...] |
/linux/drivers/media/usb/dvb-usb/ |
H A D | Makefile | 2 dvb-usb-objs += dvb-usb-firmware.o dvb-usb-init.o dvb-usb-urb.o dvb-usb-i2c.o 3 dvb-usb-objs += dvb-usb-dvb.o dvb-usb-remote.o usb-urb.o 6 dvb-usb-vp7045-objs := vp7045.o vp7045-fe.o 9 dvb-usb-vp702x-objs := vp702x.o vp702x-fe.o 12 dvb-usb-gp8psk-objs := gp8psk.o 15 dvb-usb-dtt200u-objs := dtt200u.o dtt200u-fe.o 18 dvb-usb-dibusb-common-objs := dibusb-common.o 20 dvb-usb-dibusb-mc-common-objs := dibusb-mc-common.o 23 dvb-usb-a800-objs := a800.o 26 dvb-usb-dibusb-mb-objs [all...] |
/linux/drivers/clk/imx/ |
H A D | Makefile | 3 mxc-clk-objs += clk.o 4 mxc-clk-objs += clk-busy.o 5 mxc-clk-objs += clk-composite-7ulp.o 6 mxc-clk-objs += clk-composite-8m.o 7 mxc-clk-objs += clk-composite-93.o 8 mxc-clk-objs += clk-fracn-gppll.o 9 mxc-clk-objs += clk-cpu.o 10 mxc-clk-objs += clk-divider-gate.o 11 mxc-clk-objs += clk-fixup-div.o 12 mxc-clk-objs [all...] |
/linux/drivers/net/can/spi/mcp251xfd/ |
H A D | Makefile | 5 mcp251xfd-objs := 6 mcp251xfd-objs += mcp251xfd-chip-fifo.o 7 mcp251xfd-objs += mcp251xfd-core.o 8 mcp251xfd-objs += mcp251xfd-crc16.o 9 mcp251xfd-objs += mcp251xfd-ethtool.o 10 mcp251xfd-objs += mcp251xfd-ram.o 11 mcp251xfd-objs += mcp251xfd-regmap.o 12 mcp251xfd-objs += mcp251xfd-ring.o 13 mcp251xfd-objs += mcp251xfd-rx.o 14 mcp251xfd-objs [all...] |
/linux/drivers/misc/mei/ |
H A D | Makefile | 7 mei-objs := init.o 8 mei-objs += hbm.o 9 mei-objs += interrupt.o 10 mei-objs += client.o 11 mei-objs += main.o 12 mei-objs += dma-ring.o 13 mei-objs += bus.o 14 mei-objs += bus-fixup.o 18 mei-me-objs := pci-me.o 19 mei-me-objs [all...] |
/linux/drivers/hid/intel-ish-hid/ |
H A D | Makefile | 8 intel-ishtp-objs := ishtp/init.o 9 intel-ishtp-objs += ishtp/hbm.o 10 intel-ishtp-objs += ishtp/client.o 11 intel-ishtp-objs += ishtp/bus.o 12 intel-ishtp-objs += ishtp/dma-if.o 13 intel-ishtp-objs += ishtp/client-buffers.o 14 intel-ishtp-objs += ishtp/loader.o 17 intel-ish-ipc-objs := ipc/ipc.o 18 intel-ish-ipc-objs += ipc/pci-ish.o 21 intel-ishtp-hid-objs [all...] |
/linux/drivers/net/wireless/realtek/rtw89/ |
H A D | Makefile | 26 rtw89_8851b-objs := rtw8851b.o \ 32 rtw89_8851be-objs := rtw8851be.o 35 rtw89_8851bu-objs := rtw8851bu.o 38 rtw89_8852a-objs := rtw8852a.o \ 44 rtw89_8852ae-objs := rtw8852ae.o 47 rtw89_8852b_common-objs := rtw8852b_common.o 50 rtw89_8852b-objs := rtw8852b.o \ 56 rtw89_8852be-objs := rtw8852be.o 59 rtw89_8852bu-objs := rtw8852bu.o 62 rtw89_8852bt-objs [all...] |
/linux/drivers/media/usb/dvb-usb-v2/ |
H A D | Makefile | 2 dvb_usb_v2-objs := dvb_usb_core.o dvb_usb_urb.o usb_urb.o 5 dvb-usb-af9015-objs := af9015.o 8 dvb-usb-af9035-objs := af9035.o 11 dvb-usb-anysee-objs := anysee.o 14 dvb-usb-au6610-objs := au6610.o 17 dvb-usb-az6007-objs := az6007.o 20 dvb-usb-ce6230-objs := ce6230.o 23 dvb-usb-ec168-objs := ec168.o 26 dvb-usb-lmedm04-objs := lmedm04.o 29 dvb-usb-gl861-objs [all...] |
/linux/drivers/pci/hotplug/ |
H A D | Makefile | 30 pci_hotplug-objs := pci_hotplug_core.o 33 pci_hotplug-objs += cpci_hotplug_core.o \ 37 pci_hotplug-objs += acpi_pcihp.o 40 cpqphp-objs := cpqphp_core.o \ 45 cpqphp-objs += $(cpqphp-y) 47 ibmphp-objs := ibmphp_core.o \ 53 acpiphp-objs := acpiphp_core.o \ 56 pnv-php-objs := pnv_php.o 58 rpaphp-objs := rpaphp_core.o \ 62 rpadlpar_io-objs [all...] |
/linux/drivers/tee/optee/ |
H A D | Makefile | 3 optee-objs += core.o 4 optee-objs += call.o 5 optee-objs += notif.o 6 optee-objs += rpc.o 7 optee-objs += supp.o 8 optee-objs += device.o 9 optee-objs += smc_abi.o 10 optee-objs += ffa_abi.o
|
/linux/drivers/hid/intel-thc-hid/ |
H A D | Makefile | 9 intel-thc-objs += intel-thc/intel-thc-dev.o 10 intel-thc-objs += intel-thc/intel-thc-dma.o 11 intel-thc-objs += intel-thc/intel-thc-wot.o 14 intel-quickspi-objs += intel-quickspi/pci-quickspi.o 15 intel-quickspi-objs += intel-quickspi/quickspi-hid.o 16 intel-quickspi-objs += intel-quickspi/quickspi-protocol.o 19 intel-quicki2c-objs += intel-quicki2c/pci-quicki2c.o 20 intel-quicki2c-objs += intel-quicki2c/quicki2c-hid.o 21 intel-quicki2c-objs += intel-quicki2c/quicki2c-protocol.o
|
/linux/scripts/gendwarfksyms/ |
H A D | Makefile | 4 gendwarfksyms-objs += gendwarfksyms.o 5 gendwarfksyms-objs += cache.o 6 gendwarfksyms-objs += die.o 7 gendwarfksyms-objs += dwarf.o 8 gendwarfksyms-objs += kabi.o 9 gendwarfksyms-objs += symbols.o 10 gendwarfksyms-objs += types.o
|
/linux/drivers/mtd/tests/ |
H A D | Makefile | 12 mtd_oobtest-objs := oobtest.o 13 mtd_pagetest-objs := pagetest.o 14 mtd_readtest-objs := readtest.o 15 mtd_speedtest-objs := speedtest.o 16 mtd_stresstest-objs := stresstest.o 17 mtd_subpagetest-objs := subpagetest.o 18 mtd_torturetest-objs := torturetest.o 19 mtd_nandbiterrs-objs := nandbiterrs.o
|
/linux/samples/bpf/ |
H A D | syscall_tp_user.c | 52 struct bpf_object *objs[nr_tests]; in test() local 56 objs[i] = bpf_object__open_file(filename, NULL); in test() 57 if (libbpf_get_error(objs[i])) { in test() 59 objs[i] = NULL; in test() 67 bpf_object__for_each_program(prog, objs[i]) in test() 77 if (bpf_object__load(objs[i])) { in test() 82 map0_fds[i] = bpf_object__find_map_fd_by_name(objs[i], in test() 84 map1_fds[i] = bpf_object__find_map_fd_by_name(objs[i], in test() 91 bpf_object__for_each_program(prog, objs[i]) { in test() 131 bpf_object__close(objs[ in test() [all...] |
/linux/drivers/mtd/nand/raw/ |
H A D | Makefile | 22 omap2_nand-objs := omap2.o 64 nand-objs := nand_base.o nand_legacy.o nand_bbt.o nand_timings.o nand_ids.o 65 nand-objs += nand_onfi.o 66 nand-objs += nand_jedec.o 67 nand-objs += nand_amd.o 68 nand-objs += nand_esmt.o 69 nand-objs += nand_hynix.o 70 nand-objs += nand_macronix.o 71 nand-objs += nand_micron.o 72 nand-objs [all...] |
/linux/drivers/net/can/rockchip/ |
H A D | Makefile | 5 rockchip_canfd-objs := 6 rockchip_canfd-objs += rockchip_canfd-core.o 7 rockchip_canfd-objs += rockchip_canfd-ethtool.o 8 rockchip_canfd-objs += rockchip_canfd-rx.o 9 rockchip_canfd-objs += rockchip_canfd-timestamp.o 10 rockchip_canfd-objs += rockchip_canfd-tx.o
|
/linux/net/9p/ |
H A D | Makefile | 9 9pnet-objs := \ 16 9pnet_fd-objs := \ 19 9pnet_virtio-objs := \ 22 9pnet_xen-objs := \ 25 9pnet_rdma-objs := \ 28 9pnet_usbg-objs := \
|