Home
last modified time | relevance | path

Searched refs:dv (Results 1 – 23 of 23) sorted by relevance

/linux-4.4.14/drivers/isdn/divert/
Disdn_divert.c390 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.4.14/drivers/sbus/char/
Djsflash.c110 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.4.14/arch/cris/include/arch-v32/arch/hwregs/iop/
Diop_dmc_out_defs.h135 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.4.14/drivers/misc/mic/bus/
Dmic_bus.c74 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()
Dscif_bus.c73 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-4.4.14/Documentation/devicetree/bindings/sound/
Dtlv320aic32x4.txt11 "dv" - Digital core power supply
13 If you supply ldoin, dv and av are optional. Otherwise they are required
/linux-4.4.14/lib/lzo/
Dlzo1x_compress.c40 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.4.14/drivers/video/fbdev/geode/
Dlxfb_ops.c350 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.4.14/drivers/input/tablet/
Daiptek.c440 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.4.14/drivers/media/v4l2-core/
DMakefile22 obj-$(CONFIG_VIDEO_V4L2) += v4l2-dv-timings.o
/linux-4.4.14/drivers/net/ethernet/intel/i40e/
Di40e_common.c2196 struct i40e_driver_version *dv, in i40e_aq_send_driver_version() argument
2205 if (dv == NULL) in i40e_aq_send_driver_version()
2211 cmd->driver_major_ver = dv->major_version; in i40e_aq_send_driver_version()
2212 cmd->driver_minor_ver = dv->minor_version; in i40e_aq_send_driver_version()
2213 cmd->driver_build_ver = dv->build_version; in i40e_aq_send_driver_version()
2214 cmd->driver_subbuild_ver = dv->subbuild_version; in i40e_aq_send_driver_version()
2217 while (len < sizeof(dv->driver_string) && in i40e_aq_send_driver_version()
2218 (dv->driver_string[len] < 0x80) && in i40e_aq_send_driver_version()
2219 dv->driver_string[len]) in i40e_aq_send_driver_version()
2221 status = i40e_asq_send_command(hw, &desc, dv->driver_string, in i40e_aq_send_driver_version()
Di40e_prototype.h118 struct i40e_driver_version *dv,
Di40e_main.c6668 struct i40e_driver_version dv; in i40e_send_version() local
6670 dv.major_version = DRV_VERSION_MAJOR; in i40e_send_version()
6671 dv.minor_version = DRV_VERSION_MINOR; in i40e_send_version()
6672 dv.build_version = DRV_VERSION_BUILD; in i40e_send_version()
6673 dv.subbuild_version = 0; in i40e_send_version()
6674 strlcpy(dv.driver_string, DRV_VERSION, sizeof(dv.driver_string)); in i40e_send_version()
6675 i40e_aq_send_driver_version(&pf->hw, &dv, NULL); in i40e_send_version()
/linux-4.4.14/Documentation/sound/alsa/
DHD-Audio-Models.txt265 hp-dv5 HP dv series
288 hp-dv7-4000 HP dv-7 4000
/linux-4.4.14/Documentation/DocBook/
Ddevice-drivers.xml.db831 API-v4l2-check-dv-timings-fnc
832 API-v4l2-valid-dv-timings
833 API-v4l2-enum-dv-timings-cap
834 API-v4l2-find-dv-timings-cap
835 API-v4l2-match-dv-timings
836 API-v4l2-print-dv-timings
Dscsi.xml.db144 API-spi-schedule-dv-device
D.device-drivers.xml.cmd2 …h include/media/v4l2-async.h include/media/v4l2-ctrls.h include/media/v4l2-dv-timings.h include/me…
/linux-4.4.14/Documentation/scsi/
Daic7xxx.txt291 Option: dv: {value[,value...]}
295 Example: dv:{-1,0,,1,1,0}
Daic79xx.txt314 Option: dv: {value[,value...]}
318 Example: dv:{-1,0,,1,1,0}
/linux-4.4.14/drivers/isdn/i4l/
Disdn_net.c2979 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.4.14/drivers/staging/lustre/lustre/llite/
Dfile.c1945 __u64 dv; in ll_swap_layouts() local
2024 rc = ll_data_version(llss->inode1, &dv, 0); in ll_swap_layouts()
2027 if (dv != llss->dv1) { in ll_swap_layouts()
2034 rc = ll_data_version(llss->inode2, &dv, 0); in ll_swap_layouts()
2037 if (dv != llss->dv2) { in ll_swap_layouts()
/linux-4.4.14/arch/arm/boot/dts/
Dr8a7740.dtsi433 clock-output-names = "dv";
/linux-4.4.14/include/uapi/linux/
DKbuild429 header-y += v4l2-dv-timings.h