/drivers/clk/sunxi-ng/ |
D | ccu_nm.c | 23 struct _ccu_nm *nm) in ccu_nm_find_best() argument 29 for (_n = nm->min_n; _n <= nm->max_n; _n++) { in ccu_nm_find_best() 30 for (_m = nm->min_m; _m <= nm->max_m; _m++) { in ccu_nm_find_best() 44 nm->n = best_n; in ccu_nm_find_best() 45 nm->m = best_m; in ccu_nm_find_best() 50 struct ccu_nm *nm = hw_to_ccu_nm(hw); in ccu_nm_disable() local 52 return ccu_gate_helper_disable(&nm->common, nm->enable); in ccu_nm_disable() 57 struct ccu_nm *nm = hw_to_ccu_nm(hw); in ccu_nm_enable() local 59 return ccu_gate_helper_enable(&nm->common, nm->enable); in ccu_nm_enable() 64 struct ccu_nm *nm = hw_to_ccu_nm(hw); in ccu_nm_is_enabled() local [all …]
|
/drivers/scsi/fcoe/ |
D | fcoe_transport.c | 572 struct fcoe_netdev_mapping *nm = NULL, *tmp; in fcoe_transport_detach() local 584 list_for_each_entry_safe(nm, tmp, &fcoe_netdevs, list) { in fcoe_transport_detach() 585 if (nm->ft == ft) { in fcoe_transport_detach() 588 ft->name, nm->netdev->name); in fcoe_transport_detach() 589 list_del(&nm->list); in fcoe_transport_detach() 590 kfree(nm); in fcoe_transport_detach() 647 struct fcoe_netdev_mapping *nm; in fcoe_add_netdev_mapping() local 649 nm = kmalloc(sizeof(*nm), GFP_KERNEL); in fcoe_add_netdev_mapping() 650 if (!nm) { in fcoe_add_netdev_mapping() 655 nm->netdev = netdev; in fcoe_add_netdev_mapping() [all …]
|
/drivers/gpu/drm/msm/ |
D | Kconfig | 57 bool "Enable DSI 28nm PHY driver in MSM DRM" 61 Choose this option if the 28nm DSI PHY is used on the platform. 64 bool "Enable DSI 20nm PHY driver in MSM DRM" 68 Choose this option if the 20nm DSI PHY is used on the platform. 71 bool "Enable DSI 28nm 8960 PHY driver in MSM DRM" 75 Choose this option if the 28nm DSI PHY 8960 variant is used on the 79 bool "Enable DSI 14nm PHY driver in MSM DRM (used by MSM8996/APQ8096)"
|
/drivers/phy/marvell/ |
D | Makefile | 7 obj-$(CONFIG_PHY_PXA_28NM_HSIC) += phy-pxa-28nm-hsic.o 8 obj-$(CONFIG_PHY_PXA_28NM_USB2) += phy-pxa-28nm-usb2.o
|
D | Kconfig | 42 tristate "Marvell USB HSIC 28nm PHY Driver" 53 tristate "Marvell USB 2.0 28nm PHY Driver"
|
/drivers/phy/qualcomm/ |
D | Makefile | 7 obj-$(CONFIG_PHY_QCOM_UFS) += phy-qcom-ufs-qmp-14nm.o 8 obj-$(CONFIG_PHY_QCOM_UFS) += phy-qcom-ufs-qmp-20nm.o
|
/drivers/md/ |
D | md.h | 600 char nm[20]; in sysfs_link_rdev() local 604 sprintf(nm, "rd%d", rdev->raid_disk); in sysfs_link_rdev() 605 return sysfs_create_link(&mddev->kobj, &rdev->kobj, nm); in sysfs_link_rdev() 612 char nm[20]; in sysfs_unlink_rdev() local 616 sprintf(nm, "rd%d", rdev->raid_disk); in sysfs_unlink_rdev() 617 sysfs_remove_link(&mddev->kobj, nm); in sysfs_unlink_rdev()
|
/drivers/memory/ |
D | atmel-ebi.c | 69 #define ATMEL_SMC_SETUP_XLATE(nm, pos) \ argument 70 { .name = nm, .converter = atmel_smc_cs_conf_set_setup, .shift = pos} 72 #define ATMEL_SMC_PULSE_XLATE(nm, pos) \ argument 73 { .name = nm, .converter = atmel_smc_cs_conf_set_pulse, .shift = pos} 75 #define ATMEL_SMC_CYCLE_XLATE(nm, pos) \ argument 76 { .name = nm, .converter = atmel_smc_cs_conf_set_cycle, .shift = pos}
|
/drivers/gpu/drm/exynos/ |
D | exynos_dp.c | 34 #define to_dp(nm) container_of(nm, struct exynos_dp_device, nm) argument
|
/drivers/gpu/drm/i915/ |
D | intel_audio.c | 305 const struct dp_aud_n_m *nm = audio_config_dp_get_n_m(intel_crtc, rate); in hsw_dp_audio_config_update() local 309 if (nm) in hsw_dp_audio_config_update() 310 DRM_DEBUG_KMS("using Maud %u, Naud %u\n", nm->m, nm->n); in hsw_dp_audio_config_update() 320 if (nm) { in hsw_dp_audio_config_update() 322 tmp |= AUD_CONFIG_N(nm->n); in hsw_dp_audio_config_update() 333 if (nm) { in hsw_dp_audio_config_update() 334 tmp |= nm->m; in hsw_dp_audio_config_update()
|
/drivers/media/platform/sti/c8sectpfe/ |
D | c8sectpfe-debugfs.c | 28 #define dump_register(nm ...) \ argument 30 .name = #nm, \ 31 .offset = nm, \
|
/drivers/net/wireless/ath/ath9k/ |
D | htc_drv_debug.c | 402 #define AMKSTR(nm) #nm "_BE", #nm "_BK", #nm "_VI", #nm "_VO" argument
|
D | debug.c | 1255 #define AMKSTR(nm) #nm "_BE", #nm "_BK", #nm "_VI", #nm "_VO" argument
|
/drivers/gpu/drm/rockchip/ |
D | analogix_dp-rockchip.c | 47 #define to_dp(nm) container_of(nm, struct rockchip_dp_device, nm) argument
|
/drivers/mtd/ubi/ |
D | debug.c | 207 char nm[17]; in ubi_dump_mkvol_req() local 216 memcpy(nm, req->name, 16); in ubi_dump_mkvol_req() 217 nm[16] = 0; in ubi_dump_mkvol_req() 218 pr_err("\t1st 16 characters of name: %s\n", nm); in ubi_dump_mkvol_req()
|
/drivers/pinctrl/ |
D | pinctrl-zynq.c | 391 #define DEFINE_ZYNQ_PINCTRL_GRP(nm) \ argument 393 .name = #nm "_grp", \ 394 .pins = nm ## _pins, \ 395 .npins = ARRAY_SIZE(nm ## _pins), \
|
/drivers/usb/dwc3/ |
D | debugfs.c | 36 #define dump_register(nm) \ argument 38 .name = __stringify(nm), \ 39 .offset = DWC3_ ##nm, \
|
/drivers/infiniband/hw/hfi1/ |
D | debugfs.c | 1041 #define DEBUGFS_OPS(nm, readroutine, writeroutine) \ argument 1043 .name = nm, \ 1051 #define DEBUGFS_XOPS(nm, readf, writef, openf, releasef) \ argument 1053 .name = nm, \
|
/drivers/usb/dwc2/ |
D | debugfs.c | 394 #define dump_register(nm) \ argument 396 .name = #nm, \ 397 .offset = nm, \
|
/drivers/gpu/drm/radeon/ |
D | radeon_i2c.c | 240 u32 nm; in radeon_get_i2c_prescale() local 258 nm = (sclk * 10) / (i2c_clock * 4); in radeon_get_i2c_prescale() 260 if ((nm / loop) < loop) in radeon_get_i2c_prescale()
|
/drivers/gpu/drm/bridge/analogix/ |
D | analogix_dp_core.c | 36 #define to_dp(nm) container_of(nm, struct analogix_dp_device, nm) argument
|
/drivers/net/phy/ |
D | Kconfig | 235 40nm and 65nm generation of BCM7xxx Set Top Box SoCs.
|
/drivers/scsi/qla2xxx/ |
D | tcm_qla2xxx.c | 120 static int tcm_qla2xxx_npiv_extract_wwn(const char *ns, u64 *nm) in tcm_qla2xxx_npiv_extract_wwn() argument 143 *nm = wwn_to_u64(wwn); in tcm_qla2xxx_npiv_extract_wwn()
|
/drivers/staging/lustre/lustre/include/ |
D | obd_class.h | 67 const char *nm, struct lu_device_type *ldt); 68 int class_unregister_type(const char *nm);
|
/drivers/media/usb/uvc/ |
D | uvc_ctrl.c | 2203 struct uvc_control_mapping *mapping, *nm; in uvc_ctrl_cleanup_mappings() local 2205 list_for_each_entry_safe(mapping, nm, &ctrl->info.mappings, list) { in uvc_ctrl_cleanup_mappings()
|