Searched refs:relay (Results 1 - 70 of 70) sorted by relevance

/linux-4.4.14/include/linux/
H A Drelay.h2 * linux/include/linux/relay.h
29 * Per-cpu relay channel buffer
102 * buf_mapped - relay buffer mmap notification
104 * @filp: relay file pointer
106 * Called when a relay file is successfully mmapped
112 * buf_unmapped - relay buffer unmap notification
114 * @filp: relay file pointer
116 * Called when a relay file is successfully unmapped
121 * create_buf_file - create file to represent a relay channel buffer
131 * created outside of relay, the parent must also exist in
135 * to represent the relay buffer.
141 * See Documentation/filesystems/relay.txt for more info.
150 * remove_buf_file - remove file representing a relay channel buffer
163 * CONFIG_RELAY kernel API, kernel/relay.c
188 * @chan: relay channel
217 * @chan: relay channel
243 * @chan: relay channel
270 * @buf: relay channel buffer
284 * exported relay file operations, kernel/relay.c
H A Dif_pppox.h34 struct sockaddr_pppox relay; /* what socket data will be member in struct:pppoe_opt
62 #define pppoe_relay proto.pppoe.relay
H A Dblktrace_api.h5 #include <linux/relay.h>
H A Dsdla.h6 * Global definitions for the Frame relay interface.
H A Dnetdevice.h12 * Corey Minyard <wf-rch!minyard@relay.EU.net>
/linux-4.4.14/drivers/staging/comedi/drivers/
H A Damplc_pc263.c3 Driver for Amplicon PC263 and PCI263 relay boards.
32 connected to a reed-relay. Relay contacts are closed when output is 1.
91 /* read initial relay state */ pc263_attach()
110 MODULE_DESCRIPTION("Comedi driver for Amplicon PC263 relay board");
H A Damplc_pci263.c3 Driver for Amplicon PCI263 relay board.
31 connected to a reed-relay. Relay contacts are closed when output is 1.
78 /* read initial relay state */ pci263_auto_attach()
113 MODULE_DESCRIPTION("Comedi driver for Amplicon PCI263 relay board");
H A Dadv_pci_dio.c161 #define CMD_SetRelaysOutput 0x01 /* Set relay output from OMB0 */
162 #define CMD_GetRelaysStatus 0x02 /* Get relay status to IMB0 */
666 omb[2] = CMD_SetRelaysOutput; /* reset relay outputs */ pci1760_reset()
H A Dusbdux.c1364 * data[2] = sign (for a relay) usbdux_pwm_config()
H A Dusbduxsigma.c1206 * data[2] = sign (for a relay) usbduxsigma_pwm_config()
/linux-4.4.14/include/uapi/linux/
H A Dwatchdog.h40 #define WDIOF_EXTERN1 0x0004 /* External relay 1 */
41 #define WDIOF_EXTERN2 0x0008 /* External relay 2 */
H A Dnetdevice.h12 * Corey Minyard <wf-rch!minyard@relay.EU.net>
H A Dsdla.h6 * Global definitions for the Frame relay interface.
/linux-4.4.14/arch/mips/lantiq/xway/
H A Dvmmc.c42 if (gpio_request(gpio, "vmmc-relay")) vmmc_probe()
/linux-4.4.14/drivers/media/pci/solo6x10/
H A Dsolo6x10-gpio.c88 /* We use bit 8-15 of SOLO_GPIO_CONFIG_0 for relay purposes */ solo_gpio_config()
91 /* Initially set relay status to 0 */ solo_gpio_config()
/linux-4.4.14/kernel/
H A Drelay.c2 * Public API and common code for kernel->userspace relay file support.
4 * See Documentation/filesystems/relay.txt for an overview.
9 * Moved to kernel/relay.c by Paul Mundt, 2006.
20 #include <linux/relay.h>
31 * close() vm_op implementation for relay file mapping.
40 * fault() vm_op implementation for relay file mapping.
61 * vm_ops for relay file mappings.
89 * @buf: relay channel buffer
158 * @chan: the relay channel
192 * @kref: target kernel reference that contains the relay channel
225 * @kref: target kernel reference that contains the relay buffer
262 * High-level relay kernel API and associated functions.
320 /* relay channel default callbacks */
433 * relay_open_buf - create a new relay channel buffer
551 * relay_open - create a new relay channel
828 printk(KERN_WARNING "relay: one or more items not logged " relay_close()
865 * relay_file_open - open file op for relay files
881 * relay_file_mmap - mmap file op for relay files
894 * relay_file_poll - poll file op for relay files
918 * relay_file_release - release file op for relay files
1012 * @buf: relay channel buffer
1039 * @buf: relay channel buffer
1070 * @buf: relay channel buffer
H A DMakefile77 obj-$(CONFIG_RELAY) += relay.o
/linux-4.4.14/arch/um/kernel/
H A Dtime.c77 /* userspace - relay signal, results in correct userspace timers */ um_timer()
H A Dtrap.c316 printk(KERN_ERR "Attempted to relay unknown signal %d (si_code = %d)\n", relay_signal()
/linux-4.4.14/drivers/net/ethernet/intel/i40e/
H A Di40e_debugfs.c1021 dev_info(&pf->pdev->dev, "added VSI %d to relay %d\n", i40e_dbg_command_write()
1044 } else if (strncmp(cmd_buf, "add relay", 9) == 0) { i40e_dbg_command_write()
1051 "add relay: bad command string, cnt=%d\n", i40e_dbg_command_write()
1056 "add relay %d: bad uplink seid\n", i40e_dbg_command_write()
1064 "add relay: VSI %d not found\n", vsi_seid); i40e_dbg_command_write()
1074 "add relay: relay uplink %d not found\n", i40e_dbg_command_write()
1082 dev_info(&pf->pdev->dev, "added relay %d\n", veb->seid); i40e_dbg_command_write()
1084 dev_info(&pf->pdev->dev, "add relay failed\n"); i40e_dbg_command_write()
1086 } else if (strncmp(cmd_buf, "del relay", 9) == 0) { i40e_dbg_command_write()
1091 "del relay: bad command string, cnt=%d\n", i40e_dbg_command_write()
1096 "del relay %d: bad relay seid\n", veb_seid); i40e_dbg_command_write()
1106 "del relay: relay %d not found\n", veb_seid); i40e_dbg_command_write()
1110 dev_info(&pf->pdev->dev, "deleting relay %d\n", veb_seid); i40e_dbg_command_write()
1949 dev_info(&pf->pdev->dev, " add relay <uplink_seid> <vsi_seid>\n"); i40e_dbg_command_write()
1950 dev_info(&pf->pdev->dev, " del relay <relay_seid>\n"); i40e_dbg_command_write()
H A Di40e.h364 u16 lan_veb; /* initial relay, if exists */
H A Di40e_main.c9683 /* if one seid is 0, the other must be 0 to create a floating relay */ i40e_veb_setup()
/linux-4.4.14/drivers/net/wireless/ath/ath9k/
H A Dcommon-spectral.h99 /* relay(fs) channel for spectral scan */
H A Dcommon-spectral.c17 #include <linux/relay.h>
H A Dinit.c23 #include <linux/relay.h>
/linux-4.4.14/drivers/char/tpm/
H A Dtpm-dev.c96 if (ret_size > 0) { /* relay data */ tpm_read()
/linux-4.4.14/arch/um/drivers/
H A Dchan_user.c119 * ttys and relay them inside UML to whatever might be running on the
/linux-4.4.14/sound/pci/ice1712/
H A Dquartet.c122 /* Mic/Line select relay (0:line, 1:mic) */
597 /* turn off relay */ qtet_ain12_sw_put()
602 /* turn on relay */ qtet_ain12_sw_put()
609 /* turn on relay */ qtet_ain12_sw_put()
/linux-4.4.14/sound/pci/oxygen/
H A Dxonar_dg.c43 * channel of CS4361 (mechanical relay)
/linux-4.4.14/drivers/staging/gdm724x/
H A Dgdm_lte.c600 u8 hops; /* used by relay agents only */ gdm_lte_netif_rx()
617 u32 gateway_nip; /* relay agent IP address */ gdm_lte_netif_rx()
/linux-4.4.14/arch/x86/mm/
H A Dmmio-mod.c20 * Derived from the read-mod example from relay-examples by Tom Zanussi.
/linux-4.4.14/include/net/
H A Dip_tunnels.h64 /* 6rd prefix/relay information */
H A Dsock.h12 * Corey Minyard <wf-rch!minyard@relay.EU.net>
/linux-4.4.14/drivers/net/wireless/ath/ath10k/
H A Dspectral.c17 #include <linux/relay.h>
H A Dcore.h820 /* relay(fs) channel for spectral scan */
/linux-4.4.14/net/ipv4/netfilter/
H A Dipt_SYNPROXY.c141 /* ack_seq is used to relay our ISN to the synproxy hook to initialize synproxy_send_server_syn()
/linux-4.4.14/net/ipv6/netfilter/
H A Dip6t_SYNPROXY.c154 /* ack_seq is used to relay our ISN to the synproxy hook to initialize synproxy_send_server_syn()
/linux-4.4.14/include/linux/hsi/
H A Dhsi.h365 * When sharing ports, clients should either relay on a single
/linux-4.4.14/drivers/media/pci/bt8xx/
H A Ddvb-bt8xx.c255 bttv_write_gpio(card->bttv_nr, 1, 1); /* relay on */ pinnsat_tuner_init()
264 bttv_write_gpio(card->bttv_nr, 1, 0); /* relay off */ pinnsat_tuner_sleep()
/linux-4.4.14/drivers/media/firewire/
H A Dfiredtv-avc.c319 operand[pos++] = 0x13; /* flowfunction relay */ add_pid_filter()
651 c->operand[pos++] = 0x13; /* flowfunction relay */ avc_tuner_set_pids()
/linux-4.4.14/include/sound/
H A Dac97_codec.h264 #define AC97_GPIO_LINE1_HL1R 0x0020 /* Opt./ Handset to Line1 relay control (out) */
274 #define AC97_GPIO_LINE2_HL1R 0x8000 /* Opt./ Handset to Line2 relay control (out) */
/linux-4.4.14/drivers/watchdog/
H A Dpcwd.c109 #define WD_RLY2 0x08 /* External relay triggered */
110 #define WD_SRLY2 0x80 /* Software external relay triggered */
H A Dpcwd_pci.c378 /* clear trip status & LED and keep mode of relay 2 */ pcipcwd_clear_status()
/linux-4.4.14/drivers/usb/gadget/function/
H A Df_hid.c636 * We can use hidg_desc struct here but we should not relay hidg_bind()
/linux-4.4.14/drivers/infiniband/core/
H A Droce_gid_mgmt.c726 /* We relay on the netdevice notifier to enumerate all roce_gid_mgmt_init()
/linux-4.4.14/drivers/hsi/
H A Dhsi.c581 * HSI controllers relay on pre-allocated buffers from their clients and they
/linux-4.4.14/net/ipv4/
H A Dtcp_timer.c11 * Corey Minyard <wf-rch!minyard@relay.EU.net>
H A Dip_gre.c86 - traceroute does not work. I planned to relay ICMP from tunnel,
H A Dtcp_minisocks.c11 * Corey Minyard <wf-rch!minyard@relay.EU.net>
H A Dipconfig.c632 __be32 relay_ip; /* IP address of BOOTP relay */
H A Dtcp.c11 * Corey Minyard <wf-rch!minyard@relay.EU.net>
H A Dtcp_output.c11 * Corey Minyard <wf-rch!minyard@relay.EU.net>
H A Dtcp_input.c11 * Corey Minyard <wf-rch!minyard@relay.EU.net>
/linux-4.4.14/tools/perf/util/
H A Dcallchain.c594 /* matches not, relay no the parent */ append_chain()
/linux-4.4.14/drivers/s390/net/
H A Dqeth_core_main.c620 "reflective relay mode\n", qeth_check_ipa_data()
4322 "support reflective relay mode\n"); qeth_setadpparms_set_access_ctrl_cb()
4327 dev_err(&card->gdev->dev, "The reflective relay mode cannot be " qeth_setadpparms_set_access_ctrl_cb()
4333 dev_warn(&card->gdev->dev, "Turning off reflective relay mode " qeth_setadpparms_set_access_ctrl_cb()
/linux-4.4.14/drivers/staging/comedi/
H A Dcomedi.h294 /* sets H bridge: duty cycle and sign bit for a relay at the
/linux-4.4.14/drivers/hsi/clients/
H A Dssi_protocol.c477 * in that case we relay on audio timers. ssip_keep_alive()
/linux-4.4.14/drivers/net/wan/
H A Dsdla.c6 * Global definitions for the Frame relay interface.
/linux-4.4.14/drivers/net/wimax/i2400m/
H A Ddriver.c96 * WiMAX stack operation: relay a message from user space
/linux-4.4.14/kernel/trace/
H A Dblktrace.c249 * some space in the relay per-cpu buffer, to prevent an irq __blk_add_trace()
/linux-4.4.14/drivers/staging/dgnc/
H A Ddgnc_tty.c599 * can to relay the data to the user. dgnc_input()
/linux-4.4.14/drivers/tty/
H A Dsynclink_gt.c1426 * called by generic HDLC layer when protocol selected (PPP, frame relay, etc.)
H A Dsynclinkmp.c1542 * called by generic HDLC layer when protocol selected (PPP, frame relay, etc.)
H A Dsynclink.c7638 * called by generic HDLC layer when protocol selected (PPP, frame relay, etc.)
/linux-4.4.14/drivers/ata/
H A Dlibata-scsi.c3471 /* relay SCSI command to ATAPI device */ __ata_scsi_queuecmd()
/linux-4.4.14/drivers/char/pcmcia/
H A Dsynclink_cs.c3894 * called by generic HDLC layer when protocol selected (PPP, frame relay, etc.)
/linux-4.4.14/drivers/usb/core/
H A Dhub.c3176 * However, many USB hubs have a bug: They don't relay wakeup requests usb_port_suspend()
/linux-4.4.14/drivers/staging/dgap/
H A Ddgap.c1640 * can to relay the data to the user. dgap_input()
/linux-4.4.14/drivers/net/ethernet/sfc/
H A Dmcdi_pcol.h269 * for handling such case, e.g. to relay the failed request
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_link.c1980 /* Set rx control: Strip CRC and enable BigMAC to relay bnx2x_update_pfc_bmac2()

Completed in 4892 milliseconds