/linux-4.1.27/firmware/keyspan_pda/ |
D | keyspan_pda.S | 119 #define dps 0x86 macro 331 mov dps, a 355 push dps 645 pop dps 705 push dps 726 pop dps 730 push dps 750 mov dps, a 756 inc dps ; switch to DPTR1: target 764 inc dps ; switch to DPTR0: source [all …]
|
D | xircom_pgs.S | 119 #define dps 0x86 macro 369 mov dps, a 393 push dps 683 pop dps 744 push dps 776 pop dps 780 push dps 807 mov dps, a 813 inc dps ; switch to DPTR1: target 821 inc dps ; switch to DPTR0: source [all …]
|
/linux-4.1.27/drivers/isdn/hardware/mISDN/ |
D | mISDNisar.c | 819 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() 976 send_mbox(ch->is, dps | ISAR_HIS_PUMPCTRL, in isar_pump_statev_fax() [all …]
|
/linux-4.1.27/drivers/isdn/hisax/ |
D | isar.c | 899 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() 1093 sendmsg(cs, dps | ISAR_HIS_PUMPCTRL, in isar_pump_statev_fax() [all …]
|
/linux-4.1.27/net/openvswitch/ |
D | dp_notify.c | 53 list_for_each_entry(dp, &ovs_net->dps, list_node) { in ovs_dp_notify_wq()
|
D | datapath.h | 129 struct list_head dps; member
|
D | datapath.c | 1559 list_add_tail_rcu(&dp->list_node, &ovs_net->dps); in ovs_dp_cmd_new() 1709 list_for_each_entry(dp, &ovs_net->dps, list_node) { in ovs_dp_cmd_dump() 2187 INIT_LIST_HEAD(&ovs_net->dps); in ovs_init_net() 2198 list_for_each_entry(dp, &ovs_net->dps, list_node) { in list_vports_from_net() 2227 list_for_each_entry_safe(dp, dp_next, &ovs_net->dps, list_node) in ovs_exit_net()
|
/linux-4.1.27/net/sched/ |
D | sch_gred.c | 335 static inline int gred_change_table_def(struct Qdisc *sch, struct nlattr *dps) in gred_change_table_def() argument 341 if (dps == NULL) in gred_change_table_def() 344 sopt = nla_data(dps); in gred_change_table_def()
|
/linux-4.1.27/include/uapi/linux/ |
D | nvme.h | 110 __u8 dps; member
|
/linux-4.1.27/drivers/block/ |
D | nvme-scsi.c | 711 (id_ns->dps) ? (protect = 0x01) : (protect = 0); in nvme_trans_standard_inquiry_page() 904 (id_ns->dps) ? (protect = 0x01) : (protect = 0); in nvme_trans_ext_inq_page() 1462 (id_ns->dps) ? (prot_en = 0x01) : (prot_en = 0); in nvme_trans_fill_read_cap() 1476 response[12] = (p_type_lut[id_ns->dps & 0x3] << 1) | prot_en; in nvme_trans_fill_read_cap()
|
D | nvme-core.c | 2029 id->dps & NVME_NS_DPS_PI_MASK : 0; in nvme_revalidate_disk()
|