Home
last modified time | relevance | path

Searched refs:device (Results 376 - 400 of 29340) sorted by relevance

1...<<11121314151617181920>>...1174

/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
H A Dgm20b.c26 #include <core/device.h>
163 struct nvkm_device *device = subdev->device; in gm20b_pllg_read_mnp() local
167 val = nvkm_rd32(device, GPCPLL_CFG2); in gm20b_pllg_read_mnp()
175 struct nvkm_device *device = clk->base.base.subdev.device; in gm20b_pllg_write_mnp() local
177 nvkm_mask(device, GPCPLL_CFG2, GPCPLL_CFG2_SDM_DIN_MASK, in gm20b_pllg_write_mnp()
269 struct nvkm_device *device = subdev->device; in gm20b_pllg_slide() local
284 nvkm_mask(device, GPCPLL_NDIV_SLOWDOW in gm20b_pllg_slide()
324 struct nvkm_device *device = clk->base.base.subdev.device; gm20b_pllg_enable() local
347 struct nvkm_device *device = clk->base.base.subdev.device; gm20b_pllg_disable() local
363 struct nvkm_device *device = subdev->device; gm20b_pllg_program_mnp() local
515 struct nvkm_device *device = clk->base.base.subdev.device; gm20b_dvfs_program_coeff() local
533 struct nvkm_device *device = clk->base.base.subdev.device; gm20b_dvfs_program_ext_cal() local
552 struct nvkm_device *device = clk->base.base.subdev.device; gm20b_dvfs_program_dfs_detection() local
722 struct nvkm_device *device = base->subdev.device; gm20b_clk_fini() local
745 struct nvkm_device *device = subdev->device; gm20b_clk_init_dvfs() local
815 struct nvkm_device *device = subdev->device; gm20b_clk_init() local
911 gm20b_clk_new_speedo0(struct nvkm_device *device, int index, struct nvkm_clk **pclk) gm20b_clk_new_speedo0() argument
1017 gm20b_clk_new(struct nvkm_device *device, int index, struct nvkm_clk **pclk) gm20b_clk_new() argument
[all...]
H A Dgf100.c51 struct nvkm_device *device = clk->base.subdev.device; in read_vco() local
52 u32 ssrc = nvkm_rd32(device, dsrc); in read_vco()
61 struct nvkm_device *device = clk->base.subdev.device; in read_pll() local
62 u32 ctrl = nvkm_rd32(device, pll + 0x00); in read_pll()
63 u32 coef = nvkm_rd32(device, pll + 0x04); in read_pll()
75 sclk = device->crystal; in read_pll()
100 struct nvkm_device *device = clk->base.subdev.device; in read_div() local
135 struct nvkm_device *device = clk->base.subdev.device; read_clk() local
162 struct nvkm_device *device = subdev->device; gf100_clk_read() local
347 struct nvkm_device *device = clk->base.subdev.device; gf100_clk_prog_0() local
357 struct nvkm_device *device = clk->base.subdev.device; gf100_clk_prog_1() local
369 struct nvkm_device *device = clk->base.subdev.device; gf100_clk_prog_2() local
396 struct nvkm_device *device = clk->base.subdev.device; gf100_clk_prog_3() local
411 struct nvkm_device *device = clk->base.subdev.device; gf100_clk_prog_4() local
471 gf100_clk_new(struct nvkm_device *device, int index, struct nvkm_clk **pclk) gf100_clk_new() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
H A Dgm20b.c26 #include <core/device.h>
163 struct nvkm_device *device = subdev->device; in gm20b_pllg_read_mnp() local
167 val = nvkm_rd32(device, GPCPLL_CFG2); in gm20b_pllg_read_mnp()
175 struct nvkm_device *device = clk->base.base.subdev.device; in gm20b_pllg_write_mnp() local
177 nvkm_mask(device, GPCPLL_CFG2, GPCPLL_CFG2_SDM_DIN_MASK, in gm20b_pllg_write_mnp()
269 struct nvkm_device *device = subdev->device; in gm20b_pllg_slide() local
284 nvkm_mask(device, GPCPLL_NDIV_SLOWDOW in gm20b_pllg_slide()
324 struct nvkm_device *device = clk->base.base.subdev.device; gm20b_pllg_enable() local
347 struct nvkm_device *device = clk->base.base.subdev.device; gm20b_pllg_disable() local
363 struct nvkm_device *device = subdev->device; gm20b_pllg_program_mnp() local
515 struct nvkm_device *device = clk->base.base.subdev.device; gm20b_dvfs_program_coeff() local
533 struct nvkm_device *device = clk->base.base.subdev.device; gm20b_dvfs_program_ext_cal() local
552 struct nvkm_device *device = clk->base.base.subdev.device; gm20b_dvfs_program_dfs_detection() local
722 struct nvkm_device *device = base->subdev.device; gm20b_clk_fini() local
745 struct nvkm_device *device = subdev->device; gm20b_clk_init_dvfs() local
815 struct nvkm_device *device = subdev->device; gm20b_clk_init() local
911 gm20b_clk_new_speedo0(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_clk **pclk) gm20b_clk_new_speedo0() argument
1014 gm20b_clk_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_clk **pclk) gm20b_clk_new() argument
[all...]
H A Dgf100.c51 struct nvkm_device *device = clk->base.subdev.device; in read_vco() local
52 u32 ssrc = nvkm_rd32(device, dsrc); in read_vco()
61 struct nvkm_device *device = clk->base.subdev.device; in read_pll() local
62 u32 ctrl = nvkm_rd32(device, pll + 0x00); in read_pll()
63 u32 coef = nvkm_rd32(device, pll + 0x04); in read_pll()
75 sclk = device->crystal; in read_pll()
100 struct nvkm_device *device = clk->base.subdev.device; in read_div() local
135 struct nvkm_device *device = clk->base.subdev.device; read_clk() local
162 struct nvkm_device *device = subdev->device; gf100_clk_read() local
347 struct nvkm_device *device = clk->base.subdev.device; gf100_clk_prog_0() local
357 struct nvkm_device *device = clk->base.subdev.device; gf100_clk_prog_1() local
369 struct nvkm_device *device = clk->base.subdev.device; gf100_clk_prog_2() local
396 struct nvkm_device *device = clk->base.subdev.device; gf100_clk_prog_3() local
411 struct nvkm_device *device = clk->base.subdev.device; gf100_clk_prog_4() local
471 gf100_clk_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_clk **pclk) gf100_clk_new() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan.hpp1486 PFN_vkVoidFunction vkGetDeviceProcAddr( VkDevice device, const char * pName ) const VULKAN_HPP_NOEXCEPT
1488 return ::vkGetDeviceProcAddr( device, pName );
1499 void vkDestroyDevice( VkDevice device, const VkAllocationCallbacks * pAllocator ) const VULKAN_HPP_NOEXCEPT
1501 return ::vkDestroyDevice( device, pAllocator );
1532 void vkGetDeviceQueue( VkDevice device,
1537 return ::vkGetDeviceQueue( device, queueFamilyIndex, queueIndex, pQueue );
1553 VkResult vkDeviceWaitIdle( VkDevice device ) const VULKAN_HPP_NOEXCEPT
1555 return ::vkDeviceWaitIdle( device );
1558 VkResult vkAllocateMemory( VkDevice device,
1563 return ::vkAllocateMemory( device, pAllocateInf
13071 VkDevice device = static_cast<VkDevice>( deviceCpp ); global() variable
[all...]
/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_gatt_server_callback.cpp37 const BluetoothRemoteDevice &device, GattCharacteristic &characteristic, int requestId) in OnCharacteristicReadRequest()
39 HILOGI("enter, remote device address: %{public}s, requestId: %{public}d", in OnCharacteristicReadRequest()
40 GET_ENCRYPT_ADDR(device), requestId); in OnCharacteristicReadRequest()
42 std::make_shared<NapiNativeGattsCharacterReadRequest>(requestId, device.GetDeviceAddr(), characteristic); in OnCharacteristicReadRequest()
46 void NapiGattServerCallback::OnCharacteristicWriteRequest(const BluetoothRemoteDevice &device, in OnCharacteristicWriteRequest() argument
49 HILOGI("enter, remote device address: %{public}s, requestId: %{public}d", in OnCharacteristicWriteRequest()
50 GET_ENCRYPT_ADDR(device), requestId); in OnCharacteristicWriteRequest()
52 std::make_shared<NapiNativeGattsCharacterWriteRequest>(requestId, device.GetDeviceAddr(), characteristic); in OnCharacteristicWriteRequest()
56 void NapiGattServerCallback::OnConnectionStateUpdate(const BluetoothRemoteDevice &device, int state) in OnConnectionStateUpdate() argument
58 HILOGI("enter, state: %{public}d, remote device addres in OnConnectionStateUpdate()
36 OnCharacteristicReadRequest( const BluetoothRemoteDevice &device, GattCharacteristic &characteristic, int requestId) OnCharacteristicReadRequest() argument
89 OnDescriptorWriteRequest(const BluetoothRemoteDevice &device, GattDescriptor &descriptor, int requestId) OnDescriptorWriteRequest() argument
99 OnDescriptorReadRequest(const BluetoothRemoteDevice &device, GattDescriptor &descriptor, int requestId) OnDescriptorReadRequest() argument
109 OnMtuUpdate(const BluetoothRemoteDevice &device, int mtu) OnMtuUpdate() argument
117 OnNotificationCharacteristicChanged(const BluetoothRemoteDevice &device, int ret) OnNotificationCharacteristicChanged() argument
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dsubscribe_manager.h39 // clear remoteSubscribeMap_[device] list when remote db is closed or dev offline.
40 void ClearRemoteSubscribeQuery(const std::string &device);
42 // clear localSubscribeMap_[device] list when device is offline.
43 void ClearLocalSubscribeQuery(const std::string &device);
48 int ReserveRemoteSubscribeQuery(const std::string &device, const QuerySyncObject &query);
51 int ActiveRemoteSubscribeQuery(const std::string &device, const QuerySyncObject &query);
54 int ReserveLocalSubscribeQuery(const std::string &device, const QuerySyncObject &query);
57 int ActiveLocalSubscribeQuery(const std::string &device, const QuerySyncObject &query);
60 void DeleteLocalSubscribeQuery(const std::string &device, cons
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dnv44.c34 struct nvkm_device *device = gr->base.engine.subdev.device; in nv44_gr_tile() local
35 struct nvkm_fifo *fifo = device->fifo; in nv44_gr_tile()
41 switch (device->chipset) { in nv44_gr_tile()
44 nvkm_wr32(device, NV20_PGRAPH_TSIZE(i), tile->pitch); in nv44_gr_tile()
45 nvkm_wr32(device, NV20_PGRAPH_TLIMIT(i), tile->limit); in nv44_gr_tile()
46 nvkm_wr32(device, NV20_PGRAPH_TILE(i), tile->addr); in nv44_gr_tile()
53 nvkm_wr32(device, NV47_PGRAPH_TSIZE(i), tile->pitch); in nv44_gr_tile()
54 nvkm_wr32(device, NV47_PGRAPH_TLIMIT(i), tile->limit); in nv44_gr_tile()
55 nvkm_wr32(device, NV47_PGRAPH_TIL in nv44_gr_tile()
105 nv44_gr_new(struct nvkm_device *device, int index, struct nvkm_gr **pgr) nv44_gr_new() argument
[all...]
H A Dgm20b.c83 struct nvkm_device *device = gr->base.engine.subdev.device; in gm20b_gr_init_gpc_mmu() local
87 if (!device->acr) { in gm20b_gr_init_gpc_mmu()
88 nvkm_wr32(device, 0x100ce4, 0xffffffff); in gm20b_gr_init_gpc_mmu()
90 if (nvkm_rd32(device, 0x100ce4) != 0xffffffff) in gm20b_gr_init_gpc_mmu()
91 nvdev_warn(device, in gm20b_gr_init_gpc_mmu()
95 val = nvkm_rd32(device, 0x100c80); in gm20b_gr_init_gpc_mmu()
97 nvkm_wr32(device, 0x418880, val); in gm20b_gr_init_gpc_mmu()
98 nvkm_wr32(device, 0x418890, 0); in gm20b_gr_init_gpc_mmu()
99 nvkm_wr32(device, in gm20b_gr_init_gpc_mmu()
111 struct nvkm_device *device = gr->base.engine.subdev.device; gm20b_gr_set_hww_esr_report_mask() local
184 gm20b_gr_new(struct nvkm_device *device, int index, struct nvkm_gr **pgr) gm20b_gr_new() argument
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Ddacnv50.c31 struct nvkm_device *device = dac->disp->engine.subdev.device; in nv50_dac_clock() local
33 nvkm_mask(device, 0x614280 + doff, 0x07070707, 0x00000000); in nv50_dac_clock()
39 struct nvkm_device *device = dac->disp->engine.subdev.device; in nv50_dac_sense() local
44 nvkm_wr32(device, 0x61a00c + doff, 0x00100000 | loadval); in nv50_dac_sense()
47 loadval = nvkm_mask(device, 0x61a00c + doff, 0xffffffff, 0x00000000); in nv50_dac_sense()
57 nv50_dac_power_wait(struct nvkm_device *device, const u32 doff) in nv50_dac_power_wait() argument
59 nvkm_msec(device, 2000, in nv50_dac_power_wait()
60 if (!(nvkm_rd32(device, in nv50_dac_power_wait()
69 struct nvkm_device *device = dac->disp->engine.subdev.device; nv50_dac_power() local
86 struct nvkm_device *device = dac->disp->engine.subdev.device; nv50_dac_state() local
118 struct nvkm_device *device = disp->engine.subdev.device; nv50_dac_cnt() local
[all...]
H A Dheadgf119.c29 struct nvkm_device *device = head->disp->engine.subdev.device; in gf119_head_vblank_put() local
31 nvkm_mask(device, 0x6100c0 + hoff, 0x00000001, 0x00000000); in gf119_head_vblank_put()
37 struct nvkm_device *device = head->disp->engine.subdev.device; in gf119_head_vblank_get() local
39 nvkm_mask(device, 0x6100c0 + hoff, 0x00000001, 0x00000001); in gf119_head_vblank_get()
45 struct nvkm_device *device = head->disp->engine.subdev.device; in gf119_head_rgclk() local
46 nvkm_mask(device, 0x612200 + (head->id * 0x800), 0x0000000f, div); in gf119_head_rgclk()
52 struct nvkm_device *device in gf119_head_state() local
101 struct nvkm_device *device = disp->engine.subdev.device; gf119_head_cnt() local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/gpio/
H A Dnv50.c29 struct nvkm_device *device = gpio->subdev.device; in nv50_gpio_reset() local
30 struct nvkm_bios *bios = device->bios; in nv50_gpio_reset()
53 nvkm_mask(device, reg, 0x00010001 << lsh, val << lsh); in nv50_gpio_reset()
73 struct nvkm_device *device = gpio->subdev.device; in nv50_gpio_drive() local
79 nvkm_mask(device, reg, 3 << shift, (((dir ^ 1) << 1) | out) << shift); in nv50_gpio_drive()
86 struct nvkm_device *device = gpio->subdev.device; in nv50_gpio_sense() local
92 return !!(nvkm_rd32(device, re in nv50_gpio_sense()
98 struct nvkm_device *device = gpio->subdev.device; nv50_gpio_intr_stat() local
109 struct nvkm_device *device = gpio->subdev.device; nv50_gpio_intr_mask() local
129 nv50_gpio_new(struct nvkm_device *device, int index, struct nvkm_gpio **pgpio) nv50_gpio_new() argument
[all...]
/kernel/linux/linux-5.10/include/linux/mfd/
H A Dabx500.h16 struct device;
303 int ab8500_bm_of_probe(struct device *dev,
307 int abx500_set_register_interruptible(struct device *dev, u8 bank, u8 reg,
309 int abx500_get_register_interruptible(struct device *dev, u8 bank, u8 reg,
311 int abx500_get_register_page_interruptible(struct device *dev, u8 bank,
313 int abx500_set_register_page_interruptible(struct device *dev, u8 bank,
319 * @dev: The AB sub device.
327 int abx500_mask_and_set_register_interruptible(struct device *dev, u8 bank,
329 int abx500_get_chip_id(struct device *dev);
330 int abx500_event_registers_startup_state_get(struct device *de
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Dshadowramin.c33 struct nvkm_device *device = bios->subdev.device; in pramin_read() local
37 *(u32 *)&bios->data[i] = nvkm_rd32(device, 0x700000 + i); in pramin_read()
48 struct nvkm_device *device = priv->bios->subdev.device; in pramin_fini() local
49 nvkm_wr32(device, 0x001700, priv->bar0); in pramin_fini()
58 struct nvkm_device *device = subdev->device; in pramin_init() local
63 if (device->card_type < NV_50) in pramin_init()
67 if (device in pramin_init()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/
H A Dgf100.c35 struct nvkm_device *device = subdev->device; in gf100_devinit_pll_set() local
40 ret = nvbios_pll_parse(device->bios, type, &info); in gf100_devinit_pll_set()
53 nvkm_mask(device, info.reg + 0x0c, 0x00000000, 0x00000100); in gf100_devinit_pll_set()
54 nvkm_wr32(device, info.reg + 0x04, (P << 16) | (N << 8) | M); in gf100_devinit_pll_set()
55 nvkm_wr32(device, info.reg + 0x10, fN << 16); in gf100_devinit_pll_set()
69 struct nvkm_device *device = init->subdev.device; in gf100_devinit_disable() local
70 u32 r022500 = nvkm_rd32(device, 0x022500); in gf100_devinit_disable()
73 nvkm_subdev_disable(device, NVKM_ENGINE_DIS in gf100_devinit_disable()
95 struct nvkm_device *device = subdev->device; gf100_devinit_preinit() local
114 gf100_devinit_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_devinit **pinit) gf100_devinit_new() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dnv44.c34 struct nvkm_device *device = gr->base.engine.subdev.device; in nv44_gr_tile() local
35 struct nvkm_fifo *fifo = device->fifo; in nv44_gr_tile()
41 switch (device->chipset) { in nv44_gr_tile()
44 nvkm_wr32(device, NV20_PGRAPH_TSIZE(i), tile->pitch); in nv44_gr_tile()
45 nvkm_wr32(device, NV20_PGRAPH_TLIMIT(i), tile->limit); in nv44_gr_tile()
46 nvkm_wr32(device, NV20_PGRAPH_TILE(i), tile->addr); in nv44_gr_tile()
53 nvkm_wr32(device, NV47_PGRAPH_TSIZE(i), tile->pitch); in nv44_gr_tile()
54 nvkm_wr32(device, NV47_PGRAPH_TLIMIT(i), tile->limit); in nv44_gr_tile()
55 nvkm_wr32(device, NV47_PGRAPH_TIL in nv44_gr_tile()
105 nv44_gr_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_gr **pgr) nv44_gr_new() argument
[all...]
H A Dgm20b.c83 struct nvkm_device *device = gr->base.engine.subdev.device; in gm20b_gr_init_gpc_mmu() local
87 if (!device->acr) { in gm20b_gr_init_gpc_mmu()
88 nvkm_wr32(device, 0x100ce4, 0xffffffff); in gm20b_gr_init_gpc_mmu()
90 if (nvkm_rd32(device, 0x100ce4) != 0xffffffff) in gm20b_gr_init_gpc_mmu()
91 nvdev_warn(device, in gm20b_gr_init_gpc_mmu()
95 val = nvkm_rd32(device, 0x100c80); in gm20b_gr_init_gpc_mmu()
97 nvkm_wr32(device, 0x418880, val); in gm20b_gr_init_gpc_mmu()
98 nvkm_wr32(device, 0x418890, 0); in gm20b_gr_init_gpc_mmu()
99 nvkm_wr32(device, in gm20b_gr_init_gpc_mmu()
111 struct nvkm_device *device = gr->base.engine.subdev.device; gm20b_gr_set_hww_esr_report_mask() local
185 gm20b_gr_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_gr **pgr) gm20b_gr_new() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/gpio/
H A Dnv50.c29 struct nvkm_device *device = gpio->subdev.device; in nv50_gpio_reset() local
30 struct nvkm_bios *bios = device->bios; in nv50_gpio_reset()
53 nvkm_mask(device, reg, 0x00010001 << lsh, val << lsh); in nv50_gpio_reset()
73 struct nvkm_device *device = gpio->subdev.device; in nv50_gpio_drive() local
79 nvkm_mask(device, reg, 3 << shift, (((dir ^ 1) << 1) | out) << shift); in nv50_gpio_drive()
86 struct nvkm_device *device = gpio->subdev.device; in nv50_gpio_sense() local
92 return !!(nvkm_rd32(device, re in nv50_gpio_sense()
98 struct nvkm_device *device = gpio->subdev.device; nv50_gpio_intr_stat() local
109 struct nvkm_device *device = gpio->subdev.device; nv50_gpio_intr_mask() local
129 nv50_gpio_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_gpio **pgpio) nv50_gpio_new() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/fault/
H A Dtu102.c53 struct nvkm_device *device = buffer->fault->subdev.device; in tu102_fault_buffer_fini() local
56 nvkm_mask(device, 0xb83010 + foff, 0x80000000, 0x00000000); in tu102_fault_buffer_fini()
62 struct nvkm_device *device = buffer->fault->subdev.device; in tu102_fault_buffer_init() local
65 nvkm_mask(device, 0xb83010 + foff, 0xc0000000, 0x40000000); in tu102_fault_buffer_init()
66 nvkm_wr32(device, 0xb83004 + foff, upper_32_bits(buffer->addr)); in tu102_fault_buffer_init()
67 nvkm_wr32(device, 0xb83000 + foff, lower_32_bits(buffer->addr)); in tu102_fault_buffer_init()
68 nvkm_mask(device, 0xb83010 + foff, 0x80000000, 0x80000000); in tu102_fault_buffer_init()
74 struct nvkm_device *device in tu102_fault_buffer_info() local
89 struct nvkm_device *device = subdev->device; tu102_fault_info_fault() local
138 struct nvkm_device *device = fault->subdev.device; tu102_fault_oneinit() local
175 tu102_fault_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_fault **pfault) tu102_fault_new() argument
[all...]
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_pbap_pse.cpp49 void OnConnectionStateChanged(const BluetoothRawAddress &device, int32_t state, int32_t cause) override
51 observers_.ForEach([device, state, cause](std::shared_ptr<PbapPseObserver> observer) {
52 BluetoothRemoteDevice dev(device.GetAddress(), 0);
143 int32_t PbapPse::GetDeviceState(const BluetoothRemoteDevice &device, int32_t &state) const in GetDeviceState() argument
145 HILOGI("enter, device: %{public}s", GET_ENCRYPT_ADDR(device)); in GetDeviceState()
149 CHECK_AND_RETURN_LOG_RET(device.IsValidBluetoothRemoteDevice(), BT_ERR_INVALID_PARAM, "device param error"); in GetDeviceState()
151 return proxy->GetDeviceState(BluetoothRawAddress(device.GetDeviceAddr()), state); in GetDeviceState()
167 BluetoothRemoteDevice device(rawAdd in GetDevicesByStates()
173 Disconnect(const BluetoothRemoteDevice &device) Disconnect() argument
184 SetConnectionStrategy(const BluetoothRemoteDevice &device, int32_t strategy) SetConnectionStrategy() argument
196 GetConnectionStrategy(const BluetoothRemoteDevice &device, int32_t &strategy) const GetConnectionStrategy() argument
217 SetShareType(const BluetoothRemoteDevice &device, int32_t shareType) SetShareType() argument
229 GetShareType(const BluetoothRemoteDevice &device, int32_t &shareType) const GetShareType() argument
240 SetPhoneBookAccessAuthorization(const BluetoothRemoteDevice &device, int32_t accessAuthorization) SetPhoneBookAccessAuthorization() argument
255 GetPhoneBookAccessAuthorization(const BluetoothRemoteDevice &device, int32_t &accessAuthorization) const GetPhoneBookAccessAuthorization() argument
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/
H A Dnv50.c38 struct nvkm_device *device = subdev->device; in nv50_devinit_pll_set() local
39 struct nvkm_bios *bios = device->bios; in nv50_devinit_pll_set()
59 nvkm_wr32(device, info.reg + 0, 0x10000611); in nv50_devinit_pll_set()
60 nvkm_mask(device, info.reg + 4, 0x00ff00ff, (M1 << 16) | N1); in nv50_devinit_pll_set()
61 nvkm_mask(device, info.reg + 8, 0x7fff00ff, (P << 28) | in nv50_devinit_pll_set()
65 nvkm_mask(device, info.reg + 0, 0x01ff0000, in nv50_devinit_pll_set()
69 nvkm_wr32(device, info.reg + 4, (N1 << 8) | M1); in nv50_devinit_pll_set()
72 nvkm_mask(device, info.reg + 0, 0x00070000, (P << 16)); in nv50_devinit_pll_set()
73 nvkm_wr32(device, inf in nv50_devinit_pll_set()
83 struct nvkm_device *device = init->subdev.device; nv50_devinit_disable() local
97 struct nvkm_device *device = subdev->device; nv50_devinit_preinit() local
126 struct nvkm_device *device = subdev->device; nv50_devinit_init() local
151 nv50_devinit_new_(const struct nvkm_devinit_func *func, struct nvkm_device *device, int index, struct nvkm_devinit **pinit) nv50_devinit_new_() argument
175 nv50_devinit_new(struct nvkm_device *device, int index, struct nvkm_devinit **pinit) nv50_devinit_new() argument
[all...]
/kernel/linux/linux-5.10/include/linux/device/
H A Ddriver.h20 #include <linux/device/bus.h>
23 * enum probe_type - device driver probe type to try
35 * device registration (with the exception of -EPROBE_DEFER
51 * struct device_driver - The basic device driver structure
52 * @name: Name of the device driver.
53 * @bus: The bus which the device of this driver belongs to.
60 * @probe: Called to query the existence of a specific device,
62 * to a specific device.
63 * @sync_state: Called to sync device state to software state after all the
64 * state tracking consumers linked to this device (presen
[all...]
/kernel/linux/linux-6.6/include/linux/device/
H A Ddriver.h20 #include <linux/device/bus.h>
24 * enum probe_type - device driver probe type to try
36 * device registration (with the exception of -EPROBE_DEFER
52 * struct device_driver - The basic device driver structure
53 * @name: Name of the device driver.
54 * @bus: The bus which the device of this driver belongs to.
61 * @probe: Called to query the existence of a specific device,
63 * to a specific device.
64 * @sync_state: Called to sync device state to software state after all the
65 * state tracking consumers linked to this device (presen
[all...]
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan.hpp1087 PFN_vkVoidFunction vkGetDeviceProcAddr( VkDevice device, const char * pName ) const VULKAN_HPP_NOEXCEPT
1089 return ::vkGetDeviceProcAddr( device, pName );
1100 void vkDestroyDevice( VkDevice device, const VkAllocationCallbacks * pAllocator ) const VULKAN_HPP_NOEXCEPT
1102 return ::vkDestroyDevice( device, pAllocator );
1131 void vkGetDeviceQueue( VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue * pQueue ) const VULKAN_HPP_NOEXCEPT
1133 return ::vkGetDeviceQueue( device, queueFamilyIndex, queueIndex, pQueue );
1146 VkResult vkDeviceWaitIdle( VkDevice device ) const VULKAN_HPP_NOEXCEPT
1148 return ::vkDeviceWaitIdle( device );
1151 VkResult vkAllocateMemory( VkDevice device,
1156 return ::vkAllocateMemory( device, pAllocateInf
18928 VkDevice device = static_cast<VkDevice>( deviceCpp ); global() variable
[all...]
/kernel/linux/linux-5.10/include/linux/
H A Dmii_timestamper.h9 #include <linux/device.h>
19 * the MII time stamping device promises to deliver it using
25 * device promises to deliver it using skb_complete_tx_timestamp()
31 * @link_state: Allows the device to respond to changes in the link
36 * @device: Remembers the device to which the instance belongs.
62 struct device *device; member
69 * presence of the 'port' channel. The 'device' field
77 struct mii_timestamper *(*probe_channel)(struct device *devic
98 register_mii_tstamp_controller(struct device *device, struct mii_timestamping_ctrl *ctrl) register_mii_tstamp_controller() argument
104 unregister_mii_tstamp_controller(struct device *device) unregister_mii_tstamp_controller() argument
[all...]

Completed in 31 milliseconds

1...<<11121314151617181920>>...1174