Searched refs:doit (Results 126 - 140 of 140) sorted by relevance
123456
/kernel/linux/linux-5.10/drivers/net/wireguard/ |
H A D | netlink.c | 619 .doit = wg_set_device,
|
/kernel/linux/linux-6.6/drivers/net/wireguard/ |
H A D | netlink.c | 619 .doit = wg_set_device,
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/ |
H A D | cfg80211.c | 226 .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 D | target_core_user.c | 454 .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 D | cfg80211.c | 226 .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-5.10/net/wireless/ |
H A D | core.c | 892 * we have at least one of doit/dumpit. in wiphy_register() 896 if (WARN_ON(!rdev->wiphy.vendor_commands[i].doit && in wiphy_register()
|
/kernel/linux/linux-5.10/drivers/cdrom/ |
H A D | cdrom.c | 3594 doit: in cdrom_sysctl_info() 3599 goto doit; in cdrom_sysctl_info()
|
/kernel/linux/linux-6.6/drivers/cdrom/ |
H A D | cdrom.c | 3551 doit: in cdrom_sysctl_info() 3556 goto doit; in cdrom_sysctl_info()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/sis/ |
H A D | sis_main.c | 3815 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 D | sis_main.c | 3827 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 D | core.c | 936 * 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 D | sonixj.c | 1725 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 D | sonixj.c | 1725 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 D | cfg80211.h | 4594 * @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
|
/kernel/linux/linux-6.6/include/net/ |
H A D | cfg80211.h | 5107 * @doit: callback for the operation, note that wdev is %NULL if the 5117 * It's recommended to not have the same sub command with both @doit and 5124 int (*doit)(struct wiphy *wiphy, struct wireless_dev *wdev, member 7474 * it outside of a vendor command's doit() operation is invalid. 7485 * its error code as the result of the doit() operation. 7502 * before returning from the vendor command doit() you should
|
Completed in 69 milliseconds
123456