/Linux-v4.19/tools/power/cpupower/po/ |
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 …]
|
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 …]
|
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 …]
|
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 …]
|
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 …]
|
/Linux-v4.19/drivers/isdn/capi/ |
D | capilib.c | 14 u16 msgid; member 46 static inline int mq_enqueue(struct capilib_ncci *np, u16 msgid) in mq_enqueue() argument 52 mq->msgid = msgid; in mq_enqueue() 63 static inline int mq_dequeue(struct capilib_ncci *np, u16 msgid) in mq_dequeue() argument 67 if ((*pp)->msgid == msgid) { in mq_dequeue() 158 u16 capilib_data_b3_req(struct list_head *head, u16 applid, u32 ncci, u16 msgid) in capilib_data_b3_req() argument 170 if (mq_enqueue(np, msgid) == 0) in capilib_data_b3_req() 181 void capilib_data_b3_conf(struct list_head *head, u16 applid, u32 ncci, u16 msgid) in capilib_data_b3_conf() argument 193 if (mq_dequeue(np, msgid) == 0) { in capilib_data_b3_conf() 195 msgid, ncci); in capilib_data_b3_conf()
|
D | capidrv.c | 73 u16 msgid; member 94 u16 msgid; /* to identfy CONNECT_CONF */ member 102 u16 msgid; /* to identfy CONNECT_B3_CONF */ member 344 plcip->msgid = 0; in new_plci() 362 static capidrv_plci *find_plci_by_msgid(capidrv_contr *card, u16 msgid) in find_plci_by_msgid() argument 366 if (p->msgid == msgid) in find_plci_by_msgid() 440 u32 ncci, u16 msgid) in find_ncci_by_msgid() argument 449 if (p->msgid == msgid) in find_ncci_by_msgid() 670 card->msgid++, in n0() 1153 card->msgid++, in handle_incoming_call() [all …]
|
/Linux-v4.19/drivers/staging/vc04_services/interface/vchiq_arm/ |
D | vchiq_core.c | 575 header->msgid = VCHIQ_MSGID_PADDING; in reserve_space() 665 int msgid = header->msgid; in process_free_queue() local 667 if (VCHIQ_MSG_TYPE(msgid) == VCHIQ_MSG_DATA) { in process_free_queue() 668 int port = VCHIQ_MSG_SRCPORT(msgid); in process_free_queue() 690 header, msgid, header->msgid, in process_free_queue() 721 msgid, header->msgid, in process_free_queue() 734 pos, header, msgid, header->msgid, in process_free_queue() 809 int msgid, in queue_message() argument 819 int type = VCHIQ_MSG_TYPE(msgid); in queue_message() 938 state->id, msg_type_str(VCHIQ_MSG_TYPE(msgid)), in queue_message() [all …]
|
D | vchiq_core.h | 116 #define VCHIQ_MSG_TYPE(msgid) ((unsigned int)msgid >> 24) argument 117 #define VCHIQ_MSG_SRCPORT(msgid) \ argument 118 (unsigned short)(((unsigned int)msgid >> 12) & 0xfff) 119 #define VCHIQ_MSG_DSTPORT(msgid) \ argument 120 ((unsigned short)msgid & 0xfff)
|
D | vchiq_if.h | 83 int msgid; member
|
/Linux-v4.19/include/linux/ |
D | ipmi.h | 50 long msgid; member 168 long msgid, 186 long msgid,
|
D | ipmi_smi.h | 49 long msgid; member
|
/Linux-v4.19/drivers/char/ipmi/ |
D | ipmi_devintf.c | 190 req->msgid, in handle_send_req() 247 rsp->msgid = msg->msgid; in handle_recv() 645 compat_long_t msgid; member 653 compat_long_t msgid; member 680 p64->msgid = p32->msgid; in get_compat_ipmi_req() 699 p64->msgid = p32->msgid; in get_compat_ipmi_recv() 710 v32.msgid = p64->msgid; in copyout_recv32()
|
D | ipmi_msghandler.c | 282 #define GET_SEQ_FROM_MSGID(msgid, seq, seqid) \ argument 284 seq = (((msgid) >> 26) & 0x3f); \ 285 seqid = ((msgid) & 0x3ffffff); \ 1009 long msgid) in intf_start_seq_timer() argument 1017 GET_SEQ_FROM_MSGID(msgid, seq, seqid); in intf_start_seq_timer() 1037 long msgid, in intf_err_seq() argument 1047 GET_SEQ_FROM_MSGID(msgid, seq, seqid); in intf_err_seq() 1638 long msgid, in format_ipmb_msg() argument 1674 smi_msg->msgid = msgid; in format_ipmb_msg() 1680 long msgid, in format_lan_msg() argument [all …]
|
/Linux-v4.19/include/linux/isdn/ |
D | capilli.h | 110 void capilib_data_b3_conf(struct list_head *head, u16 applid, u32 ncci, u16 msgid); 111 u16 capilib_data_b3_req(struct list_head *head, u16 applid, u32 ncci, u16 msgid);
|
D | capiutil.h | 56 #define CAPIMSG_SETMSGID(m, msgid) capimsg_setu16(m, 6, msgid) argument
|
/Linux-v4.19/include/uapi/linux/ |
D | ipmi.h | 237 long msgid; /* The sequence number for the message. This member 292 long msgid; /* The sequence number specified in the request member
|
/Linux-v4.19/drivers/net/usb/ |
D | sierra_net.c | 270 struct param msgid; member 284 curp = save8bit(&hh->msgid, curp); in parse_hip() 287 padded = hh->msgid.byte & 0x80; in parse_hip() 288 hh->msgid.byte &= 0x7F; /* 7 bits */ in parse_hip() 290 hh->extmsgid.is_present = (hh->msgid.byte == SIERRA_NET_HIP_EXTENDEDID); in parse_hip() 531 switch (hh.msgid.byte) { in sierra_net_kevent() 562 "msgid 0x%02x\n", hh.msgid.byte); in sierra_net_kevent()
|
/Linux-v4.19/drivers/soc/qcom/ |
D | rpmh-rsc.c | 256 u32 msgid, cmd_msgid; in __tcs_buffer_write() local 272 msgid = cmd_msgid; in __tcs_buffer_write() 273 msgid |= cmd->wait ? CMD_MSGID_RESP_REQ : 0; in __tcs_buffer_write() 275 write_tcs_cmd(drv, RSC_DRV_CMD_MSGID, tcs_id, j, msgid); in __tcs_buffer_write() 278 trace_rpmh_send_msg(drv, tcs_id, j, msgid, cmd); in __tcs_buffer_write()
|
/Linux-v4.19/drivers/acpi/ |
D | acpi_ipmi.c | 404 if (msg->msgid == tx_msg->tx_msgid) { in ipmi_msg_handler() 415 msg->msgid); in ipmi_msg_handler()
|
/Linux-v4.19/drivers/net/can/usb/ |
D | ems_usb.c | 205 u8 msgid; /* confirmation handle */ member 581 cmd.msgid = 0; in ems_usb_control_cmd() 946 msg->msgid = 0; in init_params_sja1000()
|
/Linux-v4.19/drivers/hwmon/ |
D | ibmpex.c | 565 if (msg->msgid != data->tx_msgid) { in ibmpex_msg_handler() 568 (int)msg->msgid, in ibmpex_msg_handler()
|
/Linux-v4.19/drivers/net/wireless/ath/ar5523/ |
D | ar5523_hw.h | 164 u32 msgid; /* msg id (supplied by host) */ member
|
/Linux-v4.19/Documentation/isdn/ |
D | INTERFACE.CAPI | 282 u32 ncci, u16 msgid) 284 u32 ncci, u16 msgid) 298 CAPIMSG_MSGID(m) CAPIMSG_SETMSGID(m, msgid) Message Number (u16)
|
/Linux-v4.19/drivers/media/dvb-frontends/ |
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()
|