Home
last modified time | relevance | path

Searched refs:doit (Results 151 - 175 of 176) sorted by relevance

12345678

/kernel/linux/linux-6.6/drivers/infiniband/core/
H A Ddevice.c2749 .doit = ib_nl_handle_resolve_resp,
2753 .doit = ib_nl_handle_set_timeout,
2757 .doit = ib_nl_handle_ip_res_resp,
/kernel/linux/linux-6.6/net/openvswitch/
H A Dconntrack.c1933 .doit = ovs_ct_limit_cmd_set,
1940 .doit = ovs_ct_limit_cmd_del,
1945 .doit = ovs_ct_limit_cmd_get,
/third_party/lwip/src/netif/ppp/
H A Dipcp.c438 * If doit is 0, the call is to check whether this option is
443 setipaddr(arg, argv, doit) in setipaddr()
446 int doit;
459 if (!doit)
/third_party/openssl/test/
H A Dssl_old_test.c620 int doit(SSL *s_ssl, SSL *c_ssl, long bytes);
1802 ret = doit(s_ssl, c_ssl, bytes); in main()
2592 int doit(SSL *s_ssl, SSL *c_ssl, long count) in doit() function
/kernel/linux/linux-5.10/drivers/net/wireless/
H A Dmac80211_hwsim.c520 .doit = mac80211_hwsim_vendor_cmd_test,
4030 .doit = hwsim_register_received_nl,
4036 .doit = hwsim_cloned_frame_received_nl,
4041 .doit = hwsim_tx_info_frame_received_nl,
4046 .doit = hwsim_new_radio_nl,
4052 .doit = hwsim_del_radio_nl,
4058 .doit = hwsim_get_radio_nl,
/kernel/linux/linux-5.10/drivers/net/wireguard/
H A Dnetlink.c619 .doit = wg_set_device,
/kernel/linux/linux-6.6/drivers/net/wireguard/
H A Dnetlink.c619 .doit = wg_set_device,
/third_party/alsa-lib/src/pcm/
H A Dpcm_params.c2121 int doit = 0; in snd_pcm_hw_refine_soft() local
2124 doit = 1; in snd_pcm_hw_refine_soft()
2128 if (!doit) in snd_pcm_hw_refine_soft()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/
H A Dcfg80211.c226 .doit = wil_rf_sector_get_cfg
234 .doit = wil_rf_sector_set_cfg
243 .doit = wil_rf_sector_get_selected
252 .doit = wil_rf_sector_set_selected
/kernel/linux/linux-6.6/drivers/target/
H A Dtarget_core_user.c454 .doit = tcmu_genl_set_features,
460 .doit = tcmu_genl_add_dev_done,
466 .doit = tcmu_genl_rm_dev_done,
472 .doit = tcmu_genl_reconfig_dev_done,
/kernel/linux/linux-6.6/drivers/net/wireless/ath/wil6210/
H A Dcfg80211.c226 .doit = wil_rf_sector_get_cfg
234 .doit = wil_rf_sector_set_cfg
243 .doit = wil_rf_sector_get_selected
252 .doit = wil_rf_sector_set_selected
/third_party/python/Lib/test/
H A Dtest_decimal.py3998 def doit(c, signal=None): function
4052 doit(c, signal=None)
4056 doit(c, signal=FloatOperation)
5751 def doit(ty): function
5798 doit('Decimal')
5799 doit('Context')
/kernel/linux/linux-5.10/net/wireless/
H A Dcore.c892 * we have at least one of doit/dumpit. in wiphy_register()
896 if (WARN_ON(!rdev->wiphy.vendor_commands[i].doit && in wiphy_register()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DMetadata.h156 static inline bool doit(const Metadata &MD) { \
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DMetadata.h143 static inline bool doit(const Metadata &MD) { \
/kernel/linux/linux-5.10/drivers/cdrom/
H A Dcdrom.c3594 doit: in cdrom_sysctl_info()
3599 goto doit; in cdrom_sysctl_info()
/kernel/linux/linux-6.6/drivers/cdrom/
H A Dcdrom.c3551 doit: in cdrom_sysctl_info()
3556 goto doit; in cdrom_sysctl_info()
/third_party/python/Lib/test/test_asyncio/
H A Dtest_events.py57 async def doit(): function
62 return loop.run_until_complete(doit())
H A Dtest_tasks.py1615 async def doit(): function
1625 doer = doit()
/kernel/linux/linux-5.10/drivers/video/fbdev/sis/
H A Dsis_main.c3815 bool doit = true; in sisfb_post_setmode() local
3834 if(sisfb_bridgeisslave(ivideo)) doit = false; in sisfb_post_setmode()
3840 if((ivideo->sisfb_crt1off) && (doit)) { in sisfb_post_setmode()
3852 if((ivideo->sisfb_crt1off) && (doit)) { in sisfb_post_setmode()
/kernel/linux/linux-6.6/drivers/video/fbdev/sis/
H A Dsis_main.c3827 bool doit = true; in sisfb_post_setmode() local
3846 if(sisfb_bridgeisslave(ivideo)) doit = false; in sisfb_post_setmode()
3852 if((ivideo->sisfb_crt1off) && (doit)) { in sisfb_post_setmode()
3864 if((ivideo->sisfb_crt1off) && (doit)) { in sisfb_post_setmode()
/kernel/linux/linux-6.6/net/wireless/
H A Dcore.c936 * we have at least one of doit/dumpit. in wiphy_register()
940 if (WARN_ON(!rdev->wiphy.vendor_commands[i].doit && in wiphy_register()
/kernel/linux/linux-5.10/drivers/media/usb/gspca/
H A Dsonixj.c1725 static const u8 doit[] = /* update sensor */ in expo_adjust() local
1737 i2c_w8(gspca_dev, doit); in expo_adjust()
/kernel/linux/linux-6.6/drivers/media/usb/gspca/
H A Dsonixj.c1725 static const u8 doit[] = /* update sensor */ in expo_adjust() local
1737 i2c_w8(gspca_dev, doit); in expo_adjust()
/kernel/linux/linux-5.10/include/net/
H A Dcfg80211.h4594 * @doit: callback for the operation, note that wdev is %NULL if the
4604 * It's recommended to not have the same sub command with both @doit and
4611 int (*doit)(struct wiphy *wiphy, struct wireless_dev *wdev, member
6564 * it outside of a vendor command's doit() operation is invalid.
6575 * its error code as the result of the doit() operation.
6592 * before returning from the vendor command doit() you should

Completed in 97 milliseconds

12345678