| /kernel/linux/linux-6.6/drivers/gpu/drm/msm/ |
| H A D | msm_gpu_devfreq.c | 23 struct msm_gpu_devfreq *df = &gpu->devfreq; in msm_devfreq_target() local 40 if (df->idle_freq) { in msm_devfreq_target() 41 df->idle_freq = *freq; in msm_devfreq_target() 47 mutex_lock(&df->lock); in msm_devfreq_target() 48 gpu->funcs->gpu_set_freq(gpu, opp, df->suspended); in msm_devfreq_target() 49 mutex_unlock(&df->lock); in msm_devfreq_target() 61 struct msm_gpu_devfreq *df = &gpu->devfreq; in get_freq() local 68 if (df->idle_freq) in get_freq() 69 return df->idle_freq; in get_freq() 81 struct msm_gpu_devfreq *df in msm_devfreq_get_dev_status() local 135 struct msm_gpu_devfreq *df = &gpu->devfreq; has_devfreq() local 141 struct msm_gpu_devfreq *df = &gpu->devfreq; msm_devfreq_init() local 199 cancel_idle_work(struct msm_gpu_devfreq *df) cancel_idle_work() argument 205 cancel_boost_work(struct msm_gpu_devfreq *df) cancel_boost_work() argument 213 struct msm_gpu_devfreq *df = &gpu->devfreq; msm_devfreq_cleanup() local 224 struct msm_gpu_devfreq *df = &gpu->devfreq; msm_devfreq_resume() local 241 struct msm_gpu_devfreq *df = &gpu->devfreq; msm_devfreq_suspend() local 258 struct msm_gpu_devfreq *df = container_of(work, msm_devfreq_boost_work() local 266 struct msm_gpu_devfreq *df = &gpu->devfreq; msm_devfreq_boost() local 290 struct msm_gpu_devfreq *df = &gpu->devfreq; msm_devfreq_active() local 337 struct msm_gpu_devfreq *df = container_of(work, msm_devfreq_idle_work() local 362 struct msm_gpu_devfreq *df = &gpu->devfreq; msm_devfreq_idle() local [all...] |
| /kernel/linux/linux-6.6/drivers/vfio/ |
| H A D | device_cdev.c | 27 struct vfio_device_file *df; in vfio_device_fops_cdev_open() local 34 df = vfio_allocate_device_file(device); in vfio_device_fops_cdev_open() 35 if (IS_ERR(df)) { in vfio_device_fops_cdev_open() 36 ret = PTR_ERR(df); in vfio_device_fops_cdev_open() 40 filep->private_data = df; in vfio_device_fops_cdev_open() 49 static void vfio_df_get_kvm_safe(struct vfio_device_file *df) in vfio_df_get_kvm_safe() argument 51 spin_lock(&df->kvm_ref_lock); in vfio_df_get_kvm_safe() 52 vfio_device_get_kvm_safe(df->device, df->kvm); in vfio_df_get_kvm_safe() 53 spin_unlock(&df in vfio_df_get_kvm_safe() 56 vfio_df_ioctl_bind_iommufd(struct vfio_device_file *df, struct vfio_device_bind_iommufd __user *arg) vfio_df_ioctl_bind_iommufd() argument 134 vfio_df_unbind_iommufd(struct vfio_device_file *df) vfio_df_unbind_iommufd() argument 155 vfio_df_ioctl_attach_pt(struct vfio_device_file *df, struct vfio_device_attach_iommufd_pt __user *arg) vfio_df_ioctl_attach_pt() argument 191 vfio_df_ioctl_detach_pt(struct vfio_device_file *df, struct vfio_device_detach_iommufd_pt __user *arg) vfio_df_ioctl_detach_pt() argument [all...] |
| H A D | vfio_main.c | 447 struct vfio_device_file *df; in vfio_allocate_device_file() local 449 df = kzalloc(sizeof(*df), GFP_KERNEL_ACCOUNT); in vfio_allocate_device_file() 450 if (!df) in vfio_allocate_device_file() 453 df->device = device; in vfio_allocate_device_file() 454 spin_lock_init(&df->kvm_ref_lock); in vfio_allocate_device_file() 456 return df; in vfio_allocate_device_file() 459 static int vfio_df_device_first_open(struct vfio_device_file *df) in vfio_df_device_first_open() argument 461 struct vfio_device *device = df->device; in vfio_df_device_first_open() 462 struct iommufd_ctx *iommufd = df in vfio_df_device_first_open() 494 vfio_df_device_last_close(struct vfio_device_file *df) vfio_df_device_last_close() argument 510 vfio_df_open(struct vfio_device_file *df) vfio_df_open() argument 534 vfio_df_close(struct vfio_device_file *df) vfio_df_close() argument 584 struct vfio_device_file *df = filep->private_data; vfio_device_fops_release() local 1207 struct vfio_device_file *df = filep->private_data; vfio_device_fops_unl_ioctl() local 1256 struct vfio_device_file *df = filep->private_data; vfio_device_fops_read() local 1273 struct vfio_device_file *df = filep->private_data; vfio_device_fops_write() local 1288 struct vfio_device_file *df = filep->private_data; vfio_device_fops_mmap() local 1314 struct vfio_device_file *df = file->private_data; vfio_device_from_file() local 1361 struct vfio_device_file *df = file->private_data; vfio_device_file_set_kvm() local [all...] |
| H A D | vfio.h | 32 int vfio_df_open(struct vfio_device_file *df); 33 void vfio_df_close(struct vfio_device_file *df); 108 void vfio_df_group_close(struct vfio_device_file *df); 160 static inline void vfio_df_group_close(struct vfio_device_file *df) in vfio_df_group_close() argument 323 int vfio_df_iommufd_bind(struct vfio_device_file *df); 324 void vfio_df_iommufd_unbind(struct vfio_device_file *df); 340 static inline void vfio_df_iommufd_unbind(struct vfio_device_file *df) in vfio_df_iommufd_unbind() argument 352 int vfio_df_ioctl_attach_pt(struct vfio_device_file *df, 354 int vfio_df_ioctl_detach_pt(struct vfio_device_file *df, 378 long vfio_df_ioctl_bind_iommufd(struct vfio_device_file *df, 404 vfio_df_ioctl_bind_iommufd(struct vfio_device_file *df, struct vfio_device_bind_iommufd __user *arg) vfio_df_ioctl_bind_iommufd() argument 410 vfio_df_unbind_iommufd(struct vfio_device_file *df) vfio_df_unbind_iommufd() argument [all...] |
| H A D | group.c | 167 static int vfio_df_group_open(struct vfio_device_file *df) in vfio_df_group_open() argument 169 struct vfio_device *device = df->device; in vfio_df_group_open() 189 df->iommufd = device->group->iommufd; in vfio_df_group_open() 190 if (df->iommufd && vfio_device_is_noiommu(device) && device->open_count == 0) { in vfio_df_group_open() 197 vfio_iommufd_device_has_compat_ioas(device, df->iommufd)) in vfio_df_group_open() 204 ret = vfio_df_open(df); in vfio_df_group_open() 208 if (df->iommufd && device->open_count == 1) { in vfio_df_group_open() 209 ret = vfio_iommufd_compat_attach_ioas(device, df->iommufd); in vfio_df_group_open() 218 smp_store_release(&df->access_granted, true); in vfio_df_group_open() 225 vfio_df_close(df); in vfio_df_group_open() 236 vfio_df_group_close(struct vfio_device_file *df) vfio_df_group_close() argument 255 struct vfio_device_file *df; vfio_device_open_file() local [all...] |
| /kernel/linux/linux-5.10/arch/s390/hypfs/ |
| H A D | hypfs_dbfs.c | 35 struct hypfs_dbfs_file *df; in dbfs_read() local 41 df = file_inode(file)->i_private; in dbfs_read() 42 mutex_lock(&df->lock); in dbfs_read() 43 data = hypfs_dbfs_data_alloc(df); in dbfs_read() 45 mutex_unlock(&df->lock); in dbfs_read() 48 rc = df->data_create(&data->buf, &data->buf_free_ptr, &data->size); in dbfs_read() 50 mutex_unlock(&df->lock); in dbfs_read() 54 mutex_unlock(&df->lock); in dbfs_read() 63 struct hypfs_dbfs_file *df = file_inode(file)->i_private; in dbfs_ioctl() local 66 mutex_lock(&df in dbfs_ioctl() 81 hypfs_dbfs_create_file(struct hypfs_dbfs_file *df) hypfs_dbfs_create_file() argument 88 hypfs_dbfs_remove_file(struct hypfs_dbfs_file *df) hypfs_dbfs_remove_file() argument [all...] |
| /kernel/linux/linux-6.6/arch/s390/hypfs/ |
| H A D | hypfs_dbfs.c | 35 struct hypfs_dbfs_file *df; in dbfs_read() local 41 df = file_inode(file)->i_private; in dbfs_read() 42 mutex_lock(&df->lock); in dbfs_read() 43 data = hypfs_dbfs_data_alloc(df); in dbfs_read() 45 mutex_unlock(&df->lock); in dbfs_read() 48 rc = df->data_create(&data->buf, &data->buf_free_ptr, &data->size); in dbfs_read() 50 mutex_unlock(&df->lock); in dbfs_read() 54 mutex_unlock(&df->lock); in dbfs_read() 63 struct hypfs_dbfs_file *df = file_inode(file)->i_private; in dbfs_ioctl() local 66 mutex_lock(&df in dbfs_ioctl() 81 hypfs_dbfs_create_file(struct hypfs_dbfs_file *df) hypfs_dbfs_create_file() argument 88 hypfs_dbfs_remove_file(struct hypfs_dbfs_file *df) hypfs_dbfs_remove_file() argument [all...] |
| /kernel/linux/linux-6.6/include/linux/ |
| H A D | devfreq_cooling.h | 38 int (*get_real_power)(struct devfreq *df, u32 *power, 45 of_devfreq_cooling_register_power(struct device_node *np, struct devfreq *df, 48 of_devfreq_cooling_register(struct device_node *np, struct devfreq *df); 49 struct thermal_cooling_device *devfreq_cooling_register(struct devfreq *df); 52 devfreq_cooling_em_register(struct devfreq *df, 58 of_devfreq_cooling_register_power(struct device_node *np, struct devfreq *df, in of_devfreq_cooling_register_power() argument 65 of_devfreq_cooling_register(struct device_node *np, struct devfreq *df) in of_devfreq_cooling_register() argument 71 devfreq_cooling_register(struct devfreq *df) in devfreq_cooling_register() argument 77 devfreq_cooling_em_register(struct devfreq *df, in devfreq_cooling_em_register() argument
|
| /kernel/linux/linux-6.6/drivers/devfreq/ |
| H A D | devfreq.c | 1416 struct devfreq *df = to_devfreq(dev); in name_show() local 1417 return sprintf(buf, "%s\n", dev_name(df->dev.parent)); in name_show() 1424 struct devfreq *df = to_devfreq(dev); in governor_show() local 1426 if (!df->governor) in governor_show() 1429 return sprintf(buf, "%s\n", df->governor->name); in governor_show() 1435 struct devfreq *df = to_devfreq(dev); in governor_store() local 1440 if (!df->governor) in governor_store() 1453 if (df->governor == governor) { in governor_store() 1456 } else if (IS_SUPPORTED_FLAG(df->governor->flags, IMMUTABLE) in governor_store() 1466 ret = df in governor_store() 1516 struct devfreq *df = to_devfreq(d); available_governors_show() local 1562 struct devfreq *df = to_devfreq(dev); cur_freq_show() local 1578 struct devfreq *df = to_devfreq(dev); target_freq_show() local 1587 struct devfreq *df = to_devfreq(dev); min_freq_store() local 1614 struct devfreq *df = to_devfreq(dev); min_freq_show() local 1628 struct devfreq *df = to_devfreq(dev); max_freq_store() local 1668 struct devfreq *df = to_devfreq(dev); max_freq_show() local 1683 struct devfreq *df = to_devfreq(d); available_frequencies_show() local 1710 struct devfreq *df = to_devfreq(dev); trans_stat_show() local 1783 struct devfreq *df = to_devfreq(dev); trans_stat_store() local 1827 struct devfreq *df = to_devfreq(dev); polling_interval_show() local 1839 struct devfreq *df = to_devfreq(dev); polling_interval_store() local 1860 struct devfreq *df = to_devfreq(dev); timer_show() local 1871 struct devfreq *df = to_devfreq(dev); timer_store() local [all...] |
| H A D | governor.h | 120 static inline int devfreq_update_stats(struct devfreq *df) in devfreq_update_stats() argument 122 if (!df->profile->get_dev_status) in devfreq_update_stats() 125 return df->profile->get_dev_status(df->dev.parent, &df->last_status); in devfreq_update_stats()
|
| H A D | governor_simpleondemand.c | 18 static int devfreq_simple_ondemand_func(struct devfreq *df, in devfreq_simple_ondemand_func() argument 26 struct devfreq_simple_ondemand_data *data = df->data; in devfreq_simple_ondemand_func() 28 err = devfreq_update_stats(df); in devfreq_simple_ondemand_func() 32 stat = &df->last_status; in devfreq_simple_ondemand_func()
|
| /kernel/linux/linux-5.10/drivers/devfreq/ |
| H A D | devfreq.c | 1331 struct devfreq *df = to_devfreq(dev); in name_show() local 1332 return sprintf(buf, "%s\n", dev_name(df->dev.parent)); in name_show() 1339 struct devfreq *df = to_devfreq(dev); in governor_show() local 1341 if (!df->governor) in governor_show() 1344 return sprintf(buf, "%s\n", df->governor->name); in governor_show() 1350 struct devfreq *df = to_devfreq(dev); in governor_store() local 1355 if (!df->governor) in governor_store() 1368 if (df->governor == governor) { in governor_store() 1371 } else if (df->governor->immutable || governor->immutable) { in governor_store() 1376 ret = df in governor_store() 1414 struct devfreq *df = to_devfreq(d); available_governors_show() local 1460 struct devfreq *df = to_devfreq(dev); cur_freq_show() local 1476 struct devfreq *df = to_devfreq(dev); target_freq_show() local 1485 struct devfreq *df = to_devfreq(dev); polling_interval_show() local 1497 struct devfreq *df = to_devfreq(dev); polling_interval_store() local 1518 struct devfreq *df = to_devfreq(dev); min_freq_store() local 1545 struct devfreq *df = to_devfreq(dev); min_freq_show() local 1559 struct devfreq *df = to_devfreq(dev); max_freq_store() local 1599 struct devfreq *df = to_devfreq(dev); max_freq_show() local 1614 struct devfreq *df = to_devfreq(d); available_frequencies_show() local 1641 struct devfreq *df = to_devfreq(dev); trans_stat_show() local 1716 struct devfreq *df = to_devfreq(dev); trans_stat_store() local 1746 struct devfreq *df = to_devfreq(dev); timer_show() local 1757 struct devfreq *df = to_devfreq(dev); timer_store() local [all...] |
| H A D | governor.h | 71 static inline int devfreq_update_stats(struct devfreq *df) in devfreq_update_stats() argument 73 return df->profile->get_dev_status(df->dev.parent, &df->last_status); in devfreq_update_stats()
|
| H A D | governor_simpleondemand.c | 18 static int devfreq_simple_ondemand_func(struct devfreq *df, in devfreq_simple_ondemand_func() argument 26 struct devfreq_simple_ondemand_data *data = df->data; in devfreq_simple_ondemand_func() 28 err = devfreq_update_stats(df); in devfreq_simple_ondemand_func() 32 stat = &df->last_status; in devfreq_simple_ondemand_func()
|
| /kernel/linux/linux-6.6/drivers/thermal/ |
| H A D | devfreq_cooling.c | 88 struct devfreq *df = dfc->devfreq; in devfreq_cooling_set_cur_state() local 89 struct device *dev = df->dev.parent; in devfreq_cooling_set_cur_state() 136 static unsigned long get_voltage(struct devfreq *df, unsigned long freq) in get_voltage() argument 138 struct device *dev = df->dev.parent; in get_voltage() 182 struct devfreq *df = dfc->devfreq; in devfreq_cooling_get_requested_power() local 189 mutex_lock(&df->lock); in devfreq_cooling_get_requested_power() 190 status = df->last_status; in devfreq_cooling_get_requested_power() 191 mutex_unlock(&df->lock); in devfreq_cooling_get_requested_power() 196 voltage = get_voltage(df, freq); in devfreq_cooling_get_requested_power() 202 res = dfc->power_ops->get_real_power(df, powe in devfreq_cooling_get_requested_power() 264 struct devfreq *df = dfc->devfreq; devfreq_cooling_power2state() local 320 struct devfreq *df = dfc->devfreq; devfreq_cooling_gen_tables() local 362 of_devfreq_cooling_register_power(struct device_node *np, struct devfreq *df, struct devfreq_cooling_power *dfc_power) of_devfreq_cooling_register_power() argument 459 of_devfreq_cooling_register(struct device_node *np, struct devfreq *df) of_devfreq_cooling_register() argument 469 devfreq_cooling_register(struct devfreq *df) devfreq_cooling_register() argument 492 devfreq_cooling_em_register(struct devfreq *df, struct devfreq_cooling_power *dfc_power) devfreq_cooling_em_register() argument [all...] |
| /kernel/linux/linux-5.10/include/linux/ |
| H A D | devfreq_cooling.h | 54 int (*get_real_power)(struct devfreq *df, u32 *power, 62 of_devfreq_cooling_register_power(struct device_node *np, struct devfreq *df, 65 of_devfreq_cooling_register(struct device_node *np, struct devfreq *df); 66 struct thermal_cooling_device *devfreq_cooling_register(struct devfreq *df); 72 of_devfreq_cooling_register_power(struct device_node *np, struct devfreq *df, in of_devfreq_cooling_register_power() argument 79 of_devfreq_cooling_register(struct device_node *np, struct devfreq *df) in of_devfreq_cooling_register() argument 85 devfreq_cooling_register(struct devfreq *df) in devfreq_cooling_register() argument
|
| /kernel/linux/linux-5.10/drivers/pinctrl/pxa/ |
| H A D | pinctrl-pxa2xx.c | 69 struct pxa_desc_function *df; in pxa_desc_by_func_group() local 75 for (df = pin->functions; df->name; df++) in pxa_desc_by_func_group() 76 if (!strcmp(df->name, func_name)) in pxa_desc_by_func_group() 77 return df; in pxa_desc_by_func_group() 143 struct pxa_desc_function *df; in pxa2xx_pmx_set_mux() local 150 df = pxa_desc_by_func_group(pctl, group->name, in pxa2xx_pmx_set_mux() 152 if (!df) in pxa2xx_pmx_set_mux() 160 pin, df in pxa2xx_pmx_set_mux() 269 struct pxa_desc_function *df; pxa2xx_build_functions() local 300 struct pxa_desc_function *df; pxa2xx_build_groups() local [all...] |
| /kernel/linux/linux-6.6/drivers/pinctrl/pxa/ |
| H A D | pinctrl-pxa2xx.c | 69 struct pxa_desc_function *df; in pxa_desc_by_func_group() local 75 for (df = pin->functions; df->name; df++) in pxa_desc_by_func_group() 76 if (!strcmp(df->name, func_name)) in pxa_desc_by_func_group() 77 return df; in pxa_desc_by_func_group() 143 struct pxa_desc_function *df; in pxa2xx_pmx_set_mux() local 150 df = pxa_desc_by_func_group(pctl, group->name, in pxa2xx_pmx_set_mux() 152 if (!df) in pxa2xx_pmx_set_mux() 160 pin, df in pxa2xx_pmx_set_mux() 269 struct pxa_desc_function *df; pxa2xx_build_functions() local 300 struct pxa_desc_function *df; pxa2xx_build_groups() local [all...] |
| /kernel/linux/linux-5.10/drivers/thermal/ |
| H A D | devfreq_cooling.c | 92 struct devfreq *df = dfc->devfreq; in devfreq_cooling_set_cur_state() local 93 struct device *dev = df->dev.parent; in devfreq_cooling_set_cur_state() 135 static unsigned long get_voltage(struct devfreq *df, unsigned long freq) in get_voltage() argument 137 struct device *dev = df->dev.parent; in get_voltage() 176 struct devfreq *df = dfc->devfreq; in get_static_power() local 182 voltage = get_voltage(df, freq); in get_static_power() 187 return dfc->power_ops->get_static_power(df, voltage); in get_static_power() 235 struct devfreq *df = dfc->devfreq; in devfreq_cooling_get_requested_power() local 236 struct devfreq_dev_status *status = &df->last_status; in devfreq_cooling_get_requested_power() 251 voltage = get_voltage(df, fre in devfreq_cooling_get_requested_power() 312 struct devfreq *df = dfc->devfreq; devfreq_cooling_power2state() local 376 struct devfreq *df = dfc->devfreq; devfreq_cooling_gen_tables() local 460 of_devfreq_cooling_register_power(struct device_node *np, struct devfreq *df, struct devfreq_cooling_power *dfc_power) of_devfreq_cooling_register_power() argument 537 of_devfreq_cooling_register(struct device_node *np, struct devfreq *df) of_devfreq_cooling_register() argument 547 devfreq_cooling_register(struct devfreq *df) devfreq_cooling_register() argument [all...] |
| /kernel/linux/linux-5.10/drivers/clk/rockchip/ |
| H A D | clk.h | 426 df, go, gs, gf) \ 440 .div_flags = df, \ 447 mf, do, ds, dw, df, go, gs, gf) \ 462 .div_flags = df, \ 468 #define COMPOSITE_NOMUX(_id, cname, pname, f, mo, ds, dw, df, \ 480 .div_flags = df, \ 487 df, dt, go, gs, gf) \ 498 .div_flags = df, \ 524 ds, dw, df) \ 538 .div_flags = df, \ [all...] |
| /kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
| H A D | df_v1_7.c | 26 #include "df/df_1_7_default.h" 27 #include "df/df_1_7_offset.h" 28 #include "df/df_1_7_sh_mask.h" 34 adev->df.hash_status.hash_64k = false; in df_v1_7_sw_init() 35 adev->df.hash_status.hash_2m = false; in df_v1_7_sw_init() 36 adev->df.hash_status.hash_1g = false; in df_v1_7_sw_init() 72 fb_channel_number = adev->df.funcs->get_fb_channel_number(adev); in df_v1_7_get_hbm_channel_number() 83 adev->df.funcs->enable_broadcast_mode(adev, true); in df_v1_7_update_medium_grain_clock_gating() 98 adev->df.funcs->enable_broadcast_mode(adev, false); in df_v1_7_update_medium_grain_clock_gating()
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
| H A D | df_v1_7.c | 26 #include "df/df_1_7_default.h" 27 #include "df/df_1_7_offset.h" 28 #include "df/df_1_7_sh_mask.h" 34 adev->df.hash_status.hash_64k = false; in df_v1_7_sw_init() 35 adev->df.hash_status.hash_2m = false; in df_v1_7_sw_init() 36 adev->df.hash_status.hash_1g = false; in df_v1_7_sw_init() 72 fb_channel_number = adev->df.funcs->get_fb_channel_number(adev); in df_v1_7_get_hbm_channel_number() 83 adev->df.funcs->enable_broadcast_mode(adev, true); in df_v1_7_update_medium_grain_clock_gating() 98 adev->df.funcs->enable_broadcast_mode(adev, false); in df_v1_7_update_medium_grain_clock_gating()
|
| H A D | amdgpu_pmu.c | 236 if ((!pe->adev->df.funcs) || in amdgpu_perf_start() 237 (!pe->adev->df.funcs->pmc_start)) in amdgpu_perf_start() 247 target_cntr = pe->adev->df.funcs->pmc_start(pe->adev, in amdgpu_perf_start() 256 pe->adev->df.funcs->pmc_start(pe->adev, hwc->config, in amdgpu_perf_start() 275 if ((!pe->adev->df.funcs) || in amdgpu_perf_read() 276 (!pe->adev->df.funcs->pmc_get_count)) in amdgpu_perf_read() 284 pe->adev->df.funcs->pmc_get_count(pe->adev, in amdgpu_perf_read() 307 if ((!pe->adev->df.funcs) || in amdgpu_perf_stop() 308 (!pe->adev->df.funcs->pmc_stop)) in amdgpu_perf_stop() 314 pe->adev->df in amdgpu_perf_stop() [all...] |
| /kernel/linux/linux-6.6/tools/testing/selftests/net/ |
| H A D | cmsg_ipv6.sh | 51 for df in 0 1; do 57 [ $ovr == "setsock" ] && m="-F $df" 58 [ $ovr == "cmsg" ] && m="-f $df" 59 [ $ovr == "both" ] && m="-F $df -f $df" 60 [ $ovr == "diff" ] && m="-F $((1 - df)) -f $df" 63 check_result $? $df "DONTFRAG $prot $ovr"
|
| /kernel/linux/linux-6.6/drivers/clk/rockchip/ |
| H A D | clk.h | 551 df, go, gs, gf) \ 565 .div_flags = df, \ 572 mf, do, ds, dw, df, go, gs, gf) \ 587 .div_flags = df, \ 593 #define COMPOSITE_NOMUX(_id, cname, pname, f, mo, ds, dw, df, \ 605 .div_flags = df, \ 612 df, dt, go, gs, gf) \ 623 .div_flags = df, \ 649 ds, dw, df) \ 663 .div_flags = df, \ [all...] |