/kernel/linux/linux-6.6/lib/ |
H A D | vsprintf.c | 2282 * by an extra set of alphanumeric characters that are extended format 2650 /* integer number formats - set up the flags and "break" */ in format_decode() 3575 DECLARE_BITMAP(set, 256) = {0}; in vsscanf() 3587 __set_bit((u8)*fmt, set); in vsscanf() 3589 /* no ']' or no character set found */ in vsscanf() 3595 bitmap_complement(set, set, 256); in vsscanf() 3597 __clear_bit(0, set); in vsscanf() 3601 if (!test_bit((u8)*str, set)) in vsscanf() 3604 while (test_bit((u8)*str, set) in vsscanf() [all...] |
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | hci_sync.c | 42 /* Drop sk reference if set */ in hci_cmd_sync_complete() 260 /* If command return a status event skb will be set to NULL as there are in __hci_cmd_sync_status_sk() 261 * no parameters, in case of failure IS_ERR(skb) would have be set to in __hci_cmd_sync_status_sk() 993 struct hci_cp_ext_adv_set *set; in hci_disable_ext_adv_instance_sync() local 994 u8 data[sizeof(*cp) + sizeof(*set) * 1]; in hci_disable_ext_adv_instance_sync() 1013 set = (void *)cp->data; in hci_disable_ext_adv_instance_sync() 1019 set->handle = instance; in hci_disable_ext_adv_instance_sync() 1021 size = sizeof(*cp) + sizeof(*set) * cp->num_of_sets; in hci_disable_ext_adv_instance_sync() 1036 * to be updated this also set the random address since in hci_set_adv_set_random_addr_sync() 1084 /* If the "connectable" instance flag was not set, the in hci_setup_ext_adv_instance_sync() 1263 struct hci_cp_ext_adv_set *set; hci_enable_ext_advertising_sync() local [all...] |
/kernel/linux/linux-5.10/drivers/nvme/host/ |
H A D | pci.c | 65 .set = io_queue_depth_set, 71 MODULE_PARM_DESC(io_queue_depth, "set io queue depth, should >= 2"); 85 .set = io_queue_count_set, 92 "Number of queues to use for writes. If not set, reads and writes " 93 "will share a queue set."); 322 dev_warn(dev->ctrl.device, "unable to set dbbuf\n"); in nvme_dbbuf_set() 414 static int nvme_init_request(struct blk_mq_tag_set *set, struct request *req, in nvme_init_request() argument 417 struct nvme_dev *dev = set->driver_data; in nvme_init_request() 419 int queue_idx = (set == &dev->tagset) ? hctx_idx + 1 : 0; in nvme_init_request() 438 static int nvme_pci_map_queues(struct blk_mq_tag_set *set) in nvme_pci_map_queues() argument [all...] |
/kernel/linux/linux-6.6/drivers/nvme/host/ |
H A D | fc.c | 341 * pointer will be set to 0. 658 * pointer will be set to 0. 925 /* a dev_loss_tmo of 0 (immediate) is allowed to be set */ in nvme_fc_set_remoteport_devloss() 1626 /* Be preventative. handlers will later set to valid length */ in nvme_fc_handle_ls_rqst() 1833 nvme_fc_exit_request(struct blk_mq_tag_set *set, struct request *rq, in nvme_fc_exit_request() argument 1838 return __nvme_fc_exit_request(to_fc_ctrl(set->driver_data), op); in nvme_fc_exit_request() 1913 * NULL if the user/libvirt has not set the appid to VM 1944 * allocates a single tag set for all io queues and sizes in nvme_fc_fcpio_done() 1965 * fabricate a CQE, the following fields will not be set as they in nvme_fc_fcpio_done() 2141 nvme_fc_init_request(struct blk_mq_tag_set *set, struc argument 2860 nvme_fc_map_queues(struct blk_mq_tag_set *set) nvme_fc_map_queues() argument [all...] |
/base/account/os_account/services/accountmgr/src/appaccount/ |
H A D | app_account_control_manager.cpp | 257 ACCOUNT_LOGE("failed to set custom data, result %{public}d.", result); in CreateAccount() 288 std::set<std::string> authorizedApps; in DeleteAccount() 552 ACCOUNT_LOGE("failed to set associated data, result %{public}d.", result); in SetAssociatedData() 606 ACCOUNT_LOGE("failed to set account credential, result %{public}d.", result); in SetAccountCredential() 703 ACCOUNT_LOGE("failed to set oauth token, result %{public}d.", result); in SetOAuthToken() 788 ACCOUNT_LOGE("failed to set oauth token visibility, result %{public}d.", ret); in SetOAuthTokenVisibility() 852 const AuthenticatorSessionRequest &request, std::set<std::string> &oauthList, const uint32_t apiVersion) in GetOAuthList() 981 std::set<std::string> allowedAccounts; in SelectAccountsByOptions() 985 std::set<std::string> allowedOwners(options.allowedOwners.begin(), options.allowedOwners.end()); in SelectAccountsByOptions() 1097 std::set<st in RemoveAppAccountData() [all...] |
/kernel/linux/linux-5.10/arch/powerpc/kvm/ |
H A D | book3s_hv_nested.c | 261 * L1 must have set up a suspended state to enter the L2 in a in kvmhv_enter_nested_guest() 296 /* set L1 state to L2 state */ in kvmhv_enter_nested_guest() 331 /* set L1 MSR TS field according to L2 transaction state */ in kvmhv_enter_nested_guest() 837 unsigned long clr, unsigned long set, in kvmhv_update_nest_rmap_rc() 856 __radix_pte_update(ptep, clr, set); in kvmhv_update_nest_rmap_rc() 866 unsigned long clr, unsigned long set, in kvmhv_update_nest_rmap_rc_list() 873 if ((clr | set) & ~(_PAGE_DIRTY | _PAGE_ACCESSED)) in kvmhv_update_nest_rmap_rc_list() 880 kvmhv_update_nest_rmap_rc(kvm, rmap, clr, set, hpa, mask); in kvmhv_update_nest_rmap_rc_list() 1247 /* Are the rc bits set in the L1 partition scoped pte? */ in kvmhv_handle_nested_set_rc() 1344 /* Failed to set th in __kvmhv_nested_page_fault() 836 kvmhv_update_nest_rmap_rc(struct kvm *kvm, u64 n_rmap, unsigned long clr, unsigned long set, unsigned long hpa, unsigned long mask) kvmhv_update_nest_rmap_rc() argument 865 kvmhv_update_nest_rmap_rc_list(struct kvm *kvm, unsigned long *rmapp, unsigned long clr, unsigned long set, unsigned long hpa, unsigned long nbytes) kvmhv_update_nest_rmap_rc_list() argument [all...] |
/kernel/linux/linux-6.6/arch/powerpc/kvm/ |
H A D | book3s_hv_nested.c | 327 * L1 must have set up a suspended state to enter the L2 in a in kvmhv_enter_nested_guest() 363 /* set L1 state to L2 state */ in kvmhv_enter_nested_guest() 394 /* set L1 MSR TS field according to L2 transaction state */ in kvmhv_enter_nested_guest() 917 unsigned long clr, unsigned long set, in kvmhv_update_nest_rmap_rc() 936 __radix_pte_update(ptep, clr, set); in kvmhv_update_nest_rmap_rc() 946 unsigned long clr, unsigned long set, in kvmhv_update_nest_rmap_rc_list() 953 if ((clr | set) & ~(_PAGE_DIRTY | _PAGE_ACCESSED)) in kvmhv_update_nest_rmap_rc_list() 960 kvmhv_update_nest_rmap_rc(kvm, rmap, clr, set, hpa, mask); in kvmhv_update_nest_rmap_rc_list() 1431 /* Are the rc bits set in the L1 partition scoped pte? */ in kvmhv_handle_nested_set_rc() 1528 /* Failed to set th in __kvmhv_nested_page_fault() 916 kvmhv_update_nest_rmap_rc(struct kvm *kvm, u64 n_rmap, unsigned long clr, unsigned long set, unsigned long hpa, unsigned long mask) kvmhv_update_nest_rmap_rc() argument 945 kvmhv_update_nest_rmap_rc_list(struct kvm *kvm, unsigned long *rmapp, unsigned long clr, unsigned long set, unsigned long hpa, unsigned long nbytes) kvmhv_update_nest_rmap_rc_list() argument [all...] |
/kernel/linux/linux-5.10/drivers/usb/class/ |
H A D | cdc-acm.c | 671 dev_dbg(&acm->control->dev, "failed to set dtr/rts\n"); in acm_port_dtr_rts() 922 unsigned int set, unsigned int clear) in acm_tty_tiocmset() 928 set = (set & TIOCM_DTR ? ACM_CTRL_DTR : 0) | in acm_tty_tiocmset() 929 (set & TIOCM_RTS ? ACM_CTRL_RTS : 0); in acm_tty_tiocmset() 933 newctrl = (newctrl & ~clear) | set; in acm_tty_tiocmset() 1101 dev_dbg(&acm->control->dev, "%s - set line: %d %d %d %d\n", in acm_tty_set_termios() 1973 /* control interfaces without any protocol set */ 921 acm_tty_tiocmset(struct tty_struct *tty, unsigned int set, unsigned int clear) acm_tty_tiocmset() argument
|
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | pm3fb.c | 634 * current cursor state (if enable is set) or we want to query what in pm3fb_cursor() 635 * we can do with the cursor (if enable is not set) in pm3fb_cursor() 637 if (!cursor->set) in pm3fb_cursor() 640 if (cursor->set & FB_CUR_SETPOS) { in pm3fb_cursor() 650 if (cursor->set & FB_CUR_SETHOT) { in pm3fb_cursor() 657 if (cursor->set & FB_CUR_SETCMAP) { in pm3fb_cursor() 678 if (cursor->set & (FB_CUR_SETSHAPE | FB_CUR_SETIMAGE)) { in pm3fb_cursor() 804 * any net change - they seem to xor together. Only set the in pm3fb_write_mode() 918 /* set predefined mode for bits_per_pixel settings */ in pm3fb_check_var() 1161 * any net change - they seem to xor together. Only set th in pm3fb_blank() [all...] |
/kernel/linux/linux-5.10/drivers/usb/serial/ |
H A D | ti_usb_3410_5052.c | 321 unsigned int set, unsigned int clear); 576 /* the second configuration must be set */ in ti_startup() 920 /* these flags must be set */ in ti_set_termios() 1009 dev_err(&port->dev, "%s - cannot set config on port %d, %d\n", in ti_set_termios() 1020 "%s - cannot set modem control on port %d, %d\n", in ti_set_termios() 1056 unsigned int set, unsigned int clear) in ti_tiocmset() 1066 if (set & TIOCM_RTS) in ti_tiocmset() 1068 if (set & TIOCM_DTR) in ti_tiocmset() 1070 if (set & TIOCM_LOOP) in ti_tiocmset() 1055 ti_tiocmset(struct tty_struct *tty, unsigned int set, unsigned int clear) ti_tiocmset() argument
|
/kernel/linux/linux-5.10/security/apparmor/ |
H A D | lsm.c | 92 * transfer the apparmor data to a blank set of creds 428 /* todo cache full allowed permissions set and state */ in apparmor_file_open() 706 /* reset soft limits and set hard limits for the new label */ in apparmor_bprm_committing_creds() 966 /* revaliation, get/set attr, shutdown */ 994 /* revaliation, get/set attr, opt */ 1142 * Note: could set off of SOCK_CTX(parent) but need to track inode and we can 1143 * just set sk security information off of current creating process label 1278 .set = param_set_aabool, 1286 .set = param_set_aauint, 1296 .set [all...] |
/kernel/linux/linux-5.10/drivers/video/fbdev/via/ |
H A D | viafbdev.c | 776 if (cursor->set & FB_CUR_SETHOT) { in viafb_cursor() 781 if (cursor->set & FB_CUR_SETPOS) { in viafb_cursor() 799 if (cursor->set & FB_CUR_SETSIZE) { in viafb_cursor() 809 if (cursor->set & FB_CUR_SETCMAP) { in viafb_cursor() 839 if (cursor->set & FB_CUR_SETSHAPE) { in viafb_cursor() 994 /* 2. Keep the order of devices, so we can set corresponding in parse_active_dev() 1106 * get/set the value of DPA DVP0, DVP0DataDriving, DVP0ClockDriving, DVP1, 1761 * set up our own accounting. in via_fb_pci_probe()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
H A D | radeon_display.c | 86 /* Only change bit 0 of LUT_SEL, other bits are set elsewhere */ in avivo_crtc_load_lut() 335 * to run and set the RADEON_FLIP_SUBMITTED status, thereby we no-op, in radeon_crtc_handle_vblank() 473 /* set the proper interrupt */ in radeon_flip_work_func() 623 radeon_crtc_set_config(struct drm_mode_set *set, in radeon_crtc_set_config() argument 632 if (!set || !set->crtc) in radeon_crtc_set_config() 635 dev = set->crtc->dev; in radeon_crtc_set_config() 643 ret = drm_crtc_helper_set_config(set, ctx); in radeon_crtc_set_config() 1483 /* set display priority to high for r3xx, rv515 chips in radeon_update_display_priority() 1715 /* set scalin in radeon_crtc_scaling_mode_fixup() [all...] |
/kernel/linux/linux-5.10/fs/ |
H A D | inode.c | 331 * set_nlink - directly set an inode's link count 608 * the inode has I_FREEING set, flusher thread won't start new work on in evict() 710 * If @kill_dirty is set, discard dirty inodes too, otherwise treat 763 * If the inode has the I_REFERENCED flag set, then it means that it has been 764 * used recently - the flag is set in iput_final(). When we encounter such an 769 * with this flag set because they are the inodes that are out of order. 1137 * @set: callback used to initialize a new struct inode 1138 * @data: opaque data pointer to pass to @test and @set 1146 * return it locked, hashed, and with the I_NEW flag set. The file system gets 1149 * Note both @test and @set ar [all...] |
/kernel/linux/linux-6.6/fs/ |
H A D | inode.c | 357 * set_nlink - directly set an inode's link count 660 * the inode has I_FREEING set, flusher thread won't start new work on in evict() 796 * If the inode has the I_REFERENCED flag set, then it means that it has been 797 * used recently - the flag is set in iput_final(). When we encounter such an 802 * with this flag set because they are the inodes that are out of order. 1176 * @set: callback used to initialize a new struct inode 1177 * @data: opaque data pointer to pass to @test and @set 1185 * return it locked, hashed, and with the I_NEW flag set. The file system gets 1188 * Note both @test and @set are called with the inode_hash_lock held, so can't 1193 int (*set)(struc in inode_insert5() [all...] |
/kernel/linux/linux-6.6/drivers/usb/class/ |
H A D | cdc-acm.c | 682 dev_dbg(&acm->control->dev, "failed to set dtr/rts\n"); in acm_port_dtr_rts() 942 unsigned int set, unsigned int clear) in acm_tty_tiocmset() 948 set = (set & TIOCM_DTR ? USB_CDC_CTRL_DTR : 0) | in acm_tty_tiocmset() 949 (set & TIOCM_RTS ? USB_CDC_CTRL_RTS : 0); in acm_tty_tiocmset() 953 newctrl = (newctrl & ~clear) | set; in acm_tty_tiocmset() 1108 dev_dbg(&acm->control->dev, "%s - set line: %d %d %d %d\n", in acm_tty_set_termios() 1990 /* control interfaces without any protocol set */ 941 acm_tty_tiocmset(struct tty_struct *tty, unsigned int set, unsigned int clear) acm_tty_tiocmset() argument
|
/kernel/linux/linux-6.6/drivers/video/fbdev/via/ |
H A D | viafbdev.c | 776 if (cursor->set & FB_CUR_SETHOT) { in viafb_cursor() 781 if (cursor->set & FB_CUR_SETPOS) { in viafb_cursor() 799 if (cursor->set & FB_CUR_SETSIZE) { in viafb_cursor() 809 if (cursor->set & FB_CUR_SETCMAP) { in viafb_cursor() 839 if (cursor->set & FB_CUR_SETSHAPE) { in viafb_cursor() 994 /* 2. Keep the order of devices, so we can set corresponding in parse_active_dev() 1106 * get/set the value of DPA DVP0, DVP0DataDriving, DVP0ClockDriving, DVP1, 1761 * set up our own accounting. in via_fb_pci_probe()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | pm3fb.c | 635 * current cursor state (if enable is set) or we want to query what in pm3fb_cursor() 636 * we can do with the cursor (if enable is not set) in pm3fb_cursor() 638 if (!cursor->set) in pm3fb_cursor() 641 if (cursor->set & FB_CUR_SETPOS) { in pm3fb_cursor() 651 if (cursor->set & FB_CUR_SETHOT) { in pm3fb_cursor() 658 if (cursor->set & FB_CUR_SETCMAP) { in pm3fb_cursor() 679 if (cursor->set & (FB_CUR_SETSHAPE | FB_CUR_SETIMAGE)) { in pm3fb_cursor() 805 * any net change - they seem to xor together. Only set the in pm3fb_write_mode() 919 /* set predefined mode for bits_per_pixel settings */ in pm3fb_check_var() 1162 * any net change - they seem to xor together. Only set th in pm3fb_blank() [all...] |
/kernel/linux/linux-6.6/drivers/usb/serial/ |
H A D | ti_usb_3410_5052.c | 321 unsigned int set, unsigned int clear); 569 /* the second configuration must be set */ in ti_startup() 911 /* these flags must be set */ in ti_set_termios() 999 dev_err(&port->dev, "%s - cannot set config on port %d, %d\n", in ti_set_termios() 1009 dev_err(&port->dev, "%s - cannot set modem control on port %d, %d\n", in ti_set_termios() 1045 unsigned int set, unsigned int clear) in ti_tiocmset() 1055 if (set & TIOCM_RTS) in ti_tiocmset() 1057 if (set & TIOCM_DTR) in ti_tiocmset() 1059 if (set & TIOCM_LOOP) in ti_tiocmset() 1044 ti_tiocmset(struct tty_struct *tty, unsigned int set, unsigned int clear) ti_tiocmset() argument
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_display.c | 309 int amdgpu_display_crtc_set_config(struct drm_mode_set *set, in amdgpu_display_crtc_set_config() argument 318 if (!set || !set->crtc) in amdgpu_display_crtc_set_config() 321 dev = set->crtc->dev; in amdgpu_display_crtc_set_config() 327 ret = drm_crtc_helper_set_config(set, ctx); in amdgpu_display_crtc_set_config() 569 * Also, don't allow GTT domain if the BO doesn't have USWC flag set. in amdgpu_display_supported_domains() 1399 /* set scaling */ in amdgpu_display_crtc_scaling_mode_fixup()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/ |
H A D | cwsr_trap_handler_gfx9.asm | 245 // their respective bit in mode.excp_en is set. 303 s_cbranch_scc0 L_NO_NEXT_TRAP // second-level trap handler not been set 312 // If the PC points to S_ENDPGM then context save will fail if STATUS.HALT is set. 597 /* save VGPRs - set the Rest VGPRs */ 892 //s_setreg_b32 hwreg(HW_REG_TRAPSTS), s_restore_trapsts //don't overwrite SAVECTX bit as it may be set through external SAVECTX during restore
|
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/ |
H A D | radeon_display.c | 83 /* Only change bit 0 of LUT_SEL, other bits are set elsewhere */ in avivo_crtc_load_lut() 329 * to run and set the RADEON_FLIP_SUBMITTED status, thereby we no-op, in radeon_crtc_handle_vblank() 467 /* set the proper interrupt */ in radeon_flip_work_func() 621 radeon_crtc_set_config(struct drm_mode_set *set, in radeon_crtc_set_config() argument 630 if (!set || !set->crtc) in radeon_crtc_set_config() 633 dev = set->crtc->dev; in radeon_crtc_set_config() 641 ret = drm_crtc_helper_set_config(set, ctx); in radeon_crtc_set_config() 1479 /* set display priority to high for r3xx, rv515 chips in radeon_update_display_priority() 1709 /* set scalin in radeon_crtc_scaling_mode_fixup() [all...] |
/kernel/linux/linux-6.6/security/apparmor/ |
H A D | lsm.c | 92 * transfer the apparmor data to a blank set of creds 484 /* todo cache full allowed permissions set and state */ in apparmor_file_open() 782 /* reset soft limits and set hard limits for the new label */ in apparmor_bprm_committing_creds() 1048 /* revaliation, get/set attr, shutdown */ 1076 /* revaliation, get/set attr, opt */ 1214 * Note: could set off of SOCK_CTX(parent) but need to track inode and we can 1215 * just set sk security information off of current creating process label 1353 .set = param_set_aabool, 1361 .set = param_set_aauint, 1371 .set [all...] |
/kernel/linux/linux-6.6/sound/soc/fsl/ |
H A D | fsl_spdif.c | 54 * so the driver shouldn't set root clock rate 475 * but here we need to set REG_SPDIF_STCCA_191_160 on 8ULP in spdif_write_channel_status() 579 dev_err(&pdev->dev, "failed to set tx clock rate\n"); in spdif_set_sample_rate() 589 /* set fs field in consumer channel status */ in spdif_set_sample_rate() 599 dev_dbg(&pdev->dev, "set sample rate to %dHz for %dHz playback\n", in spdif_set_sample_rate() 721 dev_err(&pdev->dev, "%s: set sample rate failed: %d\n", in fsl_spdif_hw_params() 1000 bool set = (ucontrol->value.integer.value[0] != 0); in fsl_spdif_bypass_put() local 1008 if (priv->bypass == set) in fsl_spdif_bypass_put() 1018 if (set) { in fsl_spdif_bypass_put() 1038 rtd->pcm->streams[stream].substream_count = (set in fsl_spdif_bypass_put() [all...] |
/kernel/linux/linux-6.6/drivers/ufs/core/ |
H A D | ufshcd.c | 804 * @mask: mask with one bit set for each request to be cleared 814 * corresponds to request slot 0. A bit in this field is set to ‘0’ in ufshcd_utrl_clear() 818 * immediately, and shall set the associated bit in UTRLDBR to ‘0’. The in ufshcd_utrl_clear() 821 * be set ‘1’ or ‘0’ by host software when UTRLRSR is set to ‘1’." in ufshcd_utrl_clear() 941 * When run-stop registers are set to 1, it indicates the 1004 * ufshcd_set_clk_freq - set UFS controller clock frequencies 1006 * @scale_up: If True, set max possible frequency othewise set low frequency 1027 dev_err(hba->dev, "%s: %s clk set rat in ufshcd_set_clk_freq() 2518 u32 set = ufshcd_readl(hba, REG_INTERRUPT_ENABLE); ufshcd_enable_intr() local 2538 u32 set = ufshcd_readl(hba, REG_INTERRUPT_ENABLE); ufshcd_disable_intr() local 3997 const char *set = action[!!peer]; ufshcd_dme_set_attr() local 5590 ufshcd_update_ee_control(struct ufs_hba *hba, u16 *mask, const u16 *other_mask, u16 set, u16 clr) ufshcd_update_ee_control() argument 5874 __ufshcd_wb_toggle(struct ufs_hba *hba, bool set, enum flag_idn idn) __ufshcd_wb_toggle() argument [all...] |