| /Linux-v5.4/lib/lzo/ |
| D | lzo1x_compress.c | 42 u32 dv; in lzo1x_1_do_compress() local 49 dv = get_unaligned_le32(ip); in lzo1x_1_do_compress() 51 if (dv == 0 && bitstream_version) { in lzo1x_1_do_compress() 88 dv = *((u32 *)ir); in lzo1x_1_do_compress() 89 if (dv) { in lzo1x_1_do_compress() 91 ir += __builtin_ctz(dv) >> 3; in lzo1x_1_do_compress() 93 ir += __builtin_clz(dv) >> 3; in lzo1x_1_do_compress() 108 t = ((dv * 0x1824429d) >> (32 - D_BITS)) & D_MASK; in lzo1x_1_do_compress() 111 if (unlikely(dv != get_unaligned_le32(m_pos))) in lzo1x_1_do_compress()
|
| /Linux-v5.4/kernel/bpf/ |
| D | tnum.c | 71 u64 dv, alpha, beta, chi, mu; in tnum_sub() local 73 dv = a.value - b.value; in tnum_sub() 74 alpha = dv + a.mask; in tnum_sub() 75 beta = dv - b.mask; in tnum_sub() 78 return TNUM(dv & ~mu, mu); in tnum_sub()
|
| /Linux-v5.4/Documentation/media/uapi/v4l/ |
| D | user-func.rst | 28 vidioc-dv-timings-cap 32 vidioc-enum-dv-timings 45 vidioc-g-dv-timings 69 vidioc-query-dv-timings
|
| D | common.rst | 46 dv-timings 55 ext-ctrls-dv
|
| D | vidioc-dv-timings-cap.rst | 96 :ref:`dv-bt-standards` for a list of standards. 100 :ref:`dv-bt-cap-capabilities` for a description of the flags. 119 - Type of DV timings as listed in :ref:`dv-timing-types`.
|
| D | vidioc-g-dv-timings.rst | 60 The ``linux/v4l2-dv-timings.h`` header can be used to get the timings of 152 :ref:`dv-bt-standards` for a list of standards. 156 :ref:`dv-bt-flags` for a description of the flags. 187 - Type of DV timings as listed in :ref:`dv-timing-types`.
|
| D | dv-timings.rst | 28 widths etc. The ``linux/v4l2-dv-timings.h`` header can be used to get
|
| /Linux-v5.4/drivers/misc/mic/bus/ |
| D | mic_bus.c | 63 static int mbus_dev_match(struct device *dv, struct device_driver *dr) in mbus_dev_match() argument 66 struct mbus_device *dev = dev_to_mbus(dv); in mbus_dev_match() 76 static int mbus_uevent(struct device *dv, struct kobj_uevent_env *env) in mbus_uevent() argument 78 struct mbus_device *dev = dev_to_mbus(dv); in mbus_uevent()
|
| D | vop_bus.c | 65 static int vop_dev_match(struct device *dv, struct device_driver *dr) in vop_dev_match() argument 68 struct vop_device *dev = dev_to_vop(dv); in vop_dev_match() 78 static int vop_uevent(struct device *dv, struct kobj_uevent_env *env) in vop_uevent() argument 80 struct vop_device *dev = dev_to_vop(dv); in vop_uevent()
|
| D | scif_bus.c | 65 static int scif_dev_match(struct device *dv, struct device_driver *dr) in scif_dev_match() argument 68 struct scif_hw_dev *dev = dev_to_scif(dv); in scif_dev_match() 78 static int scif_uevent(struct device *dv, struct kobj_uevent_env *env) in scif_uevent() argument 80 struct scif_hw_dev *dev = dev_to_scif(dv); in scif_uevent()
|
| /Linux-v5.4/Documentation/media/ |
| D | videodev2.h.rst.exceptions | 288 replace define V4L2_DV_BT_STD_CEA861 dv-bt-standards 289 replace define V4L2_DV_BT_STD_DMT dv-bt-standards 290 replace define V4L2_DV_BT_STD_CVT dv-bt-standards 291 replace define V4L2_DV_BT_STD_GTF dv-bt-standards 292 replace define V4L2_DV_BT_STD_SDI dv-bt-standards 294 replace define V4L2_DV_FL_REDUCED_BLANKING dv-bt-standards 295 replace define V4L2_DV_FL_CAN_REDUCE_FPS dv-bt-standards 296 replace define V4L2_DV_FL_CAN_DETECT_REDUCED_FPS dv-bt-standards 297 replace define V4L2_DV_FL_REDUCED_FPS dv-bt-standards 298 replace define V4L2_DV_FL_HALF_LINE dv-bt-standards [all …]
|
| /Linux-v5.4/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-v5.4/Documentation/media/kapi/ |
| D | v4l2-dv-timings.rst | 6 .. kernel-doc:: include/media/v4l2-dv-timings.h
|
| D | v4l2-core.rst | 19 v4l2-dv-timings
|
| /Linux-v5.4/drivers/input/tablet/ |
| D | aiptek.c | 419 int retval, macro, x, y, z, left, right, middle, p, dv, tip, bs, pck; in aiptek_irq() local 514 dv = (data[5] & 0x01) != 0 ? 1 : 0; in aiptek_irq() 529 if (dv != 0) { in aiptek_irq() 600 dv = (data[5] & 0x01) != 0 ? 1 : 0; in aiptek_irq() 606 if (dv != 0) { in aiptek_irq() 654 dv = (data[1] & 0x01) != 0 ? 1 : 0; in aiptek_irq() 660 macro = dv && p && tip && !(data[3] & 1) ? (data[3] >> 1) : -1; in aiptek_irq() 663 if (dv) { in aiptek_irq() 697 dv = (data[1] & 0x01) != 0 ? 1 : 0; in aiptek_irq() 702 macro = dv && p && left && !(data[3] & 1) ? (data[3] >> 1) : 0; in aiptek_irq() [all …]
|
| /Linux-v5.4/drivers/video/fbdev/geode/ |
| D | lxfb_ops.c | 346 unsigned int max, dv, val, size; in lx_set_mode() local 399 dv = DC_DV_CTL_DV_LINE_SIZE_8K; in lx_set_mode() 401 dv = DC_DV_CTL_DV_LINE_SIZE_4K; in lx_set_mode() 403 dv = DC_DV_CTL_DV_LINE_SIZE_2K; in lx_set_mode() 405 dv = DC_DV_CTL_DV_LINE_SIZE_1K; in lx_set_mode() 413 write_dc(par, DC_DV_CTL, val | dv); in lx_set_mode()
|
| /Linux-v5.4/drivers/media/v4l2-core/ |
| D | Makefile | 19 obj-$(CONFIG_VIDEO_V4L2) += v4l2-dv-timings.o
|
| /Linux-v5.4/drivers/leds/trigger/ |
| D | ledtrig-netdev.c | 297 unsigned long evt, void *dv) in netdev_trig_notify() argument 300 netdev_notifier_info_to_dev((struct netdev_notifier_info *)dv); in netdev_trig_notify()
|
| /Linux-v5.4/drivers/net/ethernet/intel/ice/ |
| D | ice_common.c | 1334 ice_aq_send_driver_ver(struct ice_hw *hw, struct ice_driver_ver *dv, in ice_aq_send_driver_ver() argument 1343 if (!dv) in ice_aq_send_driver_ver() 1349 cmd->major_ver = dv->major_ver; in ice_aq_send_driver_ver() 1350 cmd->minor_ver = dv->minor_ver; in ice_aq_send_driver_ver() 1351 cmd->build_ver = dv->build_ver; in ice_aq_send_driver_ver() 1352 cmd->subbuild_ver = dv->subbuild_ver; in ice_aq_send_driver_ver() 1355 while (len < sizeof(dv->driver_string) && in ice_aq_send_driver_ver() 1356 isascii(dv->driver_string[len]) && dv->driver_string[len]) in ice_aq_send_driver_ver() 1359 return ice_aq_send_cmd(hw, &desc, dv->driver_string, len, cd); in ice_aq_send_driver_ver()
|
| D | ice_common.h | 81 ice_aq_send_driver_ver(struct ice_hw *hw, struct ice_driver_ver *dv,
|
| D | ice_main.c | 2693 struct ice_driver_ver dv; in ice_send_version() local 2695 dv.major_ver = DRV_VERSION_MAJOR; in ice_send_version() 2696 dv.minor_ver = DRV_VERSION_MINOR; in ice_send_version() 2697 dv.build_ver = DRV_VERSION_BUILD; in ice_send_version() 2698 dv.subbuild_ver = 0; in ice_send_version() 2699 strscpy((char *)dv.driver_string, DRV_VERSION, in ice_send_version() 2700 sizeof(dv.driver_string)); in ice_send_version() 2701 return ice_aq_send_driver_ver(&pf->hw, &dv, NULL); in ice_send_version()
|
| /Linux-v5.4/drivers/net/ethernet/intel/i40e/ |
| D | i40e_common.c | 2494 struct i40e_driver_version *dv, in i40e_aq_send_driver_version() argument 2503 if (dv == NULL) in i40e_aq_send_driver_version() 2509 cmd->driver_major_ver = dv->major_version; in i40e_aq_send_driver_version() 2510 cmd->driver_minor_ver = dv->minor_version; in i40e_aq_send_driver_version() 2511 cmd->driver_build_ver = dv->build_version; in i40e_aq_send_driver_version() 2512 cmd->driver_subbuild_ver = dv->subbuild_version; in i40e_aq_send_driver_version() 2515 while (len < sizeof(dv->driver_string) && in i40e_aq_send_driver_version() 2516 (dv->driver_string[len] < 0x80) && in i40e_aq_send_driver_version() 2517 dv->driver_string[len]) in i40e_aq_send_driver_version() 2519 status = i40e_asq_send_command(hw, &desc, dv->driver_string, in i40e_aq_send_driver_version()
|
| /Linux-v5.4/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-v5.4/Documentation/sound/hd-audio/ |
| D | models.rst | 688 HP dv series 730 HP dv-7 4000
|