Searched refs:cb_cmd (Results 1 - 4 of 4) sorted by relevance

/linux-master/tools/lib/thermal/
H A Dthermal_nl.h19 struct nl_cb *cb_cmd; member in struct:thermal_handler
H A Dcommands.c282 if (nl_send_msg(th->sk_cmd, th->cb_cmd, msg, genl_handle_msg, arg))
323 nl_thermal_disconnect(th->sk_cmd, th->cb_cmd);
333 if (nl_thermal_connect(&th->sk_cmd, &th->cb_cmd))
/linux-master/drivers/mmc/host/
H A Dcb710-mmc.c449 u16 cb_cmd = cb710_encode_cmd_flags(reader, cmd); local
450 dev_dbg(cb710_slot_dev(slot), "cmd request: 0x%04X\n", cb_cmd); local
461 cb710_write_port_16(slot, CB710_MMC_CMD_TYPE_PORT, cb_cmd);
/linux-master/drivers/s390/net/
H A Dqeth_core_main.c2008 * cb_cmd: pointer to the original iob for non-IPA
2013 * Callback function gets called one or more times, with cb_cmd
2027 unsigned long cb_cmd),
2023 qeth_send_control_data(struct qeth_card *card, struct qeth_cmd_buffer *iob, int (*reply_cb)(struct qeth_card *cb_card, struct qeth_reply *cb_reply, unsigned long cb_cmd), void *reply_param) argument

Completed in 221 milliseconds