Home
last modified time | relevance | path

Searched refs:device (Results 76 - 100 of 28623) sorted by relevance

12345678910>>...1145

/kernel/linux/linux-6.6/drivers/infiniband/core/
H A Ddevice.c81 * The devices_rwsem also protects the device name list, any change or
82 * assignment of device name must also hold the write side to guarantee unique
89 * status need to call ib_device_try_get() on the device to ensure it is
130 "Share device among net namespaces; default=1 (shared)");
132 * rdma_dev_access_netns() - Return whether an rdma device can be accessed
134 * @dev: Pointer to rdma device which needs to be checked
137 * When the rdma device is in shared mode, it ignores the net namespace.
138 * When the rdma device is exclusive to a net namespace, rdma device net
188 static void __ib_unregister_device(struct ib_device *device);
267 ib_device_check_mandatory(struct ib_device *device) ib_device_check_mandatory() argument
310 struct ib_device *device; ib_device_get_by_index() local
335 ib_device_put(struct ib_device *device) ib_device_put() argument
344 struct ib_device *device; __ib_device_get_by_name() local
365 struct ib_device *device; ib_device_get_by_name() local
382 rename_compat_devs(struct ib_device *device) rename_compat_devs() argument
455 struct ib_device *device; alloc_name() local
489 ib_device_release(struct device *device) ib_device_release() argument
514 ib_device_uevent(const struct device *device, struct kobj_uevent_env *env) ib_device_uevent() argument
575 struct ib_device *device; _ib_alloc_device() local
654 ib_dealloc_device(struct ib_device *device) ib_dealloc_device() argument
690 add_client_context(struct ib_device *device, struct ib_client *client) add_client_context() argument
749 remove_client_context(struct ib_device *device, unsigned int client_id) remove_client_context() argument
783 alloc_port_data(struct ib_device *device) alloc_port_data() argument
836 setup_port_data(struct ib_device *device) setup_port_data() argument
920 add_one_compat_dev(struct ib_device *device, struct rdma_dev_net *rnet) add_one_compat_dev() argument
994 remove_one_compat_dev(struct ib_device *device, u32 id) remove_one_compat_dev() argument
1008 remove_compat_devs(struct ib_device *device) remove_compat_devs() argument
1017 add_compat_devs(struct ib_device *device) add_compat_devs() argument
1202 assign_name(struct ib_device *device, const char *name) assign_name() argument
1237 setup_device(struct ib_device *device) setup_device() argument
1261 disable_device(struct ib_device *device) disable_device() argument
1304 enable_device_and_get(struct ib_device *device) enable_device_and_get() argument
1366 ib_register_device(struct ib_device *device, const char *name, struct device *dma_device) ib_register_device() argument
1616 rdma_dev_change_netns(struct ib_device *device, struct net *cur_net, struct net *net) rdma_dev_change_netns() argument
1774 struct ib_device *device; ib_register_client() local
1821 struct ib_device *device; ib_unregister_client() local
1961 ib_set_client_data(struct ib_device *device, struct ib_client *client, void *data) ib_set_client_data() argument
2020 iw_query_port(struct ib_device *device, u32 port_num, struct ib_port_attr *port_attr) iw_query_port() argument
2059 __ib_query_port(struct ib_device *device, u32 port_num, struct ib_port_attr *port_attr) __ib_query_port() argument
2089 ib_query_port(struct ib_device *device, u32 port_num, struct ib_port_attr *port_attr) ib_query_port() argument
2382 ib_query_pkey(struct ib_device *device, u32 port_num, u16 index, u16 *pkey) ib_query_pkey() argument
2404 ib_modify_device(struct ib_device *device, int device_modify_mask, struct ib_device_modify *device_modify) ib_modify_device() argument
2427 ib_modify_port(struct ib_device *device, u32 port_num, int port_modify_mask, struct ib_port_modify *port_modify) ib_modify_port() argument
2459 ib_find_gid(struct ib_device *device, union ib_gid *gid, u32 *port_num, u16 *index) ib_find_gid() argument
2497 ib_find_pkey(struct ib_device *device, u32 port_num, u16 pkey, u16 *index) ib_find_pkey() argument
[all...]
/drivers/hdf_core/framework/test/unittest/platform/common/
H A Dplatform_device_test.c25 static int32_t PlatformDeviceTestSetName(struct PlatformDevice *device) in PlatformDeviceTestSetName() argument
31 ret = PlatformDeviceSetName(device, "platform_device_name_%d", 1); in PlatformDeviceTestSetName()
33 ret = strcmp(device->name, "platform_device_name_1"); in PlatformDeviceTestSetName()
37 PlatformDeviceClearName(device); in PlatformDeviceTestSetName()
38 CHECK_EQ_RETURN(device->name, NULL, HDF_FAILURE); in PlatformDeviceTestSetName()
41 ret = PlatformDeviceSetName(device, "platform_device_name"); in PlatformDeviceTestSetName()
43 ret = strcmp(device->name, "platform_device_name"); in PlatformDeviceTestSetName()
47 PlatformDeviceClearName(device); in PlatformDeviceTestSetName()
53 static int32_t PlatformDeviceTestGetDevice(struct PlatformDevice *device) in PlatformDeviceTestGetDevice() argument
61 device in PlatformDeviceTestGetDevice()
92 PlatformDeviceTestWaitEvent(struct PlatformDevice *device) PlatformDeviceTestWaitEvent() argument
120 PlatformDeviceTestAddDevice(struct PlatformDevice *device) PlatformDeviceTestAddDevice() argument
161 PlatformDeviceTestCreateService(struct PlatformDevice *device) PlatformDeviceTestCreateService() argument
180 PlatformDeviceTestBindDevice(struct PlatformDevice *device) PlatformDeviceTestBindDevice() argument
206 PlatformDeviceTestReliability(struct PlatformDevice *device) PlatformDeviceTestReliability() argument
282 struct PlatformDevice device = {0}; PlatformDeviceTestExecute() local
[all...]
/kernel/linux/linux-6.6/include/linux/
H A Dpm_domain.h3 * pm_domain.h - Definitions and headers related to device power domains.
11 #include <linux/device.h>
87 bool (*suspend_ok)(struct device *dev);
91 int (*start)(struct device *dev);
92 int (*stop)(struct device *dev);
120 struct device dev;
135 unsigned int suspended_count; /* System suspend device counter */
150 struct device *dev);
152 struct device *dev);
199 struct device *de
[all...]
H A Dcomponent.h8 struct device;
23 int (*bind)(struct device *comp, struct device *master,
32 void (*unbind)(struct device *comp, struct device *master,
36 int component_add(struct device *, const struct component_ops *);
37 int component_add_typed(struct device *dev, const struct component_ops *ops,
39 void component_del(struct device *, const struct component_ops *);
41 int component_bind_all(struct device *parent, void *data);
42 void component_unbind_all(struct device *paren
[all...]
H A Dfirmware.h29 * @FW_UPLOAD_ERR_WEAROUT: FLASH device is approaching wear-out, wait & retry
50 * struct fw_upload_ops - device specific operations to support firmware upload
79 struct device;
97 struct device *device);
99 struct device *device);
101 struct device *device);
104 const char *name, struct device *devic
116 request_firmware(const struct firmware **fw, const char *name, struct device *device) request_firmware() argument
123 firmware_request_nowarn(const struct firmware **fw, const char *name, struct device *device) firmware_request_nowarn() argument
130 firmware_request_platform(const struct firmware **fw, const char *name, struct device *device) firmware_request_platform() argument
137 request_firmware_nowait( struct module *module, bool uevent, const char *name, struct device *device, gfp_t gfp, void *context, void (*cont)(const struct firmware *fw, void *context)) request_firmware_nowait() argument
149 request_firmware_direct(const struct firmware **fw, const char *name, struct device *device) request_firmware_direct() argument
156 request_firmware_into_buf(const struct firmware **firmware_p, const char *name, struct device *device, void *buf, size_t size) request_firmware_into_buf() argument
162 request_partial_firmware_into_buf(const struct firmware **firmware_p, const char *name, struct device *device, void *buf, size_t size, size_t offset) request_partial_firmware_into_buf() argument
[all...]
H A Ddma-mapping.h8 #include <linux/device.h>
38 * transferred to 'device' domain.
67 * be given to a device to use as a DMA source or target. It is specific to a
68 * given device and there may be a translation between the CPU physical address
80 void debug_dma_mapping_error(struct device *dev, dma_addr_t dma_addr);
81 void debug_dma_map_single(struct device *dev, const void *addr,
84 static inline void debug_dma_mapping_error(struct device *dev, in debug_dma_mapping_error()
88 static inline void debug_dma_map_single(struct device *dev, const void *addr, in debug_dma_map_single()
95 static inline int dma_mapping_error(struct device *dev, dma_addr_t dma_addr) in dma_mapping_error()
104 dma_addr_t dma_map_page_attrs(struct device *de
[all...]
/kernel/linux/linux-6.6/drivers/gpu/host1x/
H A Dbus.c34 * host1x_subdev_add() - add a new subdevice with an associated device node
35 * @device: host1x device to add the subdevice to
37 * @np: device node
39 static int host1x_subdev_add(struct host1x_device *device, in host1x_subdev_add() argument
54 mutex_lock(&device->subdevs_lock); in host1x_subdev_add()
55 list_add_tail(&subdev->list, &device->subdevs); in host1x_subdev_add()
56 mutex_unlock(&device->subdevs_lock); in host1x_subdev_add()
62 err = host1x_subdev_add(device, driver, child); in host1x_subdev_add()
86 * host1x_device_parse_dt() - scan device tre
90 host1x_device_parse_dt(struct host1x_device *device, struct host1x_driver *driver) host1x_device_parse_dt() argument
110 host1x_subdev_register(struct host1x_device *device, struct host1x_subdev *subdev, struct host1x_client *client) host1x_subdev_register() argument
139 __host1x_subdev_unregister(struct host1x_device *device, struct host1x_subdev *subdev) __host1x_subdev_unregister() argument
175 host1x_subdev_unregister(struct host1x_device *device, struct host1x_subdev *subdev) host1x_subdev_unregister() argument
193 host1x_device_init(struct host1x_device *device) host1x_device_init() argument
254 host1x_device_exit(struct host1x_device *device) host1x_device_exit() argument
295 struct host1x_device *device; host1x_add_client() local
317 struct host1x_device *device, *dt; host1x_del_client() local
376 __host1x_device_del(struct host1x_device *device) __host1x_device_del() argument
426 struct host1x_device *device = to_host1x_device(dev); host1x_device_release() local
437 struct host1x_device *device; host1x_device_add() local
496 host1x_device_del(struct host1x *host1x, struct host1x_device *device) host1x_device_del() argument
510 struct host1x_device *device; host1x_attach_driver() local
532 struct host1x_device *device, *tmp; host1x_detach_driver() local
546 struct host1x_device *device; host1x_devices_show() local
630 struct host1x_device *device = to_host1x_device(dev); host1x_device_probe() local
641 struct host1x_device *device = to_host1x_device(dev); host1x_device_remove() local
652 struct host1x_device *device = to_host1x_device(dev); host1x_device_shutdown() local
[all...]
/drivers/hdf_core/framework/test/unittest/platform/virtual/
H A Dclock_virtual.c19 int32_t VirtualClockStart(struct ClockDevice *device) in VirtualClockStart() argument
21 if (device->clk != NULL) { in VirtualClockStart()
22 HDF_LOGI("device->clk already start\n"); in VirtualClockStart()
26 device->clk = (void *)&device->deviceIndex; in VirtualClockStart()
30 int32_t VirtualClockSetRate(struct ClockDevice *device, uint32_t rate) in VirtualClockSetRate() argument
32 if (device->clk == NULL) { in VirtualClockSetRate()
40 int32_t VirtualClockStop(struct ClockDevice *device) in VirtualClockStop() argument
42 if (device->clk == NULL) { in VirtualClockStop()
47 device in VirtualClockStop()
51 VirtualClockGetRate(struct ClockDevice *device, uint32_t *rate) VirtualClockGetRate() argument
61 VirtualClockDisable(struct ClockDevice *device) VirtualClockDisable() argument
71 VirtualClockEnable(struct ClockDevice *device) VirtualClockEnable() argument
83 VirtualClockSetParent(struct ClockDevice *device, struct ClockDevice *parent) VirtualClockSetParent() argument
120 VirtualClockGetParent(struct ClockDevice *device) VirtualClockGetParent() argument
163 struct ClockDevice device; global() member
188 VirtualClockInit(struct HdfDeviceObject *device) VirtualClockInit() argument
225 VirtualClockRelease(struct HdfDeviceObject *device) VirtualClockRelease() argument
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/
H A Dgm107.c32 struct nvkm_device *device = ltc->subdev.device; in gm107_ltc_cbc_clear() local
33 nvkm_wr32(device, 0x17e270, start); in gm107_ltc_cbc_clear()
34 nvkm_wr32(device, 0x17e274, limit); in gm107_ltc_cbc_clear()
35 nvkm_mask(device, 0x17e26c, 0x00000000, 0x00000004); in gm107_ltc_cbc_clear()
41 struct nvkm_device *device = ltc->subdev.device; in gm107_ltc_cbc_wait() local
46 nvkm_wait_msec(device, 2000, addr, in gm107_ltc_cbc_wait()
55 struct nvkm_device *device = ltc->subdev.device; in gm107_ltc_zbc_clear_color() local
66 struct nvkm_device *device = ltc->subdev.device; gm107_ltc_zbc_clear_depth() local
75 struct nvkm_device *device = subdev->device; gm107_ltc_intr_lts() local
92 struct nvkm_device *device = ltc->subdev.device; gm107_ltc_intr() local
107 struct nvkm_device *device = ltc->subdev.device; gm107_ltc_oneinit() local
125 struct nvkm_device *device = ltc->subdev.device; gm107_ltc_init() local
148 gm107_ltc_new(struct nvkm_device *device, int index, struct nvkm_ltc **pltc) gm107_ltc_new() argument
[all...]
/kernel/linux/linux-5.10/include/linux/device/
H A Dbus.h25 * struct bus_type - The bus type of the device
29 * @dev_root: Default device to use as the parent.
32 * @drv_groups: Default attributes of the device drivers on the bus.
33 * @match: Called, perhaps multiple times, whenever a new device or driver
35 * given device can be handled by the given driver and zero
37 * the driver supports the device is not possible. In case of
38 * -EPROBE_DEFER it will queue the device for deferred probing.
39 * @uevent: Called when a device is added, removed, or a few other things
41 * @probe: Called when a new device or driver add to this bus, and callback
42 * the specific driver's probe to initial the matched device
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/
H A Dgm107.c32 struct nvkm_device *device = ltc->subdev.device; in gm107_ltc_cbc_clear() local
33 nvkm_wr32(device, 0x17e270, start); in gm107_ltc_cbc_clear()
34 nvkm_wr32(device, 0x17e274, limit); in gm107_ltc_cbc_clear()
35 nvkm_mask(device, 0x17e26c, 0x00000000, 0x00000004); in gm107_ltc_cbc_clear()
41 struct nvkm_device *device = ltc->subdev.device; in gm107_ltc_cbc_wait() local
46 nvkm_wait_msec(device, 2000, addr, in gm107_ltc_cbc_wait()
55 struct nvkm_device *device = ltc->subdev.device; in gm107_ltc_zbc_clear_color() local
66 struct nvkm_device *device = ltc->subdev.device; gm107_ltc_zbc_clear_depth() local
75 struct nvkm_device *device = subdev->device; gm107_ltc_intr_lts() local
92 struct nvkm_device *device = ltc->subdev.device; gm107_ltc_intr() local
107 struct nvkm_device *device = ltc->subdev.device; gm107_ltc_oneinit() local
125 struct nvkm_device *device = ltc->subdev.device; gm107_ltc_init() local
149 gm107_ltc_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_ltc **pltc) gm107_ltc_new() argument
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/ibus/
H A Dgf100.c30 struct nvkm_device *device = ibus->device; in gf100_ibus_intr_hub() local
31 u32 addr = nvkm_rd32(device, 0x122120 + (i * 0x0400)); in gf100_ibus_intr_hub()
32 u32 data = nvkm_rd32(device, 0x122124 + (i * 0x0400)); in gf100_ibus_intr_hub()
33 u32 stat = nvkm_rd32(device, 0x122128 + (i * 0x0400)); in gf100_ibus_intr_hub()
40 struct nvkm_device *device = ibus->device; in gf100_ibus_intr_rop() local
41 u32 addr = nvkm_rd32(device, 0x124120 + (i * 0x0400)); in gf100_ibus_intr_rop()
42 u32 data = nvkm_rd32(device, 0x124124 + (i * 0x0400)); in gf100_ibus_intr_rop()
43 u32 stat = nvkm_rd32(device, in gf100_ibus_intr_rop()
50 struct nvkm_device *device = ibus->device; gf100_ibus_intr_gpc() local
60 struct nvkm_device *device = ibus->device; gf100_ibus_intr() local
102 struct nvkm_device *device = ibus->device; gf100_ibus_init() local
118 gf100_ibus_new(struct nvkm_device *device, int index, struct nvkm_subdev **pibus) gf100_ibus_new() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/privring/
H A Dgf100.c30 struct nvkm_device *device = privring->device; in gf100_privring_intr_hub() local
31 u32 addr = nvkm_rd32(device, 0x122120 + (i * 0x0400)); in gf100_privring_intr_hub()
32 u32 data = nvkm_rd32(device, 0x122124 + (i * 0x0400)); in gf100_privring_intr_hub()
33 u32 stat = nvkm_rd32(device, 0x122128 + (i * 0x0400)); in gf100_privring_intr_hub()
40 struct nvkm_device *device = privring->device; in gf100_privring_intr_rop() local
41 u32 addr = nvkm_rd32(device, 0x124120 + (i * 0x0400)); in gf100_privring_intr_rop()
42 u32 data = nvkm_rd32(device, 0x124124 + (i * 0x0400)); in gf100_privring_intr_rop()
43 u32 stat = nvkm_rd32(device, in gf100_privring_intr_rop()
50 struct nvkm_device *device = privring->device; gf100_privring_intr_gpc() local
60 struct nvkm_device *device = privring->device; gf100_privring_intr() local
102 struct nvkm_device *device = privring->device; gf100_privring_init() local
118 gf100_privring_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_subdev **pprivring) gf100_privring_new() argument
[all...]
/kernel/linux/linux-5.10/drivers/infiniband/core/
H A Ddevice.c80 * The devices_rwsem also protects the device name list, any change or
81 * assignment of device name must also hold the write side to guarantee unique
88 * status need to call ib_device_try_get() on the device to ensure it is
129 "Share device among net namespaces; default=1 (shared)");
131 * rdma_dev_access_netns() - Return whether an rdma device can be accessed
133 * @dev: Pointer to rdma device which needs to be checked
136 * When the rdma device is in shared mode, it ignores the net namespace.
137 * When the rdma device is exclusive to a net namespace, rdma device net
187 static void __ib_unregister_device(struct ib_device *device);
266 ib_device_check_mandatory(struct ib_device *device) ib_device_check_mandatory() argument
308 struct ib_device *device; ib_device_get_by_index() local
333 ib_device_put(struct ib_device *device) ib_device_put() argument
342 struct ib_device *device; __ib_device_get_by_name() local
363 struct ib_device *device; ib_device_get_by_name() local
380 rename_compat_devs(struct ib_device *device) rename_compat_devs() argument
453 struct ib_device *device; alloc_name() local
487 ib_device_release(struct device *device) ib_device_release() argument
510 ib_device_uevent(struct device *device, struct kobj_uevent_env *env) ib_device_uevent() argument
571 struct ib_device *device; _ib_alloc_device() local
624 ib_dealloc_device(struct ib_device *device) ib_dealloc_device() argument
660 add_client_context(struct ib_device *device, struct ib_client *client) add_client_context() argument
719 remove_client_context(struct ib_device *device, unsigned int client_id) remove_client_context() argument
753 alloc_port_data(struct ib_device *device) alloc_port_data() argument
802 setup_port_data(struct ib_device *device) setup_port_data() argument
879 add_one_compat_dev(struct ib_device *device, struct rdma_dev_net *rnet) add_one_compat_dev() argument
953 remove_one_compat_dev(struct ib_device *device, u32 id) remove_one_compat_dev() argument
967 remove_compat_devs(struct ib_device *device) remove_compat_devs() argument
976 add_compat_devs(struct ib_device *device) add_compat_devs() argument
1161 assign_name(struct ib_device *device, const char *name) assign_name() argument
1196 setup_device(struct ib_device *device) setup_device() argument
1220 disable_device(struct ib_device *device) disable_device() argument
1263 enable_device_and_get(struct ib_device *device) enable_device_and_get() argument
1327 ib_register_device(struct ib_device *device, const char *name, struct device *dma_device) ib_register_device() argument
1570 rdma_dev_change_netns(struct ib_device *device, struct net *cur_net, struct net *net) rdma_dev_change_netns() argument
1733 struct ib_device *device; ib_register_client() local
1770 struct ib_device *device; ib_unregister_client() local
1910 ib_set_client_data(struct ib_device *device, struct ib_client *client, void *data) ib_set_client_data() argument
1969 iw_query_port(struct ib_device *device, u8 port_num, struct ib_port_attr *port_attr) iw_query_port() argument
2008 __ib_query_port(struct ib_device *device, u8 port_num, struct ib_port_attr *port_attr) __ib_query_port() argument
2042 ib_query_port(struct ib_device *device, u8 port_num, struct ib_port_attr *port_attr) ib_query_port() argument
2333 ib_query_pkey(struct ib_device *device, u8 port_num, u16 index, u16 *pkey) ib_query_pkey() argument
2355 ib_modify_device(struct ib_device *device, int device_modify_mask, struct ib_device_modify *device_modify) ib_modify_device() argument
2378 ib_modify_port(struct ib_device *device, u8 port_num, int port_modify_mask, struct ib_port_modify *port_modify) ib_modify_port() argument
2410 ib_find_gid(struct ib_device *device, union ib_gid *gid, u8 *port_num, u16 *index) ib_find_gid() argument
2448 ib_find_pkey(struct ib_device *device, u8 port_num, u16 pkey, u16 *index) ib_find_pkey() argument
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/
H A Dnv04.c39 struct nvkm_device *device = subdev->device; in nv04_devinit_meminit() local
45 fb = fbmem_init(device); in nv04_devinit_meminit()
52 nvkm_wrvgas(device, 0, 1, nvkm_rdvgas(device, 0, 1) | 0x20); in nv04_devinit_meminit()
53 nvkm_mask(device, NV04_PFB_DEBUG_0, 0, NV04_PFB_DEBUG_0_REFRESH_OFF); in nv04_devinit_meminit()
55 nvkm_mask(device, NV04_PFB_BOOT_0, ~0, in nv04_devinit_meminit()
66 nvkm_mask(device, NV04_PFB_BOOT_0, in nv04_devinit_meminit()
69 nvkm_mask(device, NV04_PFB_DEBUG_0, in nv04_devinit_meminit()
76 nvkm_mask(device, NV04_PFB_BOOT_ in nv04_devinit_meminit()
146 struct nvkm_device *device = init->subdev.device; setPLL_single() local
201 struct nvkm_device *device = init->subdev.device; setPLL_double_highregs() local
286 struct nvkm_device *device = init->subdev.device; setPLL_double_lowregs() local
404 struct nvkm_device *device = subdev->device; nv04_devinit_preinit() local
437 nv04_devinit_new_(const struct nvkm_devinit_func *func, struct nvkm_device *device, int index, struct nvkm_devinit **pinit) nv04_devinit_new_() argument
462 nv04_devinit_new(struct nvkm_device *device, int index, struct nvkm_devinit **pinit) nv04_devinit_new() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/
H A Dnv04.c39 struct nvkm_device *device = subdev->device; in nv04_devinit_meminit() local
45 fb = fbmem_init(device); in nv04_devinit_meminit()
52 nvkm_wrvgas(device, 0, 1, nvkm_rdvgas(device, 0, 1) | 0x20); in nv04_devinit_meminit()
53 nvkm_mask(device, NV04_PFB_DEBUG_0, 0, NV04_PFB_DEBUG_0_REFRESH_OFF); in nv04_devinit_meminit()
55 nvkm_mask(device, NV04_PFB_BOOT_0, ~0, in nv04_devinit_meminit()
66 nvkm_mask(device, NV04_PFB_BOOT_0, in nv04_devinit_meminit()
69 nvkm_mask(device, NV04_PFB_DEBUG_0, in nv04_devinit_meminit()
76 nvkm_mask(device, NV04_PFB_BOOT_ in nv04_devinit_meminit()
146 struct nvkm_device *device = init->subdev.device; setPLL_single() local
201 struct nvkm_device *device = init->subdev.device; setPLL_double_highregs() local
286 struct nvkm_device *device = init->subdev.device; setPLL_double_lowregs() local
404 struct nvkm_device *device = subdev->device; nv04_devinit_preinit() local
437 nv04_devinit_new_(const struct nvkm_devinit_func *func, struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_devinit **pinit) nv04_devinit_new_() argument
461 nv04_devinit_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_devinit **pinit) nv04_devinit_new() argument
[all...]
/kernel/linux/linux-6.6/drivers/dma/
H A Ddmaengine.c26 * Each device has a channels list, which runs unlocked but is never modified
27 * once the device is registered, it's just setup by the driver.
39 #include <linux/device.h>
149 * dev_to_dma_chan - convert a device pointer to its sysfs container object
150 * @dev: device node
154 static struct dma_chan *dev_to_dma_chan(struct device *dev) in dev_to_dma_chan()
158 chan_dev = container_of(dev, typeof(*chan_dev), device); in dev_to_dma_chan()
162 static ssize_t memcpy_count_show(struct device *dev, in memcpy_count_show()
184 static ssize_t bytes_transferred_show(struct device *dev, in bytes_transferred_show()
206 static ssize_t in_use_show(struct device *de
322 struct dma_device *device; min_chan() local
364 struct dma_device *device; dma_channel_rebalance() local
392 dma_device_satisfies_mask(struct dma_device *device, const dma_cap_mask_t *want) dma_device_satisfies_mask() argument
425 struct dma_device *device = container_of(ref, struct dma_device, ref); dma_device_release() local
434 dma_device_put(struct dma_device *device) dma_device_put() argument
556 struct dma_device *device; dma_issue_pending_all() local
573 struct dma_device *device; dma_get_slave_caps() local
656 find_candidate(struct dma_device *device, const dma_cap_mask_t *mask, dma_filter_fn fn, void *fn_param) find_candidate() argument
703 struct dma_device *device = chan->device; dma_get_slave_channel() local
727 dma_get_any_slave_channel(struct dma_device *device) dma_get_any_slave_channel() argument
759 struct dma_device *device, *_d; __dma_request_channel() local
786 dma_filter_match(struct dma_device *device, const char *name, struct device *dev) dma_filter_match() argument
934 struct dma_device *device, *_d; dmaengine_get() local
973 struct dma_device *device, *_d; dmaengine_put() local
990 device_has_all_tx_types(struct dma_device *device) device_has_all_tx_types() argument
1029 get_dma_id(struct dma_device *device) get_dma_id() argument
1039 __dma_async_device_channel_register(struct dma_device *device, struct dma_chan *chan) __dma_async_device_channel_register() argument
1089 dma_async_device_channel_register(struct dma_device *device, struct dma_chan *chan) dma_async_device_channel_register() argument
1103 __dma_async_device_channel_unregister(struct dma_device *device, struct dma_chan *chan) __dma_async_device_channel_unregister() argument
1121 dma_async_device_channel_unregister(struct dma_device *device, struct dma_chan *chan) dma_async_device_channel_unregister() argument
1137 dma_async_device_register(struct dma_device *device) dma_async_device_register() argument
1265 dma_async_device_unregister(struct dma_device *device) dma_async_device_unregister() argument
1287 dmaenginem_async_device_unregister(void *device) dmaenginem_async_device_unregister() argument
1298 dmaenginem_async_device_register(struct dma_device *device) dmaenginem_async_device_register() argument
[all...]
/kernel/linux/linux-5.10/drivers/platform/x86/
H A Dfujitsu-laptop.c141 static int call_fext_func(struct acpi_device *device, in call_fext_func() argument
154 status = acpi_evaluate_integer(device->handle, "FUNC", &arg_list, in call_fext_func()
157 acpi_handle_err(device->handle, "Failed to evaluate FUNC\n"); in call_fext_func()
161 acpi_handle_debug(device->handle, in call_fext_func()
169 static int set_lcd_level(struct acpi_device *device, int level) in set_lcd_level() argument
171 struct fujitsu_bl *priv = acpi_driver_data(device); in set_lcd_level()
177 if (acpi_has_method(device->handle, "SBL2")) in set_lcd_level()
190 acpi_handle_debug(device->handle, "set lcd level via %s [%d]\n", method, in set_lcd_level()
196 status = acpi_execute_simple_method(device->handle, method, level); in set_lcd_level()
198 acpi_handle_err(device in set_lcd_level()
208 get_lcd_level(struct acpi_device *device) get_lcd_level() argument
225 get_max_brightness(struct acpi_device *device) get_max_brightness() argument
246 struct acpi_device *device = bl_get_data(b); bl_get_brightness() local
253 struct acpi_device *device = bl_get_data(b); bl_update_status() local
340 acpi_fujitsu_bl_input_setup(struct acpi_device *device) acpi_fujitsu_bl_input_setup() argument
364 fujitsu_backlight_register(struct acpi_device *device) fujitsu_backlight_register() argument
385 acpi_fujitsu_bl_add(struct acpi_device *device) acpi_fujitsu_bl_add() argument
418 acpi_fujitsu_bl_notify(struct acpi_device *device, u32 event) acpi_fujitsu_bl_notify() argument
517 acpi_fujitsu_laptop_input_setup(struct acpi_device *device) acpi_fujitsu_laptop_input_setup() argument
541 fujitsu_laptop_platform_add(struct acpi_device *device) fujitsu_laptop_platform_add() argument
571 fujitsu_laptop_platform_remove(struct acpi_device *device) fujitsu_laptop_platform_remove() argument
583 struct acpi_device *device = to_acpi_device(cdev->dev->parent); logolamp_set() local
602 struct acpi_device *device = to_acpi_device(cdev->dev->parent); logolamp_get() local
619 struct acpi_device *device = to_acpi_device(cdev->dev->parent); kblamps_set() local
631 struct acpi_device *device = to_acpi_device(cdev->dev->parent); kblamps_get() local
644 struct acpi_device *device = to_acpi_device(cdev->dev->parent); radio_led_set() local
656 struct acpi_device *device = to_acpi_device(cdev->dev->parent); radio_led_get() local
668 struct acpi_device *device = to_acpi_device(cdev->dev->parent); eco_led_set() local
682 struct acpi_device *device = to_acpi_device(cdev->dev->parent); eco_led_get() local
691 acpi_fujitsu_laptop_leds_register(struct acpi_device *device) acpi_fujitsu_laptop_leds_register() argument
772 acpi_fujitsu_laptop_add(struct acpi_device *device) acpi_fujitsu_laptop_add() argument
850 acpi_fujitsu_laptop_remove(struct acpi_device *device) acpi_fujitsu_laptop_remove() argument
861 acpi_fujitsu_laptop_press(struct acpi_device *device, int scancode) acpi_fujitsu_laptop_press() argument
878 acpi_fujitsu_laptop_release(struct acpi_device *device) acpi_fujitsu_laptop_release() argument
894 acpi_fujitsu_laptop_notify(struct acpi_device *device, u32 event) acpi_fujitsu_laptop_notify() argument
[all...]
/kernel/linux/linux-6.6/drivers/platform/x86/
H A Dfujitsu-laptop.c141 static int call_fext_func(struct acpi_device *device, in call_fext_func() argument
154 status = acpi_evaluate_integer(device->handle, "FUNC", &arg_list, in call_fext_func()
157 acpi_handle_err(device->handle, "Failed to evaluate FUNC\n"); in call_fext_func()
161 acpi_handle_debug(device->handle, in call_fext_func()
169 static int set_lcd_level(struct acpi_device *device, int level) in set_lcd_level() argument
171 struct fujitsu_bl *priv = acpi_driver_data(device); in set_lcd_level()
177 if (acpi_has_method(device->handle, "SBL2")) in set_lcd_level()
190 acpi_handle_debug(device->handle, "set lcd level via %s [%d]\n", method, in set_lcd_level()
196 status = acpi_execute_simple_method(device->handle, method, level); in set_lcd_level()
198 acpi_handle_err(device in set_lcd_level()
208 get_lcd_level(struct acpi_device *device) get_lcd_level() argument
225 get_max_brightness(struct acpi_device *device) get_max_brightness() argument
246 struct acpi_device *device = bl_get_data(b); bl_get_brightness() local
253 struct acpi_device *device = bl_get_data(b); bl_update_status() local
340 acpi_fujitsu_bl_input_setup(struct acpi_device *device) acpi_fujitsu_bl_input_setup() argument
364 fujitsu_backlight_register(struct acpi_device *device) fujitsu_backlight_register() argument
385 acpi_fujitsu_bl_add(struct acpi_device *device) acpi_fujitsu_bl_add() argument
418 acpi_fujitsu_bl_notify(struct acpi_device *device, u32 event) acpi_fujitsu_bl_notify() argument
517 acpi_fujitsu_laptop_input_setup(struct acpi_device *device) acpi_fujitsu_laptop_input_setup() argument
541 fujitsu_laptop_platform_add(struct acpi_device *device) fujitsu_laptop_platform_add() argument
571 fujitsu_laptop_platform_remove(struct acpi_device *device) fujitsu_laptop_platform_remove() argument
583 struct acpi_device *device = to_acpi_device(cdev->dev->parent); logolamp_set() local
602 struct acpi_device *device = to_acpi_device(cdev->dev->parent); logolamp_get() local
619 struct acpi_device *device = to_acpi_device(cdev->dev->parent); kblamps_set() local
631 struct acpi_device *device = to_acpi_device(cdev->dev->parent); kblamps_get() local
644 struct acpi_device *device = to_acpi_device(cdev->dev->parent); radio_led_set() local
656 struct acpi_device *device = to_acpi_device(cdev->dev->parent); radio_led_get() local
668 struct acpi_device *device = to_acpi_device(cdev->dev->parent); eco_led_set() local
682 struct acpi_device *device = to_acpi_device(cdev->dev->parent); eco_led_get() local
691 acpi_fujitsu_laptop_leds_register(struct acpi_device *device) acpi_fujitsu_laptop_leds_register() argument
772 acpi_fujitsu_laptop_add(struct acpi_device *device) acpi_fujitsu_laptop_add() argument
850 acpi_fujitsu_laptop_remove(struct acpi_device *device) acpi_fujitsu_laptop_remove() argument
859 acpi_fujitsu_laptop_press(struct acpi_device *device, int scancode) acpi_fujitsu_laptop_press() argument
876 acpi_fujitsu_laptop_release(struct acpi_device *device) acpi_fujitsu_laptop_release() argument
892 acpi_fujitsu_laptop_notify(struct acpi_device *device, u32 event) acpi_fujitsu_laptop_notify() argument
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
H A Dgf119.c30 struct nvkm_device *device = subdev->device; in pwm_info() local
31 u32 gpio = nvkm_rd32(device, 0x00d610 + (line * 0x04)); in pwm_info()
55 struct nvkm_device *device = therm->subdev.device; in gf119_fan_pwm_ctrl() local
61 nvkm_mask(device, 0x00d610 + (line * 0x04), 0x000000c0, data); in gf119_fan_pwm_ctrl()
69 struct nvkm_device *device = therm->subdev.device; in gf119_fan_pwm_get() local
74 if (nvkm_rd32(device, 0x00d610 + (line * 0x04)) & 0x00000040) { in gf119_fan_pwm_get()
75 *divs = nvkm_rd32(device, in gf119_fan_pwm_get()
91 struct nvkm_device *device = therm->subdev.device; gf119_fan_pwm_set() local
108 struct nvkm_device *device = therm->subdev.device; gf119_fan_pwm_clock() local
121 struct nvkm_device *device = therm->subdev.device; gf119_therm_init() local
149 gf119_therm_new(struct nvkm_device *device, int index, struct nvkm_therm **ptherm) gf119_therm_new() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
H A Dgf119.c30 struct nvkm_device *device = subdev->device; in pwm_info() local
31 u32 gpio = nvkm_rd32(device, 0x00d610 + (line * 0x04)); in pwm_info()
56 struct nvkm_device *device = therm->subdev.device; in gf119_fan_pwm_ctrl() local
62 nvkm_mask(device, 0x00d610 + (line * 0x04), 0x000000c0, data); in gf119_fan_pwm_ctrl()
70 struct nvkm_device *device = therm->subdev.device; in gf119_fan_pwm_get() local
75 if (nvkm_rd32(device, 0x00d610 + (line * 0x04)) & 0x00000040) { in gf119_fan_pwm_get()
76 *divs = nvkm_rd32(device, in gf119_fan_pwm_get()
92 struct nvkm_device *device = therm->subdev.device; gf119_fan_pwm_set() local
109 struct nvkm_device *device = therm->subdev.device; gf119_fan_pwm_clock() local
122 struct nvkm_device *device = therm->subdev.device; gf119_therm_init() local
150 gf119_therm_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_therm **ptherm) gf119_therm_new() argument
[all...]
/kernel/linux/linux-5.10/drivers/acpi/
H A Dscan.c31 #define ACPI_IS_ROOT_DEVICE(device) (!(device)->parent)
35 static const char *dummy_hid = "device";
47 * The UART device described by the SPCR table is the only object which needs
144 struct acpi_device *device = NULL; in acpi_bus_offline() local
149 if (acpi_bus_get_device(handle, &device)) in acpi_bus_offline()
152 if (device->handler && !device->handler->hotplug.enabled) { in acpi_bus_offline()
153 *ret_p = &device->dev; in acpi_bus_offline()
157 mutex_lock(&device in acpi_bus_offline()
189 struct acpi_device *device = NULL; acpi_bus_online() local
208 acpi_scan_try_to_offline(struct acpi_device *device) acpi_scan_try_to_offline() argument
254 acpi_scan_hot_remove(struct acpi_device *device) acpi_scan_hot_remove() argument
449 acpi_free_power_resources_lists(struct acpi_device *device) acpi_free_power_resources_lists() argument
475 acpi_device_del(struct acpi_device *device) acpi_device_del() argument
581 acpi_get_device_data(acpi_handle handle, struct acpi_device **device, void (*callback)(void *)) acpi_get_device_data() argument
601 acpi_bus_get_device(acpi_handle handle, struct acpi_device **device) acpi_bus_get_device() argument
638 acpi_device_set_name(struct acpi_device *device, struct acpi_device_bus_id *acpi_device_bus_id) acpi_device_set_name() argument
653 acpi_device_add(struct acpi_device *device, void (*release)(struct device *)) acpi_device_add() argument
759 struct acpi_device *device = NULL; acpi_bus_get_parent() local
881 acpi_wakeup_gpe_init(struct acpi_device *device) acpi_wakeup_gpe_init() argument
911 acpi_bus_get_wakeup_device_flags(struct acpi_device *device) acpi_bus_get_wakeup_device_flags() argument
939 acpi_bus_init_power_state(struct acpi_device *device, int state) acpi_bus_init_power_state() argument
974 acpi_bus_get_power_flags(struct acpi_device *device) acpi_bus_get_power_flags() argument
1029 acpi_bus_get_flags(struct acpi_device *device) acpi_bus_get_flags() argument
1045 acpi_device_get_busid(struct acpi_device *device) acpi_device_get_busid() argument
1202 acpi_device_hid(struct acpi_device *device) acpi_device_hid() argument
1558 acpi_is_indirect_io_slave(struct acpi_device *device) acpi_is_indirect_io_slave() argument
1569 acpi_device_enumeration_by_parent(struct acpi_device *device) acpi_device_enumeration_by_parent() argument
1619 acpi_init_device_object(struct acpi_device *device, acpi_handle handle, int type, unsigned long long sta) acpi_init_device_object() argument
1644 acpi_device_add_finalize(struct acpi_device *device) acpi_device_add_finalize() argument
1655 struct acpi_device *device; acpi_add_single_object() local
1899 struct acpi_device *device = NULL; acpi_bus_check_add() local
1931 acpi_default_enumeration(struct acpi_device *device) acpi_default_enumeration() argument
1969 acpi_scan_attach_handler(struct acpi_device *device) acpi_scan_attach_handler() argument
1998 acpi_bus_attach(struct acpi_device *device) acpi_bus_attach() argument
2095 void *device = NULL; acpi_bus_scan() local
2144 struct acpi_device *device = NULL; acpi_bus_register_early_device() local
2165 struct acpi_device *device = NULL; acpi_bus_scan_fixed() local
2182 struct acpi_device *device = NULL; acpi_bus_scan_fixed() local
[all...]
/third_party/mesa3d/src/intel/vulkan/
H A Danv_device.c99 struct anv_device *device = (struct anv_device *)data; in compiler_debug_log() local
100 UNUSED struct anv_instance *instance = device->physical->instance; in compiler_debug_log()
178 get_device_extensions(const struct anv_physical_device *device, in get_device_extensions() argument
182 (device->sync_syncobj_type.features & VK_SYNC_FEATURE_CPU_WAIT) != 0; in get_device_extensions()
188 .KHR_8bit_storage = device->info.ver >= 8, in get_device_extensions()
189 .KHR_16bit_storage = device->info.ver >= 8, in get_device_extensions()
191 .KHR_buffer_device_address = device->has_a64_buffer_access, in get_device_extensions()
209 .KHR_fragment_shading_rate = device->info.ver >= 11, in get_device_extensions()
222 !anv_use_relocations(device) && device in get_device_extensions()
343 anv_compute_sys_heap_size(struct anv_physical_device *device, uint64_t total_ram) anv_compute_sys_heap_size() argument
376 anv_init_meminfo(struct anv_physical_device *device, int fd) anv_init_meminfo() argument
403 anv_update_meminfo(struct anv_physical_device *device, int fd) anv_update_meminfo() argument
416 anv_physical_device_init_heaps(struct anv_physical_device *device, int fd) anv_physical_device_init_heaps() argument
537 anv_physical_device_init_uuids(struct anv_physical_device *device) anv_physical_device_init_uuids() argument
583 anv_physical_device_init_disk_cache(struct anv_physical_device *device) anv_physical_device_init_disk_cache() argument
601 anv_physical_device_free_disk_cache(struct anv_physical_device *device) anv_physical_device_free_disk_cache() argument
779 struct anv_physical_device *device = anv_physical_device_try_create() local
1056 anv_physical_device_destroy(struct anv_physical_device *device) anv_physical_device_destroy() argument
2847 anv_GetDeviceGroupPeerMemoryFeatures( VkDevice device, uint32_t heapIndex, uint32_t localDeviceIndex, uint32_t remoteDeviceIndex, VkPeerMemoryFeatureFlags* pPeerMemoryFeatures) anv_GetDeviceGroupPeerMemoryFeatures() argument
2915 anv_device_init_border_colors(struct anv_device *device) anv_device_init_border_colors() argument
2947 anv_device_init_trivial_batch(struct anv_device *device) anv_device_init_trivial_batch() argument
2994 struct anv_device *device = v_batch; decode_get_bo() local
3041 struct anv_device *device = (struct anv_device*)driver_ctx; intel_aux_map_buffer_alloc() local
3059 struct anv_device *device = (struct anv_device*)driver_ctx; intel_aux_map_buffer_free() local
3080 struct anv_device *device; anv_CreateDevice() local
3679 struct anv_device *device = container_of(vk_device, struct anv_device, vk); anv_device_check_status() local
3699 anv_device_wait(struct anv_device *device, struct anv_bo *bo, int64_t timeout) anv_device_wait() argument
3714 anv_vma_alloc(struct anv_device *device, uint64_t size, uint64_t align, enum anv_bo_alloc_flags alloc_flags, uint64_t client_address) anv_vma_alloc() argument
3752 anv_vma_free(struct anv_device *device, uint64_t address, uint64_t size) anv_vma_free() argument
4299 anv_GetDeviceMemoryCommitment( VkDevice device, VkDeviceMemory memory, VkDeviceSize* pCommittedMemoryInBytes) anv_GetDeviceMemoryCommitment() argument
4327 anv_BindBufferMemory2( VkDevice device, uint32_t bindInfoCount, const VkBindBufferMemoryInfo* pBindInfos) anv_BindBufferMemory2() argument
4432 anv_get_buffer_memory_requirements(struct anv_device *device, VkDeviceSize size, VkBufferUsageFlags usage, VkMemoryRequirements2* pMemoryRequirements) anv_get_buffer_memory_requirements() argument
4553 anv_GetBufferDeviceAddress( VkDevice device, const VkBufferDeviceAddressInfo* pInfo) anv_GetBufferDeviceAddress() argument
4565 anv_GetBufferOpaqueCaptureAddress( VkDevice device, const VkBufferDeviceAddressInfo* pInfo) anv_GetBufferOpaqueCaptureAddress() argument
4572 anv_GetDeviceMemoryOpaqueCaptureAddress( VkDevice device, const VkDeviceMemoryOpaqueCaptureAddressInfo* pInfo) anv_GetDeviceMemoryOpaqueCaptureAddress() argument
4585 anv_fill_buffer_surface_state(struct anv_device *device, struct anv_state state, enum isl_format format, struct isl_swizzle swizzle, isl_surf_usage_flags_t usage, struct anv_address address, uint32_t range, uint32_t stride) anv_fill_buffer_surface_state() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/core/
H A Dintr.c23 #include <core/device.h>
32 struct nvkm_device *device = subdev->device; in nvkm_intr_xlat() local
41 list_for_each_entry(tdev, &device->top->device, head) { in nvkm_intr_xlat()
81 list_for_each_entry(intr, &subdev->device->intr.intr, head) { in nvkm_intr_find()
104 struct nvkm_device *device = subdev->device; in nvkm_intr_allow() local
113 spin_lock_irqsave(&device->intr.lock, flags); in nvkm_intr_allow()
115 spin_unlock_irqrestore(&device in nvkm_intr_allow()
130 struct nvkm_device *device = subdev->device; nvkm_intr_block() local
146 nvkm_intr_rearm_locked(struct nvkm_device *device) nvkm_intr_rearm_locked() argument
155 nvkm_intr_unarm_locked(struct nvkm_device *device) nvkm_intr_unarm_locked() argument
166 struct nvkm_device *device = arg; nvkm_intr() local
235 struct nvkm_device *device = subdev->device; nvkm_intr_add() local
296 struct nvkm_device *device = intr->subdev->device; nvkm_intr_subdev_add() local
316 nvkm_intr_rearm(struct nvkm_device *device) nvkm_intr_rearm() argument
341 nvkm_intr_unarm(struct nvkm_device *device) nvkm_intr_unarm() argument
350 nvkm_intr_install(struct nvkm_device *device) nvkm_intr_install() argument
367 nvkm_intr_dtor(struct nvkm_device *device) nvkm_intr_dtor() argument
382 nvkm_intr_ctor(struct nvkm_device *device) nvkm_intr_ctor() argument
424 struct nvkm_device *device = subdev->device; nvkm_inth_add() local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dtu102.c34 struct nvkm_device *device = disp->base.engine.subdev.device; in tu102_disp_init() local
40 if (nvkm_rd32(device, 0x6254e8) & 0x00000002) { in tu102_disp_init()
41 nvkm_mask(device, 0x6254e8, 0x00000001, 0x00000000); in tu102_disp_init()
42 if (nvkm_msec(device, 2000, in tu102_disp_init()
43 if (!(nvkm_rd32(device, 0x6254e8) & 0x00000002)) in tu102_disp_init()
51 nvkm_wr32(device, 0x640008, tmp); in tu102_disp_init()
55 tmp = nvkm_rd32(device, 0x61c000 + (i * 0x800)); in tu102_disp_init()
56 nvkm_mask(device, 0x640000, 0x00000100 << i, 0x00000100 << i); in tu102_disp_init()
57 nvkm_wr32(device, in tu102_disp_init()
149 tu102_disp_new(struct nvkm_device *device, int index, struct nvkm_disp **pdisp) tu102_disp_new() argument
[all...]

Completed in 20 milliseconds

12345678910>>...1145