/kernel/linux/linux-5.10/sound/pci/echoaudio/ |
D | midi.c | 206 int bytes, sent, time; in snd_echo_midi_output_write() local 211 sent = bytes = 0; in snd_echo_midi_output_write() 218 sent = write_midi(chip, buf, bytes); in snd_echo_midi_output_write() 219 if (sent < 0) { in snd_echo_midi_output_write() 221 "write_midi() error %d\n", sent); in snd_echo_midi_output_write() 223 sent = 9000; in snd_echo_midi_output_write() 225 } else if (sent > 0) { in snd_echo_midi_output_write() 226 dev_dbg(chip->card->dev, "%d bytes sent\n", sent); in snd_echo_midi_output_write() 227 snd_rawmidi_transmit_ack(chip->midi_out, sent); in snd_echo_midi_output_write() 232 sent = 32; in snd_echo_midi_output_write() [all …]
|
/kernel/linux/linux-5.10/drivers/iommu/ |
D | exynos-iommu.c | 43 #define lv1ent_fault(sent) ((*(sent) == ZERO_LV2LINK) || \ argument 44 ((*(sent) & 3) == 0) || ((*(sent) & 3) == 3)) 45 #define lv1ent_zero(sent) (*(sent) == ZERO_LV2LINK) argument 46 #define lv1ent_page_zero(sent) ((*(sent) & 3) == 1) argument 47 #define lv1ent_page(sent) ((*(sent) != ZERO_LV2LINK) && \ argument 48 ((*(sent) & 3) == 1)) 49 #define lv1ent_section(sent) ((*(sent) & 3) == 2) argument 98 #define section_phys(sent) (sect_to_phys(*(sent)) & SECT_MASK) argument 122 #define lv2table_base(sent) (sect_to_phys(*(sent) & 0xFFFFFFC0)) argument 188 static sysmmu_pte_t *page_entry(sysmmu_pte_t *sent, sysmmu_iova_t iova) in page_entry() argument [all …]
|
/kernel/linux/linux-5.10/include/trace/events/ |
D | xdp.h | 56 int sent, int drops, int err), 58 TP_ARGS(dev, sent, drops, err), 64 __field(int, sent) 72 __entry->sent = sent; 79 __entry->sent, __entry->drops, __entry->err) 259 int sent, int drops, int err), 261 TP_ARGS(from_dev, to_dev, sent, drops, err), 268 __field(int, sent) 277 __entry->sent = sent; 287 __entry->sent, __entry->drops,
|
/kernel/linux/linux-5.10/net/x25/ |
D | x25_out.c | 52 int sent=0, noblock = X25_SKB_CB(skb)->flags & MSG_DONTWAIT; in x25_output() local 73 return sent; in x25_output() 77 "sent\n", err, sent); in x25_output() 101 sent += len; in x25_output() 107 sent = skb->len - header_len; in x25_output() 109 return sent; in x25_output()
|
/kernel/linux/linux-5.10/net/bluetooth/ |
D | hci_event.c | 159 void *sent; in hci_cc_write_link_policy() local 166 sent = hci_sent_cmd_data(hdev, HCI_OP_WRITE_LINK_POLICY); in hci_cc_write_link_policy() 167 if (!sent) in hci_cc_write_link_policy() 174 conn->link_policy = get_unaligned_le16(sent + 2); in hci_cc_write_link_policy() 196 void *sent; in hci_cc_write_def_link_policy() local 203 sent = hci_sent_cmd_data(hdev, HCI_OP_WRITE_DEF_LINK_POLICY); in hci_cc_write_def_link_policy() 204 if (!sent) in hci_cc_write_def_link_policy() 207 hdev->link_policy = get_unaligned_le16(sent); in hci_cc_write_def_link_policy() 247 struct hci_cp_read_stored_link_key *sent; in hci_cc_read_stored_link_key() local 251 sent = hci_sent_cmd_data(hdev, HCI_OP_READ_STORED_LINK_KEY); in hci_cc_read_stored_link_key() [all …]
|
/kernel/linux/linux-5.10/Documentation/input/ |
D | notifier.rst | 14 - KBD_KEYCODE events are always sent before other events, value is the keycode. 15 - KBD_UNBOUND_KEYCODE events are sent if the keycode is not bound to a keysym. 17 - KBD_UNICODE events are sent if the keycode -> keysym translation produced a 19 - KBD_KEYSYM events are sent if the keycode -> keysym translation produced a 21 - KBD_POST_KEYSYM events are sent after the treatment of non-unicode keysyms.
|
D | userio.rst | 27 /dev/userio character device in their applications. Commands are sent to the 43 ``type`` describes the type of command that is being sent. This can be any one 47 Each command should be sent by writing the struct directly to the character 50 to the kernel log. Only one command can be sent at a time, any additional data 76 ``data`` is the interrupt data being sent.
|
/kernel/linux/linux-5.10/net/smc/ |
D | smc_tx.h | 23 union smc_host_cursor sent, prep; in smc_tx_prepared_sends() local 25 smc_curs_copy(&sent, &conn->tx_curs_sent, conn); in smc_tx_prepared_sends() 27 return smc_curs_diff(conn->sndbuf_desc->len, &sent, &prep); in smc_tx_prepared_sends()
|
D | smc_tx.c | 293 union smc_host_cursor *sent, in smc_tx_advance_cursors() argument 303 smc_curs_add(conn->sndbuf_desc->len, sent, len); in smc_tx_advance_cursors() 406 union smc_host_cursor sent, prep, prod, cons; in smc_tx_rdma_writes() local 412 smc_curs_copy(&sent, &conn->tx_curs_sent, conn); in smc_tx_rdma_writes() 415 to_send = smc_curs_diff(conn->sndbuf_desc->len, &sent, &prep); in smc_tx_rdma_writes() 451 if (sent.count + dst_len <= conn->sndbuf_desc->len) { in smc_tx_rdma_writes() 456 src_len = conn->sndbuf_desc->len - sent.count; in smc_tx_rdma_writes() 460 rc = smcd_tx_rdma_writes(conn, len, sent.count, src_len, in smc_tx_rdma_writes() 463 rc = smcr_tx_rdma_writes(conn, len, sent.count, src_len, in smc_tx_rdma_writes() 470 smc_tx_advance_cursors(conn, &prod, &sent, len); in smc_tx_rdma_writes() [all …]
|
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/libertas/ |
D | if_cs.c | 562 int sent = 0; in if_cs_prog_helper() local 595 int remain = fw->size - sent; in if_cs_prog_helper() 609 &fw->data[sent], in if_cs_prog_helper() 632 sent, ret); in if_cs_prog_helper() 639 sent += count; in if_cs_prog_helper() 652 int sent; in if_cs_prog_real() local 663 for (sent = 0; sent < fw->size; sent += len) { in if_cs_prog_real() 678 sent -= len; in if_cs_prog_real() 685 &fw->data[sent], in if_cs_prog_real() 693 pr_err("can't download firmware at 0x%x\n", sent); in if_cs_prog_real()
|
/kernel/linux/linux-5.10/drivers/bluetooth/ |
D | ath3k.c | 210 int err, pipe, size, sent = 0; in ath3k_load_firmware() local 228 sent += FW_HDR_SIZE; in ath3k_load_firmware() 238 memcpy(send_buf, firmware->data + sent, size); in ath3k_load_firmware() 248 sent += size; in ath3k_load_firmware() 279 int err, pipe, size, count, sent = 0; in ath3k_load_fwfile() local 301 sent += size; in ath3k_load_fwfile() 311 memcpy(send_buf, firmware->data + sent, size); in ath3k_load_fwfile() 320 sent += size; in ath3k_load_fwfile()
|
/kernel/linux/linux-5.10/drivers/tty/hvc/ |
D | hvc_xen.c | 91 int sent = 0; in __write_console() local 102 while ((sent < len) && ((prod - cons) < sizeof(intf->out))) in __write_console() 103 intf->out[MASK_XENCONS_IDX(prod++, intf->out)] = data[sent++]; in __write_console() 108 if (sent) in __write_console() 110 return sent; in __write_console() 127 int sent = __write_console(cons, data, len); in domU_write_console() local 129 if (sent < 0) in domU_write_console() 130 return sent; in domU_write_console() 132 data += sent; in domU_write_console() 133 len -= sent; in domU_write_console()
|
/kernel/linux/linux-5.10/net/hsr/ |
D | Kconfig | 18 with other HSR capable nodes. All Ethernet frames sent over the HSR 19 device will be sent in both directions on the ring (over both slave 26 frames sent over the PRP device will be sent to both networks giving
|
/kernel/linux/linux-5.10/net/vmw_vsock/ |
D | vmci_transport_notify.c | 121 bool sent; in vmci_transport_handle_waiting_read() local 124 sent = vmci_transport_send_wrote_bh(dst, src) > 0; in vmci_transport_handle_waiting_read() 126 sent = vmci_transport_send_wrote(sk) > 0; in vmci_transport_handle_waiting_read() 128 if (sent) in vmci_transport_handle_waiting_read() 151 bool sent; in vmci_transport_handle_waiting_write() local 154 sent = vmci_transport_send_read_bh(dst, src) > 0; in vmci_transport_handle_waiting_write() 156 sent = vmci_transport_send_read(sk) > 0; in vmci_transport_handle_waiting_write() 158 if (sent) in vmci_transport_handle_waiting_write()
|
/kernel/linux/linux-5.10/drivers/staging/unisys/visorhba/ |
D | visorhba_main.c | 52 void *sent; member 155 while (devdata->pending[insert_location].sent) { in add_scsipending_entry() 167 entry->sent = new; in add_scsipending_entry() 170 entry->sent = &entry->cmdrsp; in add_scsipending_entry() 189 void *sent; in del_scsipending_ent() local 195 sent = devdata->pending[del].sent; in del_scsipending_ent() 197 devdata->pending[del].sent = NULL; in del_scsipending_ent() 200 return sent; in del_scsipending_ent() 216 if (ddata->pending[ent].sent) in get_scsipending_cmdrsp() 741 scsicmd = pendingdel->sent; in visorhba_serverdown_complete() [all …]
|
/kernel/linux/linux-5.10/drivers/perf/ |
D | xgene_pmu.c | 341 XGENE_PMU_EVENT_ATTR(act-cmd-sent, 0x02), 342 XGENE_PMU_EVENT_ATTR(pre-cmd-sent, 0x03), 343 XGENE_PMU_EVENT_ATTR(rd-cmd-sent, 0x04), 344 XGENE_PMU_EVENT_ATTR(rda-cmd-sent, 0x05), 345 XGENE_PMU_EVENT_ATTR(wr-cmd-sent, 0x06), 346 XGENE_PMU_EVENT_ATTR(wra-cmd-sent, 0x07), 347 XGENE_PMU_EVENT_ATTR(pde-cmd-sent, 0x08), 348 XGENE_PMU_EVENT_ATTR(sre-cmd-sent, 0x09), 349 XGENE_PMU_EVENT_ATTR(prea-cmd-sent, 0x0a), 350 XGENE_PMU_EVENT_ATTR(ref-cmd-sent, 0x0b), [all …]
|
/kernel/linux/linux-5.10/Documentation/hwmon/ |
D | acpi_power_meter.rst | 32 socket and a poll notification will be sent to the appropriate 42 the netlink event socket and a poll notification will be sent to the 47 There are a few other ACPI notifications that can be sent by the firmware. In 49 well as sent as a poll notification to a sysfs file. The events are as
|
/kernel/linux/linux-5.10/Documentation/hid/ |
D | uhid.rst | 39 payloads are sent. You must not split a single event across multiple read()'s or 40 multiple write()'s. A single event must always be sent as a whole. Furthermore, 41 only a single event can be sent per read() or write(). Pending data is ignored. 98 UHID_INPUT events can be sent to the kernel. 125 This is sent when the HID device is started. Consider this as an answer to 126 UHID_CREATE2. This is always the first event that is sent. Note that this 140 For messages sent by user-space to the kernel, you must adjust the 144 This is sent when the HID device is stopped. Consider this as an answer to 155 This is sent when the HID device is opened. That is, the data that the HID 162 This is sent when there are no more processes which read the HID data. It is [all …]
|
D | hid-transport.rst | 100 reports. No management commands or data acknowledgements are sent on this 101 channel. Any unrequested incoming or outgoing data report must be sent on 106 device management. Unrequested data input events must not be sent on this 111 Outgoing reports are usually sent on the ctrl channel via synchronous 119 data is generated by the device and sent to the host with or without 122 - OUTPUT Report: Output reports change device states. They are sent from host 124 reports are never sent from device to host, but a host can retrieve their 131 Feature reports are never sent without requests. A host must explicitly set 132 or retrieve a feature report. This also means, feature reports are never sent 135 INPUT and OUTPUT reports can be sent as pure data reports on the intr channel. [all …]
|
D | hidraw.rst | 6 Interface Devices (HIDs). It differs from hiddev in that reports sent and 7 received are not parsed by the HID parser, but are sent to and received from 17 descriptors. Because hiddev parses reports which are sent and received 44 devices, the reports read using read() are the reports sent from the device 58 the device has an INTERRUPT OUT endpoint, the report will be sent on that 59 endpoint. If it does not, the report will be sent over the control endpoint, 114 specification, feature reports are always sent using the control endpoint.
|
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/ |
D | README | 106 num_tx_bytes = <number of bytes sent to device> 107 num_rx_bytes = <number of bytes received from device and sent to kernel> 108 num_tx_pkts = <number of packets sent to device> 109 num_rx_pkts = <number of packets received from device and sent to kernel> 120 wmm_ac_vo = <number of packets sent to device from WMM AcVo queue> 121 wmm_ac_vi = <number of packets sent to device from WMM AcVi queue> 122 wmm_ac_be = <number of packets sent to device from WMM AcBE queue> 123 wmm_ac_bk = <number of packets sent to device from WMM AcBK queue> 137 last_cmd_id = <command id of the last several commands sent to device> 138 last_cmd_act = <command action of the last several commands sent to device> [all …]
|
/kernel/linux/linux-5.10/Documentation/userspace-api/media/dvb/ |
D | fe-set-voltage.rst | 13 FE_SET_VOLTAGE - Allow setting the DC level sent to the antenna subsystem. 34 This ioctl allows to set the DC voltage level sent through the antenna 42 control the voltage level, provided that either 13V or 18V is sent to
|
/kernel/linux/linux-5.10/Documentation/networking/ |
D | ipsec.rst | 21 payload, the IP datagram MUST be sent in the original non-compressed 22 form. To clarify: If an IP datagram is sent non-compressed, no 31 where IP datagrams of size smaller than the threshold are sent in the
|
/kernel/linux/linux-5.10/Documentation/i2c/ |
D | i2c-protocol.rst | 23 [..] Data sent by I2C device, as opposed to data sent by the 50 condition P a start condition S is sent and the transaction continues. 66 message is sent.
|
/kernel/linux/linux-5.10/drivers/fpga/ |
D | stratix10-soc.c | 283 int sent = 0; in s10_ops_write() local 294 sent = s10_send_buf(mgr, buf, count); in s10_ops_write() 295 if (sent < 0) in s10_ops_write() 298 count -= sent; in s10_ops_write() 299 buf += sent; in s10_ops_write()
|