| /OK3568_Linux_fs/kernel/net/sunrpc/ |
| H A D | rpcb_clnt.c | 378 …b_register_call(struct sunrpc_net *sn, struct rpc_clnt *clnt, struct rpc_message *msg, bool is_set) in rpcb_register_call() argument 383 if (is_set || !sn->rpcb_is_af_local) in rpcb_register_call() 441 bool is_set = false; in rpcb_register() local 448 is_set = true; in rpcb_register() 451 return rpcb_register_call(sn, sn->rpcb_local_clnt, &msg, is_set); in rpcb_register() 464 bool is_set = false; in rpcb_register_inet4() local 472 is_set = true; in rpcb_register_inet4() 475 result = rpcb_register_call(sn, sn->rpcb_local_clnt4, msg, is_set); in rpcb_register_inet4() 490 bool is_set = false; in rpcb_register_inet6() local 498 is_set = true; in rpcb_register_inet6() [all …]
|
| /OK3568_Linux_fs/kernel/net/bpfilter/ |
| H A D | bpfilter_kern.c | 64 bool is_set) in bpfilter_process_sockopt() argument 67 .is_set = is_set, in bpfilter_process_sockopt()
|
| H A D | msgfmt.h | 8 __u32 is_set; member
|
| H A D | main.c | 44 reply.status = req.is_set ? in loop()
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/aspeed-vhub/ |
| H A D | dev.c | 116 bool is_set) in ast_vhub_dev_feature() argument 119 is_set ? "SET" : "CLEAR", wValue); in ast_vhub_dev_feature() 124 d->wakeup_en = is_set; in ast_vhub_dev_feature() 130 u16 wIndex, u16 wValue, bool is_set) in ast_vhub_ep_feature() argument 137 is_set ? "SET" : "CLEAR", ep_num, wValue); in ast_vhub_ep_feature() 154 is_set ? "setting" : "clearing", ep_num); in ast_vhub_ep_feature() 155 ep->epn.stalled = is_set; in ast_vhub_ep_feature()
|
| H A D | hub.c | 206 bool is_set) in ast_vhub_hub_dev_feature() argument 209 is_set ? "SET" : "CLEAR", wValue); in ast_vhub_hub_dev_feature() 214 ep->vhub->wakeup_en = is_set; in ast_vhub_hub_dev_feature() 216 is_set ? "enabled" : "disabled"); in ast_vhub_hub_dev_feature() 223 bool is_set) in ast_vhub_hub_ep_feature() argument 230 is_set ? "SET" : "CLEAR", ep_num, wValue); in ast_vhub_hub_ep_feature() 240 is_set ? "setting" : "clearing"); in ast_vhub_hub_ep_feature() 242 ep->vhub->ep1_stalled = is_set; in ast_vhub_hub_ep_feature() 244 if (is_set) { in ast_vhub_hub_ep_feature()
|
| /OK3568_Linux_fs/kernel/net/ipv4/bpfilter/ |
| H A D | sockopt.c | 25 unsigned int optlen, bool is_set) in bpfilter_mbox_request() argument 48 err = bpfilter_ops.sockopt(sk, optname, optval, optlen, is_set); in bpfilter_mbox_request()
|
| /OK3568_Linux_fs/kernel/drivers/pinctrl/pxa/ |
| H A D | pinctrl-pxa2xx.c | 215 int i, is_set = 0; in pxa2xx_pconf_group_set() local 221 is_set = pinconf_to_config_argument(configs[i]); in pxa2xx_pconf_group_set() 229 pin, is_set); in pxa2xx_pconf_group_set() 233 val = (val & ~BIT(pin % 32)) | (is_set ? BIT(pin % 32) : 0); in pxa2xx_pconf_group_set()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/ |
| H A D | safestack.h | 197 # define SKM_ASN1_SET_OF_i2d(type, st, pp, i2d_func, ex_tag, ex_class, is_set) \ argument 200 ex_tag, ex_class, is_set) 2246 # define i2d_ASN1_SET_OF_ACCESS_DESCRIPTION(st, pp, i2d_func, ex_tag, ex_class, is_set) \ argument 2247 … SKM_ASN1_SET_OF_i2d(ACCESS_DESCRIPTION, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set)) 2254 # define i2d_ASN1_SET_OF_ASN1_INTEGER(st, pp, i2d_func, ex_tag, ex_class, is_set) \ argument 2255 SKM_ASN1_SET_OF_i2d(ASN1_INTEGER, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set)) 2262 # define i2d_ASN1_SET_OF_ASN1_OBJECT(st, pp, i2d_func, ex_tag, ex_class, is_set) \ argument 2263 SKM_ASN1_SET_OF_i2d(ASN1_OBJECT, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set)) 2270 # define i2d_ASN1_SET_OF_ASN1_TYPE(st, pp, i2d_func, ex_tag, ex_class, is_set) \ argument 2271 SKM_ASN1_SET_OF_i2d(ASN1_TYPE, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set)) [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | bpfilter.h | 21 unsigned int optlen, bool is_set);
|
| /OK3568_Linux_fs/kernel/drivers/block/drbd/ |
| H A D | drbd_debugfs.c | 34 bool is_set, char *sep, const char *set_name, const char *unset_name) in __seq_print_rq_state_bit() argument 36 if (is_set && set_name) { in __seq_print_rq_state_bit() 40 } else if (!is_set && unset_name) { in __seq_print_rq_state_bit() 48 bool is_set, char *sep, const char *set_name) in seq_print_rq_state_bit() argument 50 __seq_print_rq_state_bit(m, is_set, sep, set_name, NULL); in seq_print_rq_state_bit()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | wl_cfgnan.c | 1073 nan_buf->is_set = false; in wl_cfgnan_config_eventmask() 1118 nan_buf->is_set = true; in wl_cfgnan_config_eventmask() 1220 nan_buf->is_set = false; in wl_cfgnan_set_nan_avail() 1353 nan_buf->is_set = true; in wl_cfgnan_set_nan_avail() 1444 nan_buf->is_set = false; in wl_cfgnan_config_control_flag() 1493 nan_buf->is_set = true; in wl_cfgnan_config_control_flag() 1567 if (nan_buf->is_set) { in wl_cfgnan_execute_ioctl() 1581 p_resp->is_set = nan_buf->is_set; in wl_cfgnan_execute_ioctl() 1681 nan_buf->is_set = false; in wl_cfgnan_get_ver() 1752 nan_buf->is_set = true; in wl_cfgnan_set_if_addr() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | wl_cfgnan.c | 1073 nan_buf->is_set = false; in wl_cfgnan_config_eventmask() 1118 nan_buf->is_set = true; in wl_cfgnan_config_eventmask() 1220 nan_buf->is_set = false; in wl_cfgnan_set_nan_avail() 1353 nan_buf->is_set = true; in wl_cfgnan_set_nan_avail() 1444 nan_buf->is_set = false; in wl_cfgnan_config_control_flag() 1493 nan_buf->is_set = true; in wl_cfgnan_config_control_flag() 1567 if (nan_buf->is_set) { in wl_cfgnan_execute_ioctl() 1581 p_resp->is_set = nan_buf->is_set; in wl_cfgnan_execute_ioctl() 1681 nan_buf->is_set = false; in wl_cfgnan_get_ver() 1752 nan_buf->is_set = true; in wl_cfgnan_set_if_addr() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/exynos-gsc/ |
| H A D | gsc-m2m.c | 150 bool is_set = false; in gsc_m2m_device_run() local 168 is_set = ctx->state & GSC_CTX_STOP_REQ; in gsc_m2m_device_run() 169 if (is_set) { in gsc_m2m_device_run()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/ |
| H A D | bcmiov.h | 142 uint8 is_set; /* to differentiate set or get */ member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/ |
| H A D | bcmiov.h | 134 uint8 is_set; /* to differentiate set or get */ member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/ |
| H A D | bcmiov.h | 134 uint8 is_set; /* to differentiate set or get */ member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/ |
| H A D | bcmiov.h | 142 uint8 is_set; /* to differentiate set or get */ member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/ |
| H A D | bcmiov.h | 142 uint8 is_set; /* to differentiate set or get */ member
|
| /OK3568_Linux_fs/kernel/drivers/clk/nxp/ |
| H A D | clk-lpc32xx.c | 906 bool is_set; in lpc32xx_clk_gate_is_enabled() local 909 is_set = val & BIT(clk->bit_idx); in lpc32xx_clk_gate_is_enabled() 911 return (clk->flags & CLK_GATE_SET_TO_DISABLE ? !is_set : is_set); in lpc32xx_clk_gate_is_enabled()
|
| /OK3568_Linux_fs/buildroot/package/pm-utils/ |
| H A D | 0001-pm-sleep.d-remove-unused-sleep-hooks.patch | 243 -is_set "$NEED_CLOCK_SYNC" || exit $NA 873 - is_set "$QUIRK_NO_CHVT" && return 886 -quirk() { is_set "$1" && [ -z $QUIRK_NONE ]; } 992 - if is_set "$HIBERNATE_RESUME_POST_VIDEO"; then 998 - if is_set "${HIBERNATE_RESUME_POST_VIDEO}"; then
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath5k/ |
| H A D | reset.c | 68 bool is_set) in ath5k_hw_register_timeout() argument 75 if (is_set && (data & flag)) in ath5k_hw_register_timeout()
|
| /OK3568_Linux_fs/kernel/sound/soc/intel/atom/ |
| H A D | sst-atom-controls.c | 570 uint i, is_set, nb_inputs = 0; in fill_swm_input() local 575 is_set = reg & BIT(i); in fill_swm_input() 576 if (!is_set) in fill_swm_input()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/mac/mac_ax/mac_8852b/ |
| H A D | gpio_8852b.c | 1887 u8 val, is_set = 0; in mac_set_gpio_func_8852b() local 1902 is_set++; in mac_set_gpio_func_8852b() 1907 if (!is_set) { in mac_set_gpio_func_8852b()
|
| /OK3568_Linux_fs/kernel/drivers/i2c/busses/ |
| H A D | i2c-mlxbf.c | 1821 u8 slave_shift, is_set; in mlxbf_i2c_has_coalesce() local 1831 is_set = coalesce0_reg & (1 << slave_shift); in mlxbf_i2c_has_coalesce() 1833 if (!is_set) in mlxbf_i2c_has_coalesce()
|