/drivers/macintosh/ |
D | windfarm_cpufreq_clamp.c | 38 static int clamp_set(struct wf_control *ct, s32 value) in clamp_set() 50 static int clamp_get(struct wf_control *ct, s32 *value) in clamp_get() 56 static s32 clamp_min(struct wf_control *ct) in clamp_min() 61 static s32 clamp_max(struct wf_control *ct) in clamp_max()
|
D | windfarm.h | 62 static inline int wf_control_set_max(struct wf_control *ct) in wf_control_set_max() 68 static inline int wf_control_set_min(struct wf_control *ct) in wf_control_set_min() 74 static inline int wf_control_set(struct wf_control *ct, s32 val) in wf_control_set() 79 static inline int wf_control_get(struct wf_control *ct, s32 *val) in wf_control_get() 84 static inline s32 wf_control_get_min(struct wf_control *ct) in wf_control_get_min() 89 static inline s32 wf_control_get_max(struct wf_control *ct) in wf_control_get_max()
|
D | windfarm_core.c | 152 struct wf_control *ct = container_of(kref, struct wf_control, ref); in wf_control_release() local 212 struct wf_control *ct; in wf_register_control() local 245 void wf_unregister_control(struct wf_control *ct) in wf_unregister_control() 257 int wf_get_control(struct wf_control *ct) in wf_get_control() 266 void wf_put_control(struct wf_control *ct) in wf_put_control() 377 struct wf_control *ct; in wf_register_client() local
|
D | windfarm_smu_controls.c | 109 static void smu_fan_release(struct wf_control *ct) in smu_fan_release() 116 static int smu_fan_set(struct wf_control *ct, s32 value) in smu_fan_set() 129 static int smu_fan_get(struct wf_control *ct, s32 *value) in smu_fan_get() 136 static s32 smu_fan_min(struct wf_control *ct) in smu_fan_min() 142 static s32 smu_fan_max(struct wf_control *ct) in smu_fan_max()
|
D | windfarm_fcu_controls.c | 79 static void wf_fcu_fan_release(struct wf_control *ct) in wf_fcu_fan_release() 145 static int wf_fcu_fan_set_rpm(struct wf_control *ct, s32 value) in wf_fcu_fan_set_rpm() 167 static int wf_fcu_fan_get_rpm(struct wf_control *ct, s32 *value) in wf_fcu_fan_get_rpm() 202 static int wf_fcu_fan_set_pwm(struct wf_control *ct, s32 value) in wf_fcu_fan_set_pwm() 224 static int wf_fcu_fan_get_pwm(struct wf_control *ct, s32 *value) in wf_fcu_fan_get_pwm() 253 static s32 wf_fcu_fan_min(struct wf_control *ct) in wf_fcu_fan_min() 260 static s32 wf_fcu_fan_max(struct wf_control *ct) in wf_fcu_fan_max()
|
D | windfarm_pm112.c | 275 struct wf_control *ct; in cpu_fans_tick() local 558 static void pm112_new_control(struct wf_control *ct) in pm112_new_control()
|
D | windfarm_pm121.c | 877 static struct wf_control* pm121_register_control(struct wf_control *ct, in pm121_register_control() 888 static void pm121_new_control(struct wf_control *ct) in pm121_new_control()
|
/drivers/gpio/ |
D | gpio-mvebu.c | 313 struct irq_chip_type *ct = irq_data_get_chip_type(d); in mvebu_gpio_edge_irq_mask() local 327 struct irq_chip_type *ct = irq_data_get_chip_type(d); in mvebu_gpio_edge_irq_unmask() local 341 struct irq_chip_type *ct = irq_data_get_chip_type(d); in mvebu_gpio_level_irq_mask() local 355 struct irq_chip_type *ct = irq_data_get_chip_type(d); in mvebu_gpio_level_irq_unmask() local 394 struct irq_chip_type *ct = irq_data_get_chip_type(d); in mvebu_gpio_irq_set_type() local 663 struct irq_chip_type *ct; in mvebu_gpio_probe() local
|
D | gpio-sta2x11.c | 326 struct irq_chip_type *ct; in gsta_alloc_irq_chip() local 343 struct irq_chip_type *ct = gc->chip_types; in gsta_alloc_irq_chip() local
|
/drivers/irqchip/ |
D | irq-bcm7120-l2.c | 93 struct irq_chip_type *ct = gc->chip_types; in bcm7120_l2_intc_suspend() local 104 struct irq_chip_type *ct = gc->chip_types; in bcm7120_l2_intc_resume() local 227 struct irq_chip_type *ct; in bcm7120_l2_intc_probe() local
|
D | irq-omap-intc.c | 204 struct irq_chip_type *ct; in omap_alloc_gc_of() local 230 struct irq_chip_type *ct; in omap_alloc_gc_legacy() local
|
D | irq-goldfish-pic.c | 65 struct irq_chip_type *ct; in goldfish_pic_of_init() local
|
D | irq-dw-apb-ictl.c | 57 struct irq_chip_type *ct = irq_data_get_chip_type(d); in dw_apb_ictl_resume() local
|
D | irq-sirfsoc.c | 37 struct irq_chip_type *ct; in sirfsoc_alloc_gc() local
|
D | irq-brcmstb-l2.c | 121 struct irq_chip_type *ct; in brcmstb_l2_intc_of_init() local
|
D | irq-orion.c | 131 struct irq_chip_type *ct = irq_data_get_chip_type(d); in orion_bridge_irq_startup() local
|
D | irq-ingenic.c | 92 struct irq_chip_type *ct; in ingenic_intc_of_init() local
|
D | irq-sunxi-nmi.c | 78 struct irq_chip_type *ct = gc->chip_types; in sunxi_sc_nmi_set_type() local
|
/drivers/firmware/efi/libstub/ |
D | string.c | 42 int strncmp(const char *cs, const char *ct, size_t count) in strncmp()
|
/drivers/mtd/tests/ |
D | oobtest.c | 129 const void *ct, size_t count) in memcmpshowoffset() 149 #define memcmpshow(addr, cs, ct, count) memcmpshowoffset((addr), 0, (cs), (ct),\ argument
|
/drivers/scsi/libfc/ |
D | fc_elsct.c | 95 struct fc_ct_hdr *ct; in fc_els_resp_type() local
|
D | fc_lport.c | 1130 struct fc_ct_hdr *ct; in fc_lport_ns_resp() local 1206 struct fc_ct_hdr *ct; in fc_lport_ms_resp() local 2035 struct fc_ct_req *ct; in fc_lport_ct_request() local
|
/drivers/crypto/nx/ |
D | nx-842-powernv.c | 49 unsigned int ct; member 533 unsigned int ct, ci; in nx842_powernv_probe() local
|
/drivers/gpu/drm/nouveau/dispnv04/ |
D | disp.c | 40 struct drm_connector *connector, *ct; in nv04_display_create() local
|
/drivers/tty/vt/ |
D | consolemap.c | 536 int con_set_unimap(struct vc_data *vc, ushort ct, struct unipair __user *list) in con_set_unimap() 737 int con_get_unimap(struct vc_data *vc, ushort ct, ushort __user *uct, struct unipair __user *list) in con_get_unimap()
|