/linux-4.1.27/drivers/isdn/divert/ |
D | isdn_divert.c | 390 struct deflect_struc *dv; in isdn_divert_icall() local 395 for (dv = table_head; dv; dv = dv->next) { in isdn_divert_icall() 397 if (((dv->rule.callopt == 1) && (ic->command == ISDN_STAT_ICALLW)) || in isdn_divert_icall() 398 ((dv->rule.callopt == 2) && (ic->command == ISDN_STAT_ICALL))) in isdn_divert_icall() 400 if (!(dv->rule.drvid & (1L << ic->driver))) in isdn_divert_icall() 402 if ((dv->rule.si1) && (dv->rule.si1 != ic->parm.setup.si1)) in isdn_divert_icall() 404 if ((dv->rule.si2) && (dv->rule.si2 != ic->parm.setup.si2)) in isdn_divert_icall() 407 p = dv->rule.my_msn; in isdn_divert_icall() 423 if ((strcmp(dv->rule.caller, "0")) || in isdn_divert_icall() 425 p = dv->rule.caller; in isdn_divert_icall() [all …]
|
/linux-4.1.27/drivers/sbus/char/ |
D | jsflash.c | 110 struct jsfd_part dv[JSF_NPART]; member 526 jsf->dv[0].dbase = jsf->base; in jsflash_init() 527 jsf->dv[0].dsize = jsf->size; in jsflash_init() 528 jsf->dv[1].dbase = jsf->base + 1024; in jsflash_init() 529 jsf->dv[1].dsize = jsf->size - 1024; in jsflash_init() 530 jsf->dv[2].dbase = JSF_BASE_ALL; in jsflash_init() 531 jsf->dv[2].dsize = 0x01000000; in jsflash_init() 584 jdp = &jsf->dv[i&JSF_PART_MASK]; in jsfd_init()
|
/linux-4.1.27/arch/cris/include/arch-v32/arch/hwregs/iop/ |
D | iop_dmc_out_defs.h | 135 unsigned int dv : 1; member 222 unsigned int dv : 1; member 238 unsigned int dv : 1; member 254 unsigned int dv : 1; member 269 unsigned int dv : 1; member
|
/linux-4.1.27/drivers/misc/mic/bus/ |
D | mic_bus.c | 77 static int mbus_dev_match(struct device *dv, struct device_driver *dr) in mbus_dev_match() argument 80 struct mbus_device *dev = dev_to_mbus(dv); in mbus_dev_match() 90 static int mbus_uevent(struct device *dv, struct kobj_uevent_env *env) in mbus_uevent() argument 92 struct mbus_device *dev = dev_to_mbus(dv); in mbus_uevent()
|
/linux-4.1.27/Documentation/devicetree/bindings/sound/ |
D | tlv320aic32x4.txt | 11 "dv" - Digital core power supply 13 If you supply ldoin, dv and av are optional. Otherwise they are required
|
/linux-4.1.27/lib/lzo/ |
D | lzo1x_compress.c | 40 u32 dv; in lzo1x_1_do_compress() local 46 dv = get_unaligned_le32(ip); in lzo1x_1_do_compress() 47 t = ((dv * 0x1824429d) >> (32 - D_BITS)) & D_MASK; in lzo1x_1_do_compress() 50 if (unlikely(dv != get_unaligned_le32(m_pos))) in lzo1x_1_do_compress()
|
/linux-4.1.27/drivers/video/fbdev/geode/ |
D | lxfb_ops.c | 350 unsigned int max, dv, val, size; in lx_set_mode() local 403 dv = DC_DV_CTL_DV_LINE_SIZE_8K; in lx_set_mode() 405 dv = DC_DV_CTL_DV_LINE_SIZE_4K; in lx_set_mode() 407 dv = DC_DV_CTL_DV_LINE_SIZE_2K; in lx_set_mode() 409 dv = DC_DV_CTL_DV_LINE_SIZE_1K; in lx_set_mode() 417 write_dc(par, DC_DV_CTL, val | dv); in lx_set_mode()
|
/linux-4.1.27/drivers/input/tablet/ |
D | aiptek.c | 440 int retval, macro, x, y, z, left, right, middle, p, dv, tip, bs, pck; in aiptek_irq() local 535 dv = (data[5] & 0x01) != 0 ? 1 : 0; in aiptek_irq() 550 if (dv != 0) { in aiptek_irq() 621 dv = (data[5] & 0x01) != 0 ? 1 : 0; in aiptek_irq() 627 if (dv != 0) { in aiptek_irq() 675 dv = (data[1] & 0x01) != 0 ? 1 : 0; in aiptek_irq() 681 macro = dv && p && tip && !(data[3] & 1) ? (data[3] >> 1) : -1; in aiptek_irq() 684 if (dv) { in aiptek_irq() 718 dv = (data[1] & 0x01) != 0 ? 1 : 0; in aiptek_irq() 723 macro = dv && p && left && !(data[3] & 1) ? (data[3] >> 1) : 0; in aiptek_irq() [all …]
|
/linux-4.1.27/drivers/media/v4l2-core/ |
D | Makefile | 19 obj-$(CONFIG_VIDEO_V4L2) += v4l2-dv-timings.o
|
/linux-4.1.27/drivers/net/ethernet/intel/i40e/ |
D | i40e_common.c | 1828 struct i40e_driver_version *dv, in i40e_aq_send_driver_version() argument 1837 if (dv == NULL) in i40e_aq_send_driver_version() 1843 cmd->driver_major_ver = dv->major_version; in i40e_aq_send_driver_version() 1844 cmd->driver_minor_ver = dv->minor_version; in i40e_aq_send_driver_version() 1845 cmd->driver_build_ver = dv->build_version; in i40e_aq_send_driver_version() 1846 cmd->driver_subbuild_ver = dv->subbuild_version; in i40e_aq_send_driver_version() 1849 while (len < sizeof(dv->driver_string) && in i40e_aq_send_driver_version() 1850 (dv->driver_string[len] < 0x80) && in i40e_aq_send_driver_version() 1851 dv->driver_string[len]) in i40e_aq_send_driver_version() 1853 status = i40e_asq_send_command(hw, &desc, dv->driver_string, in i40e_aq_send_driver_version()
|
D | i40e_prototype.h | 105 struct i40e_driver_version *dv,
|
D | i40e_main.c | 6315 struct i40e_driver_version dv; in i40e_send_version() local 6317 dv.major_version = DRV_VERSION_MAJOR; in i40e_send_version() 6318 dv.minor_version = DRV_VERSION_MINOR; in i40e_send_version() 6319 dv.build_version = DRV_VERSION_BUILD; in i40e_send_version() 6320 dv.subbuild_version = 0; in i40e_send_version() 6321 strlcpy(dv.driver_string, DRV_VERSION, sizeof(dv.driver_string)); in i40e_send_version() 6322 i40e_aq_send_driver_version(&pf->hw, &dv, NULL); in i40e_send_version()
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | HD-Audio-Models.txt | 255 hp-dv5 HP dv series 278 hp-dv7-4000 HP dv-7 4000
|
/linux-4.1.27/Documentation/scsi/ |
D | aic7xxx.txt | 291 Option: dv: {value[,value...]} 295 Example: dv:{-1,0,,1,1,0}
|
D | aic79xx.txt | 314 Option: dv: {value[,value...]} 318 Example: dv:{-1,0,,1,1,0}
|
/linux-4.1.27/drivers/isdn/i4l/ |
D | isdn_net.c | 2979 int ch, dv, idx; in isdn_net_getpeer() local 2990 dv = p->local->isdn_device; in isdn_net_getpeer() 2991 if (ch < 0 && dv < 0) in isdn_net_getpeer() 2993 idx = isdn_dc2minor(dv, ch); in isdn_net_getpeer()
|
/linux-4.1.27/drivers/staging/lustre/lustre/llite/ |
D | file.c | 1956 __u64 dv; in ll_swap_layouts() local 2035 rc = ll_data_version(llss->inode1, &dv, 0); in ll_swap_layouts() 2038 if (dv != llss->dv1) { in ll_swap_layouts() 2045 rc = ll_data_version(llss->inode2, &dv, 0); in ll_swap_layouts() 2048 if (dv != llss->dv2) { in ll_swap_layouts()
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | r8a7740.dtsi | 432 clock-output-names = "dv";
|
/linux-4.1.27/include/uapi/linux/ |
D | Kbuild | 421 header-y += v4l2-dv-timings.h
|