/linux/Documentation/devicetree/bindings/iommu/ |
A D | ti,omap-iommu.txt | 5 "ti,omap2-iommu" for OMAP2/OMAP3 IOMMU instances 6 "ti,omap4-iommu" for OMAP4/OMAP5 IOMMU instances 7 "ti,dra7-dsp-iommu" for DRA7xx DSP IOMMU instances 8 "ti,dra7-iommu" for DRA7xx IOMMU instances 27 is required for DSP IOMMU instances on DRA7xx SoCs. The
|
A D | msm,iommu-v0.txt | 11 - interrupts: Specifiers for the MMU fault interrupts. For instances that 13 secure mode, in that order. For instances that don't support secure mode a
|
/linux/drivers/phy/samsung/ |
A D | phy-exynos4x12-usb2.c | 281 exynos4x12_power_on_int(&drv->instances[EXYNOS4x12_DEVICE]); in exynos4x12_power_on() 291 exynos4x12_power_on_int(&drv->instances[EXYNOS4x12_DEVICE]); in exynos4x12_power_on() 292 exynos4x12_power_on_int(&drv->instances[EXYNOS4x12_HOST]); in exynos4x12_power_on() 322 exynos4x12_power_off_int(&drv->instances[EXYNOS4x12_DEVICE]); in exynos4x12_power_off() 326 exynos4x12_power_off_int(&drv->instances[EXYNOS4x12_DEVICE]); in exynos4x12_power_off() 327 exynos4x12_power_off_int(&drv->instances[EXYNOS4x12_HOST]); in exynos4x12_power_off()
|
A D | phy-samsung-usb2.c | 103 return drv->instances[args->args[0]].phy; in samsung_usb2_phy_xlate() 162 drv = devm_kzalloc(dev, struct_size(drv, instances, cfg->num_phys), in samsung_usb2_phy_probe() 224 struct samsung_usb2_phy_instance *p = &drv->instances[i]; in samsung_usb2_phy_probe()
|
/linux/Documentation/driver-api/media/ |
A D | v4l2-intro.rst | 21 This meant that all drivers had to do the setup of device instances and 57 device instances 59 +-sub-device instances 63 \-filehandle instances 71 sub-device instances, the video_device struct stores V4L2 device node data 72 and the v4l2_fh struct keeps track of filehandle instances.
|
/linux/drivers/gpu/drm/msm/disp/mdp5/ |
A D | mdp5_cfg.c | 65 .instances = { 148 .instances = { 243 .instances = { 335 .instances = { 407 .instances = { 495 .instances = { 601 .instances = { 721 .instances = { 808 .instances = { 895 .instances = { [all …]
|
/linux/sound/firewire/fireworks/ |
A D | fireworks_transaction.c | 41 static struct snd_efw *instances[SNDRV_CARDS] = SNDRV_DEFAULT_PTR; variable 175 efw = instances[i]; in handle_resp_for_user() 265 if (instances[i] != NULL) in snd_efw_transaction_add_instance() 267 instances[i] = efw; in snd_efw_transaction_add_instance() 281 if (instances[i] != efw) in snd_efw_transaction_remove_instance() 283 instances[i] = NULL; in snd_efw_transaction_remove_instance()
|
/linux/drivers/crypto/qat/qat_c3xxxvf/ |
A D | adf_c3xxxvf_hw_data.c | 12 .instances = 0 94 hw_data->dev_class->instances++; in adf_init_hw_data_c3xxxiov() 101 hw_data->dev_class->instances--; in adf_clean_hw_data_c3xxxiov()
|
/linux/drivers/crypto/qat/qat_c62xvf/ |
A D | adf_c62xvf_hw_data.c | 12 .instances = 0 94 hw_data->dev_class->instances++; in adf_init_hw_data_c62xiov() 101 hw_data->dev_class->instances--; in adf_clean_hw_data_c62xiov()
|
/linux/drivers/crypto/qat/qat_dh895xccvf/ |
A D | adf_dh895xccvf_hw_data.c | 12 .instances = 0 94 hw_data->dev_class->instances++; in adf_init_hw_data_dh895xcciov() 101 hw_data->dev_class->instances--; in adf_clean_hw_data_dh895xcciov()
|
/linux/Documentation/devicetree/bindings/clock/ti/ |
A D | dra7-atl.txt | 4 audio codec. A single ATL IP provides four ATL clock instances sharing the same 16 Since the clock instances are part of a single IP this binding is used as a node 29 configuration of the IP for the ATL clock instances. 40 Configuration of ATL instances:
|
/linux/drivers/crypto/qat/qat_c3xxx/ |
A D | adf_c3xxx_hw_data.c | 19 .instances = 0 104 hw_data->instance_id = c3xxx_class.instances++; in adf_init_hw_data_c3xxx() 151 hw_data->dev_class->instances--; in adf_clean_hw_data_c3xxx()
|
/linux/drivers/crypto/qat/qat_c62x/ |
A D | adf_c62x_hw_data.c | 19 .instances = 0 106 hw_data->instance_id = c62x_class.instances++; in adf_init_hw_data_c62x() 153 hw_data->dev_class->instances--; in adf_clean_hw_data_c62x()
|
/linux/drivers/crypto/qat/qat_4xxx/ |
A D | adf_drv.c | 38 int instances; in adf_crypto_dev_config() local 43 instances = min(cpus, banks / 2); in adf_crypto_dev_config() 45 instances = 0; in adf_crypto_dev_config() 55 for (i = 0; i < instances; i++) { in adf_crypto_dev_config()
|
A D | adf_4xxx_hw_data.c | 32 .instances = 0, 223 hw_data->instance_id = adf_4xxx_class.instances++; in adf_init_hw_data_4xxx() 272 hw_data->dev_class->instances--; in adf_clean_hw_data_4xxx()
|
/linux/drivers/crypto/qat/qat_dh895xcc/ |
A D | adf_dh895xcc_hw_data.c | 20 .instances = 0 171 hw_data->instance_id = dh895xcc_class.instances++; in adf_init_hw_data_dh895xcc() 217 hw_data->dev_class->instances--; in adf_clean_hw_data_dh895xcc()
|
/linux/Documentation/ABI/obsolete/ |
A D | sysfs-class-dax | 18 device-dax instances in the system. The ABI is 21 device-dax instances can be found under
|
/linux/tools/testing/selftests/ftrace/test.d/ftrace/ |
A D | func_traceonoff_triggers.tc | 54 if [ -d ../../instances -a -f ../../available_filter_functions ]; then 65 if [ -d ../../instances ]; then # Check instances
|
/linux/tools/perf/Documentation/ |
A D | perf-lock.txt | 28 of lock instances. 66 dump map of lock instances (address:name table)
|
/linux/drivers/crypto/qat/qat_common/ |
A D | qat_crypto.c | 122 int instances; in qat_crypto_dev_config() local 127 instances = min(cpus, banks); in qat_crypto_dev_config() 129 instances = 0; in qat_crypto_dev_config() 139 for (i = 0; i < instances; i++) { in qat_crypto_dev_config()
|
/linux/Documentation/devicetree/bindings/soc/ti/ |
A D | keystone-navigator-dma.txt | 28 - clocks: phandle to dma instances clocks. The clock handles can be as 29 many as the dma instances. The order should be maintained as per 30 the dma instances.
|
/linux/Documentation/devicetree/bindings/timer/ |
A D | ti,timer.txt | 5 OMAP44xx devices have timer instances that are 100% 8 So for OMAP44xx devices timer instances may use
|
/linux/drivers/net/ethernet/mellanox/mlxsw/ |
A D | core_acl_flex_keys.h | 116 struct mlxsw_afk_element_inst *instances; member 123 .instances = _instances, \
|
/linux/Documentation/networking/devlink/ |
A D | devlink-reload.rst | 60 The netns option allows user to be able to move devlink instances into 62 By default all devlink instances are created in init_net and stay there.
|
/linux/Documentation/devicetree/bindings/interrupt-controller/ |
A D | ti,pruss-intc.yaml | 20 including the MPU and/or other PRUSS instances, DSPs or devices. 30 through 19) are connected to new sub-modules within the ICSSG instances. 97 instances.
|