/linux-4.1.27/drivers/media/pci/cx88/ |
D | cx88-dsp.c | 36 #define baseband_freq(carrier, srate, tone) ((s32)( \ argument 37 (compat_remainder(carrier + tone, srate)) / srate * 2 * INT_PI)) 157 s32 carrier, stereo, dual, noise; in detect_a2_a2m_eiaj() local 184 carrier = freq_magnitude(x, N, carrier_freq); in detect_a2_a2m_eiaj() 190 "noise=%d\n", carrier, stereo, dual, noise); in detect_a2_a2m_eiaj() 199 if ((carrier > max(stereo, dual)*2) && in detect_a2_a2m_eiaj() 200 (carrier < max(stereo, dual)*6) && in detect_a2_a2m_eiaj() 201 (carrier > 20 && carrier < 200) && in detect_a2_a2m_eiaj() 208 if ((carrier > max(stereo, dual)*2) && in detect_a2_a2m_eiaj() 209 (carrier < max(stereo, dual)*8) && in detect_a2_a2m_eiaj() [all …]
|
/linux-4.1.27/Documentation/fmc/ |
D | carrier.txt | 5 registered by the carrier driver. For example, the PCI driver for the 8 do exactly the same for the VME carrier (actually, it should do it 16 (actually, the carrier driver may choose whether or not to return it - 35 struct fmc_operations *op; /* carrier-provided */ 46 int nr_slots; /* Number of slots in this carrier */ 59 The following fields must be filled by the carrier driver before 78 * carrier_data: a unique pointer for the carrier. 91 Please note that the carrier should read its own EEPROM memory before 122 As I write this, she SPEC carrier is already completely functional in 129 The carrier provides a number of methods by means of the [all …]
|
D | mezzanine.txt | 5 gateware. As such, it is expected to be independent of the carrier 7 carrier-provided functions. 24 In even more special cases, the driver may access carrier-specific 26 which is the current carrier and make use of the `carrier_data' 27 pointer. We chose to use carrier names rather than numeric identifiers 30 their own carriers. An example use of carrier names is in GPIO setup 33 carriers, please check the carrier name and fail gracefully if your 82 The parameters are carrier-specific, in that they rely on the busid 92 This is an array of integers, listing carrier-specific 96 matches). This is accomplished by the validate carrier method. [all …]
|
D | fmc-fakedev.txt | 22 [ 99.971247] fake-fmc-carrier: mezzanine 0 27 [ 121.447464] fake-fmc-carrier: Mezzanine 0: eeprom "fdelay-eeprom.bin" 28 [ 121.462725] fake-fmc-carrier: mezzanine 0
|
D | FMC-and-SDB.txt | 6 card, and such drivers must work regardless of the carrier being used. 9 We have a carrier for PCI-E called SPEC and one for VME called SVEC, 40 called carrier from now on, and a single carrier may host more than one 44 carrier is mostly digital, and hosts an FPGA that must be configured to
|
D | 00-INDEX | 19 carrier.txt 20 - writing a carrier (a device)
|
D | fmc-write-eeprom.txt | 90 the operation may on the carrier driver, if the carrier is unable to 93 the FPGA with a custom circuit, the carrier is unable to access the
|
D | API.txt | 37 If a carrier hosts slots that are driven by different FPGA devices, it
|
/linux-4.1.27/drivers/fmc/ |
D | Kconfig | 10 standard for mezzanine cards that plug into a carrier board. 11 This kernel subsystem supports the matching between carrier 13 EEPROM, as well as having carrier-independent drivers. 24 This is a fake carrier, bringing a default EEPROM content 32 The driver also handles interrupts (we used it with a real carrier 40 its binary and the function carrier->reprogram to actually do it.
|
/linux-4.1.27/drivers/net/wan/ |
D | hdlc.c | 126 if (hdlc->carrier == on) in hdlc_device_event() 129 hdlc->carrier = on; in hdlc_device_event() 134 if (hdlc->carrier) { in hdlc_device_event() 155 hdlc->carrier, hdlc->open); in hdlc_open() 169 if (hdlc->carrier) { in hdlc_open() 189 hdlc->carrier, hdlc->open); in hdlc_close() 195 if (hdlc->carrier) in hdlc_close() 251 hdlc->carrier = 1; in hdlc_setup()
|
D | ixp4xx_hss.c | 267 unsigned int initialized, carrier; member 625 static void hss_hdlc_set_carrier(void *pdev, int carrier) in hss_hdlc_set_carrier() argument 632 port->carrier = carrier; in hss_hdlc_set_carrier() 634 if (carrier) in hss_hdlc_set_carrier() 1304 if (port->loopback || port->carrier) in hss_hdlc_ioctl()
|
/linux-4.1.27/drivers/media/pci/saa7134/ |
D | saa7134-tvaudio.c | 165 static u32 tvaudio_carr2reg(u32 carrier) in tvaudio_carr2reg() argument 167 u64 a = carrier; in tvaudio_carr2reg() 479 int max1,max2,carrier,rx,mode,lastmode,default_carrier; in tvaudio_thread() local 510 carrier = 0; in tvaudio_thread() 524 carrier = default_carrier; in tvaudio_thread() 538 carrier = mainscan[i].carr; in tvaudio_thread() 545 if (0 != carrier && max1 > 2000 && max1 > max2*3) { in tvaudio_thread() 548 dev->tvnorm->name, carrier/1000, carrier%1000, in tvaudio_thread() 550 dev->last_carrier = carrier; in tvaudio_thread() 555 carrier = dev->last_carrier; in tvaudio_thread() [all …]
|
/linux-4.1.27/drivers/media/rc/ |
D | iguanair.c | 54 uint32_t carrier; member 294 static int iguanair_set_tx_carrier(struct rc_dev *dev, uint32_t carrier) in iguanair_set_tx_carrier() argument 298 if (carrier < 25000 || carrier > 150000) in iguanair_set_tx_carrier() 303 if (carrier != ir->carrier) { in iguanair_set_tx_carrier() 306 ir->carrier = carrier; in iguanair_set_tx_carrier() 308 cycles = DIV_ROUND_CLOSEST(24000000, carrier * 2) - in iguanair_set_tx_carrier() 333 return carrier; in iguanair_set_tx_carrier() 361 periods = DIV_ROUND_CLOSEST(txbuf[i] * ir->carrier, 1000000); in iguanair_tx()
|
D | mceusb.c | 453 u32 carrier; member 546 u32 carrier, period; in mceusb_dev_printdata() local 639 carrier = (1000 * 1000) / period; in mceusb_dev_printdata() 641 inout, carrier, period); in mceusb_dev_printdata() 895 static int mceusb_set_tx_carrier(struct rc_dev *dev, u32 carrier) in mceusb_set_tx_carrier() argument 904 if (ir->carrier != carrier) { in mceusb_set_tx_carrier() 906 if (carrier == 0) { in mceusb_set_tx_carrier() 907 ir->carrier = carrier; in mceusb_set_tx_carrier() 912 return carrier; in mceusb_set_tx_carrier() 916 divisor = (clk >> (2 * prescaler)) / carrier; in mceusb_set_tx_carrier() [all …]
|
D | rc-loopback.c | 66 static int loop_set_tx_carrier(struct rc_dev *dev, u32 carrier) in loop_set_tx_carrier() argument 70 dprintk("setting tx carrier: %u\n", carrier); in loop_set_tx_carrier() 71 lodev->txcarrier = carrier; in loop_set_tx_carrier()
|
D | redrat3.c | 202 u32 carrier; member 699 static int redrat3_set_tx_carrier(struct rc_dev *rcdev, u32 carrier) in redrat3_set_tx_carrier() argument 704 dev_dbg(dev, "Setting modulation frequency to %u", carrier); in redrat3_set_tx_carrier() 705 if (carrier == 0) in redrat3_set_tx_carrier() 708 rr3->carrier = carrier; in redrat3_set_tx_carrier() 710 return carrier; in redrat3_set_tx_carrier() 787 irdata->mod_freq_count = cpu_to_be16(mod_freq_to_val(rr3->carrier)); in redrat3_transmit_ir() 996 rr3->carrier = 38000; in redrat3_dev_probe()
|
D | ene_ir.c | 336 int carrier, duty_cycle; in ene_rx_sense_carrier() local 351 carrier = 2000000 / period; in ene_rx_sense_carrier() 354 carrier, duty_cycle); in ene_rx_sense_carrier() 357 ev.carrier = carrier; in ene_rx_sense_carrier() 892 static int ene_set_tx_carrier(struct rc_dev *rdev, u32 carrier) in ene_set_tx_carrier() argument 897 dbg("TX: attempt to set tx carrier to %d kHz", carrier); in ene_set_tx_carrier() 898 if (carrier == 0) in ene_set_tx_carrier() 901 period = 2000000 / carrier; in ene_set_tx_carrier()
|
D | nuvoton-cir.c | 474 u32 count, carrier, duration = 0; 493 carrier = MS_TO_NS(count) / duration; 495 if ((carrier > MAX_CARRIER) || (carrier < MIN_CARRIER)) 499 carrier, count, duration); 501 return carrier; 511 static int nvt_set_tx_carrier(struct rc_dev *dev, u32 carrier) in nvt_set_tx_carrier() argument 516 if (carrier == 0) in nvt_set_tx_carrier() 520 val = 3000000 / (carrier) - 1; in nvt_set_tx_carrier()
|
D | fintek-cir.h | 111 u32 carrier; member
|
D | nuvoton-cir.h | 112 u32 carrier; member
|
D | winbond-cir.c | 348 ev.carrier = DIV_ROUND_CLOSEST(counter * 1000000u, in wbcir_carrier_report() 567 wbcir_txcarrier(struct rc_dev *dev, u32 carrier) in wbcir_txcarrier() argument 574 freq = DIV_ROUND_CLOSEST(carrier, 1000); in wbcir_txcarrier()
|
D | ir-lirc-codec.c | 56 sample = LIRC_FREQUENCY(ev.carrier); in ir_lirc_decode()
|
D | ite-cir.c | 355 static int ite_set_tx_carrier(struct rc_dev *rcdev, u32 carrier) in ite_set_tx_carrier() argument 361 dev->params.tx_carrier_freq = carrier; in ite_set_tx_carrier()
|
D | Kconfig | 343 The driver uses omap DM timers for generating the carrier
|
/linux-4.1.27/drivers/ipack/carriers/ |
D | Kconfig | 2 tristate "Support for the TEWS TPCI-200 IndustryPack carrier board" 6 This driver adds support for the TEWS TPCI200 IndustryPack carrier board.
|
/linux-4.1.27/drivers/mcb/ |
D | Kconfig | 20 tristate "PCI based MCB carrier" 25 This is a MCB carrier on a PCI device. Both PCI attached on-board
|
D | mcb-core.c | 186 struct mcb_bus *mcb_alloc_bus(struct device *carrier) in mcb_alloc_bus() argument 203 bus->carrier = carrier; in mcb_alloc_bus()
|
D | mcb-pci.c | 27 struct device *dev = mbus->carrier; in mcb_pci_get_irq()
|
/linux-4.1.27/include/linux/ |
D | mcb.h | 32 struct device *carrier; member 112 extern struct mcb_bus *mcb_alloc_bus(struct device *carrier);
|
D | hdlc.h | 48 int carrier; member
|
/linux-4.1.27/drivers/media/dvb-frontends/ |
D | hd29l2.c | 346 u8 modulation, carrier, guard_interval, interleave, code_rate; in hd29l2_search() local 462 carrier = HD29L2_CARRIER_MULTI; in hd29l2_search() 472 tmp = (carrier << 2) | guard_interval; in hd29l2_search() 505 ret = hd29l2_rd_reg_mask(priv, 0x81, &carrier, 0x04); in hd29l2_search() 511 __func__, modulation, guard_interval, carrier); in hd29l2_search() 513 if ((carrier == HD29L2_CARRIER_MULTI) && (modulation == HD29L2_QAM64) && in hd29l2_search()
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | tegra30-apalis-eval.dts | 72 * GEN1_I2C: I2C1_SDA/SCL on MXM3 pin 209/211 (e.g. RTC on carrier 84 /* M41T0M6 real time clock on carrier board */ 95 * carrier board)
|
D | tegra30-colibri-eval-v3.dts | 49 * GEN1_I2C: I2C_SDA/SCL on SODIMM pin 194/196 (e.g. RTC on carrier 56 /* M41T0M6 real time clock on carrier board */
|
D | vf-colibri-eval-v3.dtsi | 88 /* M41T0M6 real time clock on carrier board */
|
/linux-4.1.27/include/media/ |
D | rc-core.h | 164 int (*s_tx_carrier)(struct rc_dev *dev, u32 carrier); 218 u32 carrier; member
|
/linux-4.1.27/drivers/ipack/ |
D | Kconfig | 10 are IndustryPack carrier boards, which interface another bus (such as
|
/linux-4.1.27/Documentation/video4linux/bttv/ |
D | Insmod-options | 82 only, important for the audio carrier). 123 and the sound on 1st carrier (i.e. FM mono or AM). 146 amsound=1 Audio carrier is AM/NICAM at 6.5 Mhz. This 148 carrier autoscan seems to work with FM only...
|
/linux-4.1.27/arch/arm/mach-ixp4xx/include/mach/ |
D | platform.h | 110 void (*set_carrier_cb)(void *pdev, int carrier));
|
/linux-4.1.27/drivers/net/ethernet/amd/ |
D | am79c961a.c | 309 unsigned int lnkstat, carrier; in am79c961_timer() local 315 carrier = netif_carrier_ok(dev); in am79c961_timer() 317 if (lnkstat && !carrier) { in am79c961_timer() 320 } else if (!lnkstat && carrier) { in am79c961_timer()
|
/linux-4.1.27/net/tipc/ |
D | Kconfig | 11 originates from Ericsson where it has been used in carrier grade
|
/linux-4.1.27/arch/arm/mach-ixp4xx/ |
D | goramo_mlr.c | 130 static void (*set_carrier_cb_tab[2])(void *pdev, int carrier); 163 void (*set_carrier_cb)(void *pdev, int carrier)) in hss_open() argument
|
/linux-4.1.27/drivers/media/tuners/ |
D | tda9887.c | 319 static char *carrier[4] = { in dump_write_message() local 368 carrier[(buf[3] & 0x03)]); in dump_write_message()
|
/linux-4.1.27/net/atm/ |
D | atm_sysfs.c | 101 static DEVICE_ATTR(carrier, S_IRUGO, show_carrier, NULL);
|
/linux-4.1.27/Documentation/arm/ |
D | IXP4xx | 149 plugged into a carrier board to function. Currently Linux only 150 supports the Motorola PrPMC carrier board for this platform.
|
/linux-4.1.27/drivers/net/ethernet/dec/tulip/ |
D | de2104x.c | 969 unsigned int carrier; in de21040_media_timer() local 972 carrier = (status & NetCxnErr) ? 0 : 1; in de21040_media_timer() 974 if (carrier) { in de21040_media_timer() 1050 unsigned int carrier; in de21041_media_timer() local 1056 carrier = (status & NetCxnErr) ? 0 : 1; in de21041_media_timer() 1058 if (carrier) { in de21041_media_timer()
|
/linux-4.1.27/Documentation/networking/ |
D | cops.txt | 45 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 coll:0
|
D | dm9000.txt | 132 about link (carrier) availability. This is managed by several methods
|
D | bonding.txt | 494 asserting carrier. It is similar to the Cisco EtherChannel min-links 497 (carrier on). This is useful for situations where higher level services 502 The default value is 0. This will cause carrier to be asserted (for 788 "carrier on," so if a driver does not support netif_carrier, 1676 TX packets:3286647 errors:1 dropped:0 overruns:1 carrier:0 1682 TX packets:1643167 errors:1 dropped:0 overruns:1 carrier:0 1689 TX packets:1643480 errors:0 dropped:0 overruns:0 carrier:0 1832 The MII monitor monitors only the carrier state of the local 1834 depending upon the device driver to maintain its carrier state, by 1839 then the MII monitor will rely on the driver for carrier state [all …]
|
D | operstates.txt | 88 packets. The name 'carrier' and the inversion are historical, think of
|
D | baycom.txt | 60 an additional power supply. Furthermore, it incorporates a carrier
|
D | 3c509.txt | 150 If an EtherLink III appears to transmit packets, but the "Tx carrier errors"
|
D | z8530drv.txt | 495 any time, without checking the received carrier. It 573 100 This transmitter will only be keyed when the carrier
|
D | can.txt | 1052 TX: bytes packets errors dropped carrier collsns
|
/linux-4.1.27/drivers/net/ethernet/smsc/ |
D | smsc9420.c | 1126 int carrier; in smsc9420_phy_adjust_link() local 1143 carrier = netif_carrier_ok(dev); in smsc9420_phy_adjust_link() 1144 if (carrier != pd->last_carrier) { in smsc9420_phy_adjust_link() 1145 if (carrier) in smsc9420_phy_adjust_link() 1149 pd->last_carrier = carrier; in smsc9420_phy_adjust_link()
|
D | smsc911x.c | 953 int carrier; in smsc911x_phy_adjust_link() local 977 carrier = netif_carrier_ok(dev); in smsc911x_phy_adjust_link() 978 if (carrier != pdata->last_carrier) { in smsc911x_phy_adjust_link() 980 if (carrier) { in smsc911x_phy_adjust_link() 1009 pdata->last_carrier = carrier; in smsc911x_phy_adjust_link()
|
/linux-4.1.27/drivers/net/wireless/libertas/ |
D | cfg.c | 694 int running, carrier; in lbs_scan_worker() local 707 carrier = netif_carrier_ok(priv->dev); in lbs_scan_worker() 710 if (carrier) in lbs_scan_worker() 757 if (carrier) in lbs_scan_worker()
|
/linux-4.1.27/drivers/media/pci/cx23885/ |
D | cx23888-ir.c | 398 unsigned int carrier, in control_rx_s_carrier_window() argument 403 unsigned int c16 = carrier * 16; in control_rx_s_carrier_window()
|
/linux-4.1.27/drivers/net/can/ |
D | Kconfig | 94 connects to a MODULbus carrier board.
|
/linux-4.1.27/drivers/media/i2c/cx25840/ |
D | cx25840-ir.c | 390 unsigned int carrier, in control_rx_s_carrier_window() argument 395 unsigned int c16 = carrier * 16; in control_rx_s_carrier_window()
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-class-net-statistics | 136 because of carrier errors (e.g: physical link down). See the
|
D | sysfs-class-net | 51 What: /sys/class/net/<iface>/carrier
|
/linux-4.1.27/drivers/atm/ |
D | Kconfig | 208 This driver is required for proper handling of temporary carrier 392 HE cards. This driver provides carrier detection some statistics.
|
/linux-4.1.27/drivers/net/wireless/mwifiex/ |
D | README | 114 carrier "on" | "off"
|
/linux-4.1.27/drivers/net/ethernet/davicom/ |
D | dm9000.c | 759 unsigned carrier, unsigned nsr) in dm9000_show_carrier() argument 766 if (carrier) { in dm9000_show_carrier()
|
/linux-4.1.27/Documentation/devicetree/ |
D | usage-model.txt | 138 board is a carrier for another, such as a CPU module attached to a 139 carrier board.
|
/linux-4.1.27/drivers/iio/adc/ |
D | Kconfig | 224 carrier.
|
/linux-4.1.27/Documentation/isdn/ |
D | README | 184 7 60 Wait for carrier. 197 1 = DCD follows carrier.
|
/linux-4.1.27/drivers/media/dvb-frontends/drx39xyj/ |
D | drx_driver.h | 1028 enum drx_carrier_mode carrier; /**< carrier */ member
|
/linux-4.1.27/net/core/ |
D | net-sysfs.c | 191 static DEVICE_ATTR_RW(carrier);
|
/linux-4.1.27/drivers/staging/comedi/ |
D | Kconfig | 438 tristate "Intelligent Instruments PCI-20001C carrier support" 441 Enable support for Intelligent Instruments PCI-20001C carrier
|
/linux-4.1.27/drivers/mfd/ |
D | Kconfig | 353 carrier board. This device is a PCI to MODULbus bridge which may
|
/linux-4.1.27/drivers/tty/serial/ |
D | Kconfig | 1569 on a MCB carrier.
|
/linux-4.1.27/Documentation/cdrom/ |
D | cdrom-standard.tex | 903 The history of development of the CD's use as a carrier medium for
|
/linux-4.1.27/Documentation/filesystems/ |
D | proc.txt | 1126 ...] bytes packets errs drop fifo colls carrier compressed
|
/linux-4.1.27/Documentation/s390/ |
D | Debugging390.txt | 2064 TX packets:5 errors:0 dropped:0 overruns:0 carrier:0
|
/linux-4.1.27/drivers/net/wireless/ |
D | airo.c | 690 u8 carrier[4]; member
|
/linux-4.1.27/Documentation/ |
D | kernel-parameters.txt | 2289 netpoll should wait for a carrier. By default netpoll
|