| /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/drivers/char/ipmi/ |
| H A D | ipmi_devintf.c | 184 req->msgid, in handle_send_req() 241 rsp->msgid = msg->msgid; in handle_recv() 640 compat_long_t msgid; member 648 compat_long_t msgid; member 675 p64->msgid = p32->msgid; in get_compat_ipmi_req() 694 p64->msgid = p32->msgid; in get_compat_ipmi_recv() 705 v32.msgid = p64->msgid; in copyout_recv32()
|
| 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); \ 1167 long msgid) in intf_start_seq_timer() argument 1174 GET_SEQ_FROM_MSGID(msgid, seq, seqid); in intf_start_seq_timer() 1194 long msgid, in intf_err_seq() argument 1203 GET_SEQ_FROM_MSGID(msgid, seq, seqid); in intf_err_seq() 1795 long msgid, in format_ipmb_msg() argument 1831 smi_msg->msgid = msgid; in format_ipmb_msg() 1837 long msgid, in format_lan_msg() argument [all …]
|
| /linux/include/linux/ |
| H A D | ipmi.h | 50 long msgid; member 174 long msgid, 192 long msgid,
|
| /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 | 256 struct param msgid; member 270 curp = save8bit(&hh->msgid, curp); in parse_hip() 273 padded = hh->msgid.byte & 0x80; in parse_hip() 274 hh->msgid.byte &= 0x7F; /* 7 bits */ in parse_hip() 276 hh->extmsgid.is_present = (hh->msgid.byte == SIERRA_NET_HIP_EXTENDEDID); in parse_hip() 512 switch (hh.msgid.byte) { in sierra_net_kevent() 543 "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/can/usb/ |
| H A D | ems_usb.c | 194 u8 msgid; /* confirmation handle */ member 588 cmd.msgid = 0; in ems_usb_control_cmd() 964 msg->msgid = 0; in init_params_sja1000()
|
| /linux/drivers/hwmon/ |
| H A D | ibmpex.c | 544 if (msg->msgid != data->tx_msgid) { in ibmpex_msg_handler() 547 (int)msg->msgid, in ibmpex_msg_handler()
|
| H A D | ibmaem.c | 318 if (msg->msgid != data->tx_msgid) { in aem_msg_handler() 321 (int)msg->msgid, in aem_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/media/dvb-frontends/ |
| H A D | bcm3510.c | 205 static int bcm3510_do_hab_cmd(struct bcm3510_state *st, u8 cmd, u8 msgid, u8 *obuf, u8 olen, u8 *ib… in bcm3510_do_hab_cmd() argument 221 ob[1] = msgid; in bcm3510_do_hab_cmd()
|
| /linux/Documentation/networking/ |
| H A D | netconsole.rst | 367 msgid=1 369 msgid=2
|
| /linux/drivers/usb/typec/tcpm/ |
| H A D | tcpm.c | 3932 unsigned int msgid = pd_header_msgid_le(msg->header); in tcpm_pd_rx_handler() local 3953 if (msgid == port->rx_msgid_prime) in tcpm_pd_rx_handler() 3955 port->rx_msgid_prime = msgid; in tcpm_pd_rx_handler() 3959 if (msgid == port->rx_msgid && type != PD_CTRL_SOFT_RESET) in tcpm_pd_rx_handler() 3961 port->rx_msgid = msgid; in tcpm_pd_rx_handler()
|