Searched refs:get_dp (Results  1 – 3 of 3) sorted by relevance
| /linux-4.1.27/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.1.27/net/openvswitch/ | 
| D | datapath.c | 163 static inline struct datapath *get_dp(struct net *net, int dp_ifindex)  in get_dp()  function 930 	dp = get_dp(sock_net(skb->sk), ovs_header->dp_ifindex);  in ovs_flow_cmd_new() 1094 	dp = get_dp(sock_net(skb->sk), ovs_header->dp_ifindex);  in ovs_flow_cmd_set() 1185 	dp = get_dp(sock_net(skb->sk), ovs_header->dp_ifindex);  in ovs_flow_cmd_get() 1239 	dp = get_dp(sock_net(skb->sk), ovs_header->dp_ifindex);  in ovs_flow_cmd_del() 1449 		dp = get_dp(net, ovs_header->dp_ifindex);  in lookup_datapath() 1855 		dp = get_dp(net, ovs_header->dp_ifindex);  in lookup_vport() 1893 	dp = get_dp(sock_net(skb->sk), ovs_header->dp_ifindex);  in ovs_vport_cmd_new()
  | 
| /linux-4.1.27/Documentation/mic/mpssd/ | 
| D | mpssd.c | 296 static void *get_dp(struct mic_info *mic, int type)  in get_dp()  function 315 	void *dp = get_dp(mic, type);  in get_device_desc()
  |