Searched refs:get_dp (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/rtc/ |
D | rtc-ds1302.c | 49 #define get_dp() SECUREEDGE_READ_IOPORT() macro 60 set_dp(get_dp() & ~(RTC_RESET | RTC_IODATA | RTC_SCLK)); in ds1302_reset() 65 set_dp(get_dp() | RTC_SCLK); /* clock high */ in ds1302_clock() 66 set_dp(get_dp() & ~RTC_SCLK); /* clock low */ in ds1302_clock() 71 set_dp(get_dp() | RTC_RESET); in ds1302_start() 76 set_dp(get_dp() & ~RTC_RESET); in ds1302_stop() 81 set_dp((get_dp() & ~RTC_IODATA) | (bit ? RTC_IODATA : 0)); in ds1302_txbit() 86 return !!(get_dp() & RTC_IODATA); in ds1302_rxbit()
|
/linux-4.4.14/net/openvswitch/ |
D | datapath.c | 162 static inline struct datapath *get_dp(struct net *net, int dp_ifindex) in get_dp() function 974 dp = get_dp(net, ovs_header->dp_ifindex); in ovs_flow_cmd_new() 1140 dp = get_dp(net, ovs_header->dp_ifindex); in ovs_flow_cmd_set() 1232 dp = get_dp(sock_net(skb->sk), ovs_header->dp_ifindex); in ovs_flow_cmd_get() 1287 dp = get_dp(sock_net(skb->sk), ovs_header->dp_ifindex); in ovs_flow_cmd_del() 1497 dp = get_dp(net, ovs_header->dp_ifindex); in lookup_datapath() 1903 dp = get_dp(net, ovs_header->dp_ifindex); in lookup_vport() 1941 dp = get_dp(sock_net(skb->sk), ovs_header->dp_ifindex); in ovs_vport_cmd_new()
|
/linux-4.4.14/Documentation/mic/mpssd/ |
D | mpssd.c | 294 static void *get_dp(struct mic_info *mic, int type) in get_dp() function 313 void *dp = get_dp(mic, type); in get_device_desc()
|