| /linux/tools/power/cpupower/po/ |
| H A D | ka.po | 7 msgid "" 23 msgid "Processor Core C3" 27 msgid "Processor Core C6" 31 msgid "Processor Package C3" 35 msgid "Processor Package C6" 39 msgid "Processor Core C7" 43 msgid "Processor Package C2" 47 msgid "Processor Package C7" 51 msgid "Package in sleep state (PC1 or deeper)" 55 msgid "Processor Package C1" [all …]
|
| H A D | it.po | 7 msgid "" 21 msgid "Processor Core C3" 25 msgid "Processor Core C6" 29 msgid "Processor Package C3" 33 msgid "Processor Package C6" 37 msgid "Processor Core C7" 41 msgid "Processor Package C2" 45 msgid "Processor Package C7" 49 msgid "Package in sleep state (PC1 or deeper)" 53 msgid "Processor Package C1" [all …]
|
| H A D | cs.po | 8 msgid "" 24 msgid "Processor Core C3" 28 msgid "Processor Core C6" 32 msgid "Processor Package C3" 36 msgid "Processor Package C6" 40 msgid "Processor Core C7" 44 msgid "Processor Package C2" 48 msgid "Processor Package C7" 52 msgid "Package in sleep state (PC1 or deeper)" 56 msgid "Processor Package C1" [all …]
|
| H A D | pt.po | 7 msgid "" 19 msgid "Processor Core C3" 23 msgid "Processor Core C6" 27 msgid "Processor Package C3" 31 msgid "Processor Package C6" 35 msgid "Processor Core C7" 39 msgid "Processor Package C2" 43 msgid "Processor Package C7" 47 msgid "Package in sleep state (PC1 or deeper)" 51 msgid "Processor Package C1" [all …]
|
| H A D | fr.po | 7 msgid "" 21 msgid "Processor Core C3" 25 msgid "Processor Core C6" 29 msgid "Processor Package C3" 33 msgid "Processor Package C6" 37 msgid "Processor Core C7" 41 msgid "Processor Package C2" 45 msgid "Processor Package C7" 49 msgid "Package in sleep state (PC1 or deeper)" 53 msgid "Processor Package C1" [all …]
|
| H A D | de.po | 6 msgid "" 21 msgid "Processor Core C3" 25 msgid "Processor Core C6" 29 msgid "Processor Package C3" 33 msgid "Processor Package C6" 37 msgid "Processor Core C7" 41 msgid "Processor Package C2" 45 msgid "Processor Package C7" 49 msgid "Package in sleep state (PC1 or deeper)" 53 msgid "Processor Package C1" [all …]
|
| /linux/drivers/platform/raspberrypi/vchiq-interface/ |
| H A D | vchiq_core.c | 46 #define VCHIQ_MSG_TYPE(msgid) ((unsigned int)(msgid) >> TYPE_SHIFT) argument 47 #define VCHIQ_MSG_SRCPORT(msgid) \ argument 48 ((unsigned short)(((unsigned int)(msgid) >> 12) & 0xfff)) 49 #define VCHIQ_MSG_DSTPORT(msgid) \ argument 50 ((unsigned short)(msgid) & 0xfff) 713 header->msgid = VCHIQ_MSGID_PADDING; in reserve_space() 762 int msgid = header->msgid; in process_free_data_message() local 763 int port = VCHIQ_MSG_SRCPORT(msgid); in process_free_data_message() 782 port, quota->message_use_count, header, msgid, in process_free_data_message() 783 header->msgid, header->size); in process_free_data_message() [all …]
|
| /linux/include/linux/ |
| H A D | ipmi.h | 50 long msgid; member 174 long msgid, 192 long msgid,
|
| /linux/drivers/char/ipmi/ |
| H A D | ipmi_msghandler.c | 252 #define GET_SEQ_FROM_MSGID(msgid, seq, seqid) \ argument 254 seq = (((msgid) >> 26) & 0x3f); \ 255 seqid = ((msgid) & 0x3ffffff); \ 1153 long msgid) in intf_start_seq_timer() argument 1160 GET_SEQ_FROM_MSGID(msgid, seq, seqid); in intf_start_seq_timer() 1180 long msgid, in intf_err_seq() argument 1189 GET_SEQ_FROM_MSGID(msgid, seq, seqid); in intf_err_seq() 1781 long msgid, in format_ipmb_msg() argument 1817 smi_msg->msgid = msgid; in format_ipmb_msg() 1823 long msgid, in format_lan_msg() argument [all …]
|
| /linux/drivers/bluetooth/ |
| H A D | hci_bcm4377.c | 629 u16 raw_msgid, u8 *msgid) in bcm4377_extract_msgid() argument 632 *msgid = FIELD_GET(BCM4377_MSGID_ID, raw_msgid); in bcm4377_extract_msgid() 642 if (*msgid >= ring->n_entries) { in bcm4377_extract_msgid() 645 ring->ring_id, *msgid, ring->n_entries); in bcm4377_extract_msgid() 659 u8 msgid; in bcm4377_handle_event() local 672 if (bcm4377_extract_msgid(bcm4377, ring, raw_msgid, &msgid)) in bcm4377_handle_event() 683 payload = ring->payloads + msgid * ring->mapped_payload_size; in bcm4377_handle_event() 709 u8 msgid; in bcm4377_handle_ack() local 713 if (bcm4377_extract_msgid(bcm4377, ring, raw_msgid, &msgid)) in bcm4377_handle_ack() 716 if (!test_bit(msgid, ring->msgids)) { in bcm4377_handle_ack() [all …]
|
| /linux/include/linux/isdn/ |
| H A D | capiutil.h | 56 #define CAPIMSG_SETMSGID(m, msgid) capimsg_setu16(m, 6, msgid) argument
|
| /linux/include/uapi/linux/ |
| H A D | ipmi.h | 251 long msgid; /* The sequence number for the message. This member 306 long msgid; /* The sequence number specified in the request member
|
| /linux/drivers/net/usb/ |
| H A D | sierra_net.c | 258 struct param msgid; member 272 curp = save8bit(&hh->msgid, curp); in parse_hip() 275 padded = hh->msgid.byte & 0x80; in parse_hip() 276 hh->msgid.byte &= 0x7F; /* 7 bits */ in parse_hip() 278 hh->extmsgid.is_present = (hh->msgid.byte == SIERRA_NET_HIP_EXTENDEDID); in parse_hip() 514 switch (hh.msgid.byte) { in sierra_net_kevent() 545 "msgid 0x%02x\n", hh.msgid.byte); in sierra_net_kevent()
|
| /linux/include/linux/raspberrypi/ |
| H A D | vchiq.h | 37 int msgid; member
|
| /linux/drivers/acpi/ |
| H A D | acpi_ipmi.c | 392 if (msg->msgid == iter->tx_msgid) { in ipmi_msg_handler() 403 msg->msgid); in ipmi_msg_handler()
|
| /linux/drivers/net/wireless/ath/ar5523/ |
| H A D | ar5523_hw.h | 164 u32 msgid; /* msg id (supplied by host) */ member
|
| H A D | ar5523.c | 851 desc->msgid = AR5523_DATA_ID; in ar5523_tx_work_locked()
|
| /linux/drivers/isdn/capi/ |
| H A D | capi.c | 91 atomic_t msgid; member 394 capimsg_setu16(s, 6, atomic_inc_return(&mp->msgid)); in gen_data_b3_resp_for() 522 capimsg_setu16(skb->data, 6, atomic_inc_return(&mp->msgid)); in handle_minor_send()
|
| /linux/Documentation/networking/ |
| H A D | netconsole.rst | 367 msgid=1 369 msgid=2
|
| /linux/Documentation/isdn/ |
| H A D | interface_capi.rst | 296 CAPIMSG_MSGID(m) CAPIMSG_SETMSGID(m, msgid) Message Number (u16)
|
| /linux/drivers/usb/typec/tcpm/ |
| H A D | tcpm.c | 3744 unsigned int msgid = pd_header_msgid_le(msg->header); in tcpm_pd_rx_handler() local 3765 if (msgid == port->rx_msgid_prime) in tcpm_pd_rx_handler() 3767 port->rx_msgid_prime = msgid; in tcpm_pd_rx_handler() 3771 if (msgid == port->rx_msgid && type != PD_CTRL_SOFT_RESET) in tcpm_pd_rx_handler() 3773 port->rx_msgid = msgid; in tcpm_pd_rx_handler()
|