Home
last modified time | relevance | path

Searched refs:dup (Results 1 – 14 of 14) sorted by relevance

/drivers/platform/x86/
Dtopstar-laptop.c63 bool *dup; in acpi_topstar_notify() local
68 dup = &dup_evnt[event - 0x83]; in acpi_topstar_notify()
69 if (*dup) { in acpi_topstar_notify()
70 *dup = false; in acpi_topstar_notify()
73 *dup = true; in acpi_topstar_notify()
/drivers/isdn/mISDN/
Ddsp_pipeline.c239 char *dup, *tok, *name, *args; in dsp_pipeline_build() local
257 dup = kmalloc(len + 1, GFP_ATOMIC); in dsp_pipeline_build()
258 if (!dup) in dsp_pipeline_build()
260 strcpy(dup, cfg); in dsp_pipeline_build()
261 while ((tok = strsep(&dup, "|"))) { in dsp_pipeline_build()
335 kfree(dup); in dsp_pipeline_build()
Ddsp_hwec.c72 char *dup, *tok, *name, *val; in dsp_hwec_enable() local
76 dup = _dup; in dsp_hwec_enable()
78 while ((tok = strsep(&dup, ","))) { in dsp_hwec_enable()
/drivers/pci/
Dslot.c141 int len, max, dup; in make_slot_name() local
154 dup = 1; in make_slot_name()
162 if (dup == max) { in make_slot_name()
170 sprintf(new_name, "%s-%d", name, dup++); in make_slot_name()
/drivers/staging/xgifb/
DTODO8 - sort out dup ids with SiS driver
/drivers/staging/ozwpan/
Dozproto.c345 int dup = 0; in oz_rx_frame() local
375 dup = 1; in oz_rx_frame()
380 if (pd && !dup && ((pd->mode & OZ_MODE_MASK) == OZ_MODE_TRIGGERED)) { in oz_rx_frame()
439 if (dup) in oz_rx_frame()
/drivers/pinctrl/
Dcore.h186 bool dup, bool locked);
Dcore.c1078 bool dup, bool locked) in pinctrl_register_map() argument
1134 if (dup) { in pinctrl_register_map()
/drivers/md/bcache/
Dutil.h484 __label__ dup; \
494 goto dup; \
503 dup: \
/drivers/staging/android/
Dsync.h56 struct sync_pt *(*dup)(struct sync_pt *pt); member
Dsw_sync.c106 .dup = sw_sync_pt_dup,
Dsync.c219 return pt->parent->ops->dup(pt); in sync_pt_dup()
/drivers/s390/net/
Dctcm_mpc.c130 __u32 ct, sw, rm, dup; in ctcmpc_dumpit() local
146 dup = 0; in ctcmpc_dumpit()
184 if (dup != 0) { in ctcmpc_dumpit()
192 dup = 0; in ctcmpc_dumpit()
195 dup++; in ctcmpc_dumpit()
210 if (dup != 0) { in ctcmpc_dumpit()
217 if (dup >= 1) { in ctcmpc_dumpit()
221 if (dup != 0) { in ctcmpc_dumpit()
/drivers/block/
Drbd.c4459 char *dup; in dup_token() local
4463 dup = kmemdup(*buf, len + 1, GFP_KERNEL); in dup_token()
4464 if (!dup) in dup_token()
4466 *(dup + len) = '\0'; in dup_token()
4472 return dup; in dup_token()