Searched refs:dup (Results 1 – 14 of 14) sorted by relevance
/drivers/platform/x86/ |
D | topstar-laptop.c | 63 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/ |
D | dsp_pipeline.c | 239 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()
|
D | dsp_hwec.c | 72 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/ |
D | slot.c | 141 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/ |
D | TODO | 8 - sort out dup ids with SiS driver
|
/drivers/staging/ozwpan/ |
D | ozproto.c | 345 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/ |
D | core.h | 186 bool dup, bool locked);
|
D | core.c | 1078 bool dup, bool locked) in pinctrl_register_map() argument 1134 if (dup) { in pinctrl_register_map()
|
/drivers/md/bcache/ |
D | util.h | 484 __label__ dup; \ 494 goto dup; \ 503 dup: \
|
/drivers/staging/android/ |
D | sync.h | 56 struct sync_pt *(*dup)(struct sync_pt *pt); member
|
D | sw_sync.c | 106 .dup = sw_sync_pt_dup,
|
D | sync.c | 219 return pt->parent->ops->dup(pt); in sync_pt_dup()
|
/drivers/s390/net/ |
D | ctcm_mpc.c | 130 __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/ |
D | rbd.c | 4459 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()
|