Searched refs:dps (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.4/drivers/isdn/hardware/mISDN/ |
D | mISDNisar.c | 805 u8 dps = SET_DPS(ch->dpath); in isar_pump_statev_modem() local 817 send_mbox(ch->is, dps | ISAR_HIS_PSTREQ, 0, 0, NULL); in isar_pump_statev_modem() 832 send_mbox(ch->is, dps | ISAR_HIS_PSTREQ, 0, 0, NULL); in isar_pump_statev_modem() 860 u8 dps = SET_DPS(ch->dpath); in isar_pump_statev_fax() local 882 send_mbox(ch->is, dps | ISAR_HIS_PUMPCTRL, in isar_pump_statev_fax() 893 send_mbox(ch->is, dps | ISAR_HIS_PUMPCTRL, in isar_pump_statev_fax() 904 send_mbox(ch->is, dps | ISAR_HIS_PUMPCTRL, in isar_pump_statev_fax() 915 send_mbox(ch->is, dps | ISAR_HIS_PUMPCTRL, in isar_pump_statev_fax() 927 send_mbox(ch->is, dps | ISAR_HIS_PSTREQ, 0, 0, NULL); in isar_pump_statev_fax() 963 send_mbox(ch->is, dps | ISAR_HIS_PUMPCTRL, in isar_pump_statev_fax() [all …]
|
/Linux-v5.4/net/openvswitch/ |
D | dp_notify.c | 40 list_for_each_entry(dp, &ovs_net->dps, list_node) { in ovs_dp_notify_wq()
|
D | datapath.h | 132 struct list_head dps; member
|
D | datapath.c | 1667 list_add_tail_rcu(&dp->list_node, &ovs_net->dps); in ovs_dp_cmd_new() 1821 list_for_each_entry(dp, &ovs_net->dps, list_node) { in ovs_dp_cmd_dump() 2386 INIT_LIST_HEAD(&ovs_net->dps); in ovs_init_net() 2397 list_for_each_entry(dp, &ovs_net->dps, list_node) { in list_vports_from_net() 2424 list_for_each_entry_safe(dp, dp_next, &ovs_net->dps, list_node) in ovs_exit_net()
|
/Linux-v5.4/arch/arm/boot/dts/ |
D | aspeed-bmc-opp-witherspoon.dts | 186 io-channels = <&dps 0>; 324 dps: dps310@76 { label
|
D | aspeed-bmc-opp-swift.dts | 219 io-channels = <&dps 0>; 520 dps: dps310@76 { label
|
/Linux-v5.4/net/sched/ |
D | sch_gred.c | 401 static int gred_change_table_def(struct Qdisc *sch, struct nlattr *dps, in gred_change_table_def() argument 409 if (!dps) in gred_change_table_def() 412 sopt = nla_data(dps); in gred_change_table_def()
|
/Linux-v5.4/include/linux/ |
D | nvme.h | 315 __u8 dps; member
|
/Linux-v5.4/drivers/nvme/host/ |
D | core.c | 1830 ns->pi_type = id->dps & NVME_NS_DPS_PI_MASK; in __nvme_revalidate_disk()
|