Home
last modified time | relevance | path

Searched refs:dps (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/drivers/isdn/hardware/mISDN/
DmISDNisar.c819 u8 dps = SET_DPS(ch->dpath); in isar_pump_statev_modem() local
831 send_mbox(ch->is, dps | ISAR_HIS_PSTREQ, 0, 0, NULL); in isar_pump_statev_modem()
846 send_mbox(ch->is, dps | ISAR_HIS_PSTREQ, 0, 0, NULL); in isar_pump_statev_modem()
874 u8 dps = SET_DPS(ch->dpath); in isar_pump_statev_fax() local
896 send_mbox(ch->is, dps | ISAR_HIS_PUMPCTRL, in isar_pump_statev_fax()
907 send_mbox(ch->is, dps | ISAR_HIS_PUMPCTRL, in isar_pump_statev_fax()
918 send_mbox(ch->is, dps | ISAR_HIS_PUMPCTRL, in isar_pump_statev_fax()
929 send_mbox(ch->is, dps | ISAR_HIS_PUMPCTRL, in isar_pump_statev_fax()
941 send_mbox(ch->is, dps | ISAR_HIS_PSTREQ, 0, 0, NULL); in isar_pump_statev_fax()
977 send_mbox(ch->is, dps | ISAR_HIS_PUMPCTRL, in isar_pump_statev_fax()
[all …]
/Linux-v4.19/drivers/isdn/hisax/
Disar.c899 u_char dps = SET_DPS(bcs->hw.isar.dpath); in isar_pump_statev_modem() local
914 sendmsg(cs, dps | ISAR_HIS_PSTREQ, 0, 0, NULL); in isar_pump_statev_modem()
933 sendmsg(cs, dps | ISAR_HIS_PSTREQ, 0, 0, NULL); in isar_pump_statev_modem()
984 u_char dps = SET_DPS(bcs->hw.isar.dpath); in isar_pump_statev_fax() local
1008 sendmsg(cs, dps | ISAR_HIS_PUMPCTRL, PCTRL_CMD_CONT, 0, NULL); in isar_pump_statev_fax()
1020 sendmsg(cs, dps | ISAR_HIS_PUMPCTRL, PCTRL_CMD_CONT, 0, NULL); in isar_pump_statev_fax()
1032 sendmsg(cs, dps | ISAR_HIS_PUMPCTRL, PCTRL_CMD_CONT, 0, NULL); in isar_pump_statev_fax()
1044 sendmsg(cs, dps | ISAR_HIS_PUMPCTRL, PCTRL_CMD_CONT, 0, NULL); in isar_pump_statev_fax()
1057 sendmsg(cs, dps | ISAR_HIS_PSTREQ, 0, 0, NULL); in isar_pump_statev_fax()
1094 sendmsg(cs, dps | ISAR_HIS_PUMPCTRL, in isar_pump_statev_fax()
[all …]
/Linux-v4.19/net/openvswitch/
Ddp_notify.c53 list_for_each_entry(dp, &ovs_net->dps, list_node) { in ovs_dp_notify_wq()
Ddatapath.h145 struct list_head dps; member
Ddatapath.c1632 list_add_tail_rcu(&dp->list_node, &ovs_net->dps); in ovs_dp_cmd_new()
1784 list_for_each_entry(dp, &ovs_net->dps, list_node) { in ovs_dp_cmd_dump()
2328 INIT_LIST_HEAD(&ovs_net->dps); in ovs_init_net()
2339 list_for_each_entry(dp, &ovs_net->dps, list_node) { in list_vports_from_net()
2366 list_for_each_entry_safe(dp, dp_next, &ovs_net->dps, list_node) in ovs_exit_net()
/Linux-v4.19/net/sched/
Dsch_gred.c303 static inline int gred_change_table_def(struct Qdisc *sch, struct nlattr *dps) in gred_change_table_def() argument
309 if (!dps) in gred_change_table_def()
312 sopt = nla_data(dps); in gred_change_table_def()
/Linux-v4.19/arch/arm/boot/dts/
Daspeed-bmc-opp-witherspoon.dts167 io-channels = <&dps 0>;
269 dps: dps310@76 { label
/Linux-v4.19/include/linux/
Dnvme.h308 __u8 dps; member
/Linux-v4.19/drivers/nvme/host/
Dcore.c1512 ns->pi_type = id->dps & NVME_NS_DPS_PI_MASK; in __nvme_revalidate_disk()