Searched refs:cb_cmd (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/tools/lib/thermal/ |
H A D | commands.c | 282 if (nl_send_msg(th->sk_cmd, th->cb_cmd, msg, genl_handle_msg, arg)) in thermal_genl_auto() 323 nl_thermal_disconnect(th->sk_cmd, th->cb_cmd); in thermal_cmd_exit() 333 if (nl_thermal_connect(&th->sk_cmd, &th->cb_cmd)) in thermal_cmd_init()
|
H A D | thermal_nl.h | 19 struct nl_cb *cb_cmd; member
|
/kernel/linux/linux-5.10/drivers/mmc/host/ |
H A D | cb710-mmc.c | 449 u16 cb_cmd = cb710_encode_cmd_flags(reader, cmd); in cb710_mmc_command() local 450 dev_dbg(cb710_slot_dev(slot), "cmd request: 0x%04X\n", cb_cmd); in cb710_mmc_command() local 461 cb710_write_port_16(slot, CB710_MMC_CMD_TYPE_PORT, cb_cmd); in cb710_mmc_command()
|
/kernel/linux/linux-6.6/drivers/mmc/host/ |
H A D | cb710-mmc.c | 449 u16 cb_cmd = cb710_encode_cmd_flags(reader, cmd); in cb710_mmc_command() local 450 dev_dbg(cb710_slot_dev(slot), "cmd request: 0x%04X\n", cb_cmd); in cb710_mmc_command() local 461 cb710_write_port_16(slot, CB710_MMC_CMD_TYPE_PORT, cb_cmd); in cb710_mmc_command()
|
/kernel/linux/linux-5.10/drivers/s390/net/ |
H A D | qeth_core_main.c | 2030 * @cb_cmd: pointer to the original iob for non-IPA 2035 * Callback function gets called one or more times, with cb_cmd 2049 unsigned long cb_cmd), in qeth_send_control_data() 2045 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) qeth_send_control_data() argument
|
/kernel/linux/linux-6.6/drivers/s390/net/ |
H A D | qeth_core_main.c | 1971 * cb_cmd: pointer to the original iob for non-IPA 1976 * Callback function gets called one or more times, with cb_cmd 1990 unsigned long cb_cmd), in qeth_send_control_data() 1986 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) qeth_send_control_data() argument
|
Completed in 25 milliseconds