Home
last modified time | relevance | path

Searched full:cad (Results 1 – 25 of 61) sorted by relevance

123

/OK3568_Linux_fs/kernel/drivers/parport/
H A Dshare.c455 tmp->devices = tmp->cad = NULL; in parport_register_port()
859 if (port->cad == dev) { in parport_unregister_device()
983 if (port->cad == dev) { in parport_claim()
990 oldcad = port->cad; in parport_claim()
999 if (port->cad != oldcad) { in parport_claim()
1006 if (port->cad) in parport_claim()
1030 port->cad = dev; in parport_claim()
1136 if (dev->port->physport->cad != dev) in parport_claim_or_block()
1138 dev->name, dev->port->physport->cad ? in parport_claim_or_block()
1139 dev->port->physport->cad->name : "nobody"); in parport_claim_or_block()
[all …]
H A Dparport_gsc.h129 p->name, p->cad->name); in parport_gsc_write_control()
158 p->name, p->cad->name, in parport_gsc_frob_control()
H A Dieee1284_ops.c43 struct pardevice *dev = port->physport->cad; in parport_ieee1284_write_compat()
414 unsigned long expire = jiffies + port->cad->timeout; in parport_ieee1284_ecp_write_data()
480 struct pardevice *dev = port->cad; in parport_ieee1284_ecp_read_data()
645 unsigned long expire = jiffies + port->cad->timeout; in parport_ieee1284_ecp_write_addr()
H A Dieee1284.c68 if (!port->physport->cad->timeout) in parport_wait_event()
166 if (!port->physport->cad->timeout) in parport_wait_peripheral()
181 if (!port->physport->cad->timeout) in parport_wait_peripheral()
775 if (dev->port->physport->cad == dev) in parport_set_timeout()
H A Dparport_ip32.c1273 expire = jiffies + physport->cad->timeout; in parport_ip32_fwp_wait_polling()
1315 nfault_timeout = min((unsigned long)physport->cad->timeout, in parport_ip32_fwp_wait_interrupt()
1317 expire = jiffies + physport->cad->timeout; in parport_ip32_fwp_wait_interrupt()
1441 nfault_timeout = min((unsigned long)physport->cad->timeout, in parport_ip32_fifo_write_block_dma()
1443 expire = jiffies + physport->cad->timeout; in parport_ip32_fifo_write_block_dma()
1630 if (physport->cad->timeout <= PARPORT_INACTIVITY_O_NONBLOCK) in parport_ip32_compat_write_data()
1656 parport_ip32_drain_fifo(p, physport->cad->timeout * priv->fifo_depth); in parport_ip32_compat_write_data()
1696 if (physport->cad->timeout <= PARPORT_INACTIVITY_O_NONBLOCK) in parport_ip32_ecp_write_data()
1737 parport_ip32_drain_fifo(p, physport->cad->timeout * priv->fifo_depth); in parport_ip32_ecp_write_data()
/OK3568_Linux_fs/kernel/include/linux/
H A Dparport.h211 meaningless: devices, cad, muxsel,
220 struct pardevice *cad; /* port owner */ member
469 if (port->cad && port->cad->irq_func) in parport_generic_irq()
470 port->cad->irq_func(port->cad->private); in parport_generic_irq()
H A Dparport_pc.h167 p->name, p->cad->name); in parport_pc_write_control()
196 p->name, p->cad->name, in parport_pc_frob_control()
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/qemu/qemu/
H A DCVE-2021-3611_1.patch56 dprint(d, 2, "%s: [irr] response 0x%x, cad 0x%x\n",
58 ex = (solicited ? 0 : (1 << 4)) | dev->cad;
/OK3568_Linux_fs/kernel/sound/usb/hiface/
H A Dchip.c35 "{M2Tech,CAD},"
248 .device_name = "CAD",
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/iio/pressure/
H A Dasc,dlhl60d.yaml16 https://www.allsensors.com/cad/DS-0355_Rev_B.PDF
/OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/
H A Des-Valencia62 [Canal 67: Cuatro, CNN+, 40 Latino, Promo, La Sexta, Ser, 40 Princ., Cad. Dial]
/OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/
H A DTAPR-OHL-1.0113 (c) mechanical drawings, including CAD, CAM, and other data files
217 Products, including Gerber, CAD/CAM and other files used for
H A DCERN-OHL-1.232 …erred format for making modifications to it (e.g. the native format of the CAD tool as applicable)…
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/i18n/locales/
H A Dfr_CA67 int_curr_symbol "CAD "
H A Den_CA69 int_curr_symbol "CAD "
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/i18n/locales/
H A Dfr_CA67 int_curr_symbol "CAD "
H A Den_CA69 int_curr_symbol "CAD "
/OK3568_Linux_fs/kernel/sound/usb/
H A DKconfig145 * M2Tech CAD
/OK3568_Linux_fs/u-boot/board/egnite/ethernut5/
H A Dethernut5.c15 * embedded Ethernet devices. Hardware layouts and CAD files are
/OK3568_Linux_fs/kernel/drivers/mfd/
H A Dioc3.c563 /* Treat everything not identified by PCI subid as CAD DUO */ in ioc3_setup()
564 pr_info("ioc3: CAD DUO\n"); in ioc3_setup()
/OK3568_Linux_fs/kernel/drivers/pps/clients/
H A Dpps_parport.c193 struct pardevice *pardev = port->cad; in parport_detach()
/OK3568_Linux_fs/kernel/arch/um/drivers/
H A Dmconsole_user.c29 { "cad", mconsole_cad, MCONSOLE_INTR },
/OK3568_Linux_fs/kernel/drivers/pps/generators/
H A Dpps_gen_parport.c220 if (port->cad != device.pardev) in parport_detach()
/OK3568_Linux_fs/kernel/drivers/iio/pressure/
H A Ddlhl60d.c8 * Datasheet: https://www.allsensors.com/cad/DS-0355_Rev_B.PDF
/OK3568_Linux_fs/u-boot/arch/x86/cpu/baytrail/
H A Dfsp_configs.c94 * Codec Address: CAd value (0/1/2)

123