/kernel/linux/linux-6.6/drivers/clk/ux500/ |
H A D | clk.h | 12 #include <linux/device.h> 68 struct clk *clk_reg_sysctrl_gate(struct device *dev, 77 struct clk *clk_reg_sysctrl_gate_fixed_rate(struct device *dev, 87 struct clk *clk_reg_sysctrl_set_parent(struct device *dev,
|
/kernel/linux/linux-6.6/drivers/dma/idxd/ |
H A D | bus.c | 6 #include <linux/device.h> 35 static int idxd_config_bus_match(struct device *dev, in idxd_config_bus_match() 52 static int idxd_config_bus_probe(struct device *dev) in idxd_config_bus_probe() 61 static void idxd_config_bus_remove(struct device *dev) in idxd_config_bus_remove()
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | intel_scu_ipc.h | 7 struct device; 21 __intel_scu_ipc_register(struct device *parent, 31 __devm_intel_scu_ipc_register(struct device *parent, 40 struct intel_scu_ipc_dev *devm_intel_scu_ipc_dev_get(struct device *dev);
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/ |
H A D | iwl-debug.c | 5 #include <linux/device.h> 13 void __iwl_ ##fn(struct device *dev, const char *fmt, ...) \ 34 void __iwl_err(struct device *dev, enum iwl_err_mode mode, const char *fmt, ...) 67 void __iwl_dbg(struct device *dev, in __iwl_dbg()
|
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/libertas/ |
H A D | decl.h | 45 struct lbs_private *lbs_add_card(void *card, struct device *dmdev); 73 int lbs_get_firmware(struct device *dev, u32 card_model, 77 int lbs_get_firmware_async(struct lbs_private *priv, struct device *device,
|
/kernel/linux/linux-6.6/drivers/pci/pcie/ |
H A D | portdrv.h | 60 u32 service; /* Port service this device represents */ 62 struct device device; /* Generic Device Interface */ member 64 #define to_pcie_device(d) container_of(d, struct pcie_device, device) 89 u32 service; /* Port service this device represents */ 123 struct device *pcie_port_find_device(struct pci_dev *dev, u32 service);
|
/kernel/linux/linux-6.6/drivers/iio/proximity/ |
H A D | sx_common.h | 17 struct device; 40 * @check_whoami: Set device name based on whoami register. 49 int (*check_whoami)(struct device *dev, struct iio_dev *indio_dev); 53 (*get_default_reg)(struct device *dev, int idx, 108 * @trigger_enabled: True when the device trigger is enabled. 153 void sx_common_get_raw_register_config(struct device *dev,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/dma/ |
H A D | base.c | 32 nvkm_dma_oclass_new(struct nvkm_device *device, in nvkm_dma_oclass_new() argument 55 return nvkm_dma_oclass_new(oclass->engine->subdev.device, in nvkm_dma_oclass_fifo_new() 106 nvkm_dma_new_(const struct nvkm_dma_func *func, struct nvkm_device *device, in nvkm_dma_new_() argument 115 return nvkm_engine_ctor(&nvkm_dma, device, type, inst, true, &dma->engine); in nvkm_dma_new_()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/panel/ |
H A D | panel-samsung-s6e63m0-spi.c | 3 #include <linux/device.h> 20 static int s6e63m0_spi_dcs_read(struct device *dev, void *trsp, in s6e63m0_spi_dcs_read() 33 static int s6e63m0_spi_dcs_write(struct device *dev, void *trsp, in s6e63m0_spi_dcs_write() 47 struct device *dev = &spi->dev; in s6e63m0_spi_probe()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/therm/ |
H A D | ic.c | 85 struct nvkm_device *device = therm->subdev.device; in nvkm_therm_ic_ctor() local 86 struct nvkm_bios *bios = device->bios; in nvkm_therm_ic_ctor() 87 struct nvkm_i2c *i2c = device->i2c; in nvkm_therm_ic_ctor() 101 nvkm_i2c_bus_probe(bus, "monitoring device", board, in nvkm_therm_ic_ctor() 113 nvkm_i2c_bus_probe(bus, "monitoring device", board, in nvkm_therm_ic_ctor() 123 device. Let's try our static list. in nvkm_therm_ic_ctor() 125 nvkm_i2c_bus_probe(bus, "monitoring device", nv_board_infos, in nvkm_therm_ic_ctor()
|
/kernel/linux/linux-6.6/drivers/iio/dac/ |
H A D | ad5592r-base.h | 19 struct device; 53 struct device *dev; 74 int ad5592r_probe(struct device *dev, const char *name, 76 void ad5592r_remove(struct device *dev);
|
/kernel/linux/linux-6.6/drivers/input/misc/ |
H A D | cma3000_d0x_i2c.c | 14 static int cma3000_i2c_set(struct device *dev, in cma3000_i2c_set() 27 static int cma3000_i2c_read(struct device *dev, u8 reg, char *msg) in cma3000_i2c_read() 67 static int cma3000_i2c_suspend(struct device *dev) in cma3000_i2c_suspend() 77 static int cma3000_i2c_resume(struct device *dev) in cma3000_i2c_resume()
|
/kernel/linux/linux-6.6/sound/soc/intel/boards/ |
H A D | hda_dsp_common.c | 17 * Search card topology and return PCM device number 18 * matching Nth HDMI device (zero-based index). 63 hpcm->device = spcm->device; in hda_dsp_hdmi_build_controls() 66 i, hpcm->device, spcm); in hda_dsp_hdmi_build_controls() 69 hpcm->device = SNDRV_PCM_INVALID_DEVICE; in hda_dsp_hdmi_build_controls()
|
/kernel/linux/linux-6.6/sound/soc/mediatek/mt8192/ |
H A D | mt8192-afe-control.c | 44 unsigned int mt8192_general_rate_transform(struct device *dev, in mt8192_general_rate_transform() 88 static unsigned int dai_memif_rate_transform(struct device *dev, in dai_memif_rate_transform() 108 static unsigned int pcm_rate_transform(struct device *dev, in pcm_rate_transform() 128 unsigned int mt8192_rate_transform(struct device *dev, in mt8192_rate_transform()
|
/test/xts/hats/ai/nnrt/hdi/v1_0/common/ |
H A D | hdi_nnrt_test_utils.h | 49 static V1_0::IOTensor CreateIOTensor(OHOS::sptr<V1_0::INnrtDevice> &device); 50 static V1_0::IOTensor CreateInputIOTensor(OHOS::sptr<V1_0::INnrtDevice> &device, size_t length, float* data); 51 static V1_0::IOTensor CreateOutputIOTensor(OHOS::sptr<V1_0::INnrtDevice> &device, size_t length); 56 static void ReleaseBufferOfTensors(OHOS::sptr<V1_0::INnrtDevice> &device, std::vector<V1_0::IOTensor> &tensors);
|
/test/xts/hats/ai/nnrt/hdi/v2_0/common/ |
H A D | hdi_nnrt_test_utils.h | 49 static V2_0::IOTensor CreateIOTensor(OHOS::sptr<V2_0::INnrtDevice> &device); 50 static V2_0::IOTensor CreateInputIOTensor(OHOS::sptr<V2_0::INnrtDevice> &device, size_t length, float* data); 51 static V2_0::IOTensor CreateOutputIOTensor(OHOS::sptr<V2_0::INnrtDevice> &device, size_t length); 56 static void ReleaseBufferOfTensors(OHOS::sptr<V2_0::INnrtDevice> &device, std::vector<V2_0::IOTensor> &tensors);
|
/test/xts/hats/hdf/display/composer/common/ |
H A D | hdi_test_device.cpp | 29 static HdiTestDevice device; in GetInstance() local 30 return device; in GetInstance() 37 HdiTestDevice* device = static_cast<HdiTestDevice *>(data); in HotPlug() local 39 device->FindDisplayOrCreate(outputId); in HotPlug()
|
/third_party/ffmpeg/libavcodec/ |
H A D | hwconfig.h | 45 #define HW_CONFIG_HWACCEL(device, frames, ad_hoc, format, device_type_, name) \ 49 .methods = (device ? AV_CODEC_HW_CONFIG_METHOD_HW_DEVICE_CTX : 0) | \ 82 #define HW_CONFIG_ENCODER(device, frames, ad_hoc, format, device_type_) \ 86 .methods = (device ? AV_CODEC_HW_CONFIG_METHOD_HW_DEVICE_CTX : 0) | \
|
/third_party/mesa3d/src/intel/ds/ |
H A D | intel_driver_ds.h | 79 /* API of this device */ 85 /* Clock identifier for this device. */ 124 struct intel_ds_device *device; member 126 /* Unique queue ID across the device */ 152 void intel_ds_device_init(struct intel_ds_device *device, 157 void intel_ds_device_fini(struct intel_ds_device *device); 159 struct intel_ds_queue *intel_ds_device_add_queue(struct intel_ds_device *device,
|
/third_party/ltp/testcases/kernel/syscalls/mount/ |
H A D | mount05.c | 47 static char *device; variable 55 {"D:", &dflag, &device}, 107 tst_mkfs(NULL, device, fstype, NULL, NULL); in setup() 109 SAFE_MOUNT(cleanup, device, mntpoint_src, fstype, 0, NULL); in setup() 130 printf("-D device : device used for mounting.\n"); in help()
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/ |
H A D | MidiOutputPortSelector.java | 57 public void onDeviceOpened(MidiDevice device) { in onPortSelected() 58 if (device == null) { in onPortSelected() 61 mOpenDevice = device; in onPortSelected() 62 mOutputPort = device.openOutputPort(wrapper.getPortIndex()); in onPortSelected()
|
/third_party/skia/third_party/externals/dawn/src/include/dawn_native/ |
H A D | VulkanBackend.h | 27 DAWN_NATIVE_EXPORT VkInstance GetInstance(WGPUDevice device); 29 DAWN_NATIVE_EXPORT PFN_vkVoidFunction GetInstanceProcAddr(WGPUDevice device, const char* pName); 32 CreateNativeSwapChainImpl(WGPUDevice device, ::VkSurfaceKHR surface); 127 DAWN_NATIVE_EXPORT WGPUTexture WrapVulkanImage(WGPUDevice device,
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/ |
H A D | TextureMTL.h | 32 MaybeError ValidateIOSurfaceCanBeWrapped(const DeviceBase* device, 39 static ResultOrError<Ref<Texture>> Create(Device* device, 42 Device* device, 46 static Ref<Texture> CreateWrapping(Device* device,
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
H A D | QueueGL.cpp | 26 Queue::Queue(Device* device) : QueueBase(device) { in Queue() argument 30 Device* device = ToBackend(GetDevice()); in SubmitImpl() local 38 device->SubmitFenceSync(); in SubmitImpl()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | CommandValidation.h | 34 MaybeError ValidateWriteBuffer(const DeviceBase* device, 51 MaybeError ValidateTextureCopyRange(DeviceBase const* device, 57 MaybeError ValidateImageCopyBuffer(DeviceBase const* device, 59 MaybeError ValidateImageCopyTexture(DeviceBase const* device,
|