/Linux-v4.19/drivers/isdn/divert/ |
D | isdn_divert.c | 388 struct deflect_struc *dv; in isdn_divert_icall() local 393 for (dv = table_head; dv; dv = dv->next) { in isdn_divert_icall() 395 if (((dv->rule.callopt == 1) && (ic->command == ISDN_STAT_ICALLW)) || in isdn_divert_icall() 396 ((dv->rule.callopt == 2) && (ic->command == ISDN_STAT_ICALL))) in isdn_divert_icall() 398 if (!(dv->rule.drvid & (1L << ic->driver))) in isdn_divert_icall() 400 if ((dv->rule.si1) && (dv->rule.si1 != ic->parm.setup.si1)) in isdn_divert_icall() 402 if ((dv->rule.si2) && (dv->rule.si2 != ic->parm.setup.si2)) in isdn_divert_icall() 405 p = dv->rule.my_msn; in isdn_divert_icall() 421 if ((strcmp(dv->rule.caller, "0")) || in isdn_divert_icall() 423 p = dv->rule.caller; in isdn_divert_icall() [all …]
|
/Linux-v4.19/Documentation/media/uapi/v4l/ |
D | user-func.rst | 21 vidioc-dv-timings-cap 25 vidioc-enum-dv-timings 38 vidioc-g-dv-timings 62 vidioc-query-dv-timings
|
D | vidioc-dv-timings-cap.rst | 89 :ref:`dv-bt-standards` for a list of standards. 93 :ref:`dv-bt-cap-capabilities` for a description of the flags. 112 - Type of DV timings as listed in :ref:`dv-timing-types`.
|
D | common.rst | 39 dv-timings
|
D | vidioc-g-dv-timings.rst | 53 The ``linux/v4l2-dv-timings.h`` header can be used to get the timings of 145 :ref:`dv-bt-standards` for a list of standards. 149 :ref:`dv-bt-flags` for a description of the flags. 180 - Type of DV timings as listed in :ref:`dv-timing-types`.
|
D | dv-timings.rst | 21 widths etc. The ``linux/v4l2-dv-timings.h`` header can be used to get
|
/Linux-v4.19/kernel/bpf/ |
D | tnum.c | 70 u64 dv, alpha, beta, chi, mu; in tnum_sub() local 72 dv = a.value - b.value; in tnum_sub() 73 alpha = dv + a.mask; in tnum_sub() 74 beta = dv - b.mask; in tnum_sub() 77 return TNUM(dv & ~mu, mu); in tnum_sub()
|
/Linux-v4.19/drivers/misc/mic/bus/ |
D | mic_bus.c | 74 static int mbus_dev_match(struct device *dv, struct device_driver *dr) in mbus_dev_match() argument 77 struct mbus_device *dev = dev_to_mbus(dv); in mbus_dev_match() 87 static int mbus_uevent(struct device *dv, struct kobj_uevent_env *env) in mbus_uevent() argument 89 struct mbus_device *dev = dev_to_mbus(dv); in mbus_uevent()
|
D | vop_bus.c | 76 static int vop_dev_match(struct device *dv, struct device_driver *dr) in vop_dev_match() argument 79 struct vop_device *dev = dev_to_vop(dv); in vop_dev_match() 89 static int vop_uevent(struct device *dv, struct kobj_uevent_env *env) in vop_uevent() argument 91 struct vop_device *dev = dev_to_vop(dv); in vop_uevent()
|
D | scif_bus.c | 73 static int scif_dev_match(struct device *dv, struct device_driver *dr) in scif_dev_match() argument 76 struct scif_hw_dev *dev = dev_to_scif(dv); in scif_dev_match() 86 static int scif_uevent(struct device *dv, struct kobj_uevent_env *env) in scif_uevent() argument 88 struct scif_hw_dev *dev = dev_to_scif(dv); in scif_uevent()
|
/Linux-v4.19/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-v4.19/Documentation/media/ |
D | videodev2.h.rst.exceptions | 273 replace define V4L2_DV_BT_STD_CEA861 dv-bt-standards 274 replace define V4L2_DV_BT_STD_DMT dv-bt-standards 275 replace define V4L2_DV_BT_STD_CVT dv-bt-standards 276 replace define V4L2_DV_BT_STD_GTF dv-bt-standards 277 replace define V4L2_DV_BT_STD_SDI dv-bt-standards 279 replace define V4L2_DV_FL_REDUCED_BLANKING dv-bt-standards 280 replace define V4L2_DV_FL_CAN_REDUCE_FPS dv-bt-standards 281 replace define V4L2_DV_FL_REDUCED_FPS dv-bt-standards 282 replace define V4L2_DV_FL_HALF_LINE dv-bt-standards 283 replace define V4L2_DV_FL_IS_CE_VIDEO dv-bt-standards [all …]
|
/Linux-v4.19/Documentation/devicetree/bindings/sound/ |
D | tlv320aic32x4.txt | 13 "dv" - Digital core power supply 15 If you supply ldoin, dv and av are optional. Otherwise they are required
|
/Linux-v4.19/Documentation/media/kapi/ |
D | v4l2-dv-timings.rst | 4 .. kernel-doc:: include/media/v4l2-dv-timings.h
|
D | v4l2-core.rst | 17 v4l2-dv-timings
|
/Linux-v4.19/drivers/input/tablet/ |
D | aiptek.c | 432 int retval, macro, x, y, z, left, right, middle, p, dv, tip, bs, pck; in aiptek_irq() local 527 dv = (data[5] & 0x01) != 0 ? 1 : 0; in aiptek_irq() 542 if (dv != 0) { in aiptek_irq() 613 dv = (data[5] & 0x01) != 0 ? 1 : 0; in aiptek_irq() 619 if (dv != 0) { in aiptek_irq() 667 dv = (data[1] & 0x01) != 0 ? 1 : 0; in aiptek_irq() 673 macro = dv && p && tip && !(data[3] & 1) ? (data[3] >> 1) : -1; in aiptek_irq() 676 if (dv) { in aiptek_irq() 710 dv = (data[1] & 0x01) != 0 ? 1 : 0; in aiptek_irq() 715 macro = dv && p && left && !(data[3] & 1) ? (data[3] >> 1) : 0; in aiptek_irq() [all …]
|
/Linux-v4.19/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-v4.19/drivers/media/v4l2-core/ |
D | Makefile | 22 obj-$(CONFIG_VIDEO_V4L2) += v4l2-dv-timings.o
|
/Linux-v4.19/drivers/leds/trigger/ |
D | ledtrig-netdev.c | 296 unsigned long evt, void *dv) in netdev_trig_notify() argument 299 netdev_notifier_info_to_dev((struct netdev_notifier_info *)dv); in netdev_trig_notify()
|
/Linux-v4.19/drivers/net/ethernet/intel/i40e/ |
D | i40e_common.c | 2504 struct i40e_driver_version *dv, in i40e_aq_send_driver_version() argument 2513 if (dv == NULL) in i40e_aq_send_driver_version() 2519 cmd->driver_major_ver = dv->major_version; in i40e_aq_send_driver_version() 2520 cmd->driver_minor_ver = dv->minor_version; in i40e_aq_send_driver_version() 2521 cmd->driver_build_ver = dv->build_version; in i40e_aq_send_driver_version() 2522 cmd->driver_subbuild_ver = dv->subbuild_version; in i40e_aq_send_driver_version() 2525 while (len < sizeof(dv->driver_string) && in i40e_aq_send_driver_version() 2526 (dv->driver_string[len] < 0x80) && in i40e_aq_send_driver_version() 2527 dv->driver_string[len]) in i40e_aq_send_driver_version() 2529 status = i40e_asq_send_command(hw, &desc, dv->driver_string, in i40e_aq_send_driver_version()
|
D | i40e_prototype.h | 103 struct i40e_driver_version *dv,
|
/Linux-v4.19/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-v4.19/drivers/isdn/i4l/ |
D | isdn_net.c | 2977 int ch, dv, idx; in isdn_net_getpeer() local 2988 dv = p->local->isdn_device; in isdn_net_getpeer() 2989 if (ch < 0 && dv < 0) in isdn_net_getpeer() 2991 idx = isdn_dc2minor(dv, ch); in isdn_net_getpeer()
|
/Linux-v4.19/Documentation/sound/hd-audio/ |
D | models.rst | 681 HP dv series 723 HP dv-7 4000
|