/kernel/linux/linux-5.10/drivers/video/fbdev/intelfb/ |
H A D | intelfbdrv.c | 29 * and the initial video mode must be set with vga=XXX at 514 /* set early this option because it could be changed by tv encoder in intelfb_pci_register() 632 /* set the mem offsets - set them after the already used pages */ in intelfb_pci_register() 1590 if (cursor->set & FB_CUR_SETPOS) { in intelfb_cursor() 1599 if (cursor->set & FB_CUR_SETSIZE) { in intelfb_cursor() 1606 if (cursor->set & FB_CUR_SETCMAP) { in intelfb_cursor() 1620 if (cursor->set & (FB_CUR_SETSHAPE | FB_CUR_SETIMAGE)) { in intelfb_cursor()
|
/kernel/linux/linux-5.10/drivers/usb/serial/ |
H A D | mos7720.c | 1093 mos7720_port->shadowMCR = UART_MCR_OUT2; /* Must set to enable ints! */ in mos7720_open() 1525 * This routine is called to set the UART on the device to match 1627 /* set up the MCR register and send it to the mos7720 */ in change_port_settings() 1634 /* To set hardware flow control to the specified * in change_port_settings() 1766 unsigned int set, unsigned int clear) in mos7720_tiocmset() 1774 if (set & TIOCM_RTS) in mos7720_tiocmset() 1776 if (set & TIOCM_DTR) in mos7720_tiocmset() 1778 if (set & TIOCM_LOOP) in mos7720_tiocmset() 1765 mos7720_tiocmset(struct tty_struct *tty, unsigned int set, unsigned int clear) mos7720_tiocmset() argument
|
H A D | mos7840.c | 223 * To set the Control register by calling usb_fill_control_urb function 241 * To set the Uart register by calling usb_fill_control_urb function by 274 * To set the Uart register by calling usb_fill_control_urb function by 299 * To set the Control register by calling usb_fill_control_urb function 682 /* set up our bulk in urb */ in mos7840_open() 711 /* Must set to enable ints! */ in mos7840_open() 1022 unsigned int set, unsigned int clear) in mos7840_tiocmset() 1038 if (set & TIOCM_RTS) in mos7840_tiocmset() 1040 if (set & TIOCM_DTR) in mos7840_tiocmset() 1042 if (set in mos7840_tiocmset() 1021 mos7840_tiocmset(struct tty_struct *tty, unsigned int set, unsigned int clear) mos7840_tiocmset() argument [all...] |
/kernel/linux/linux-5.10/sound/soc/ti/ |
H A D | davinci-mcasp.c | 878 /* Inactive or unused pin, set it to inactive */ in mcasp_common_hw_param() 881 /* If unused, set DISMOD for the pin */ in mcasp_common_hw_param() 1015 * If McASP is set to be TX/RX synchronous and the playback is in mcasp_i2s_hw_param() 1100 unsigned int bclk_freq, bool set) in davinci_mcasp_calc_clk_div() 1117 } else if (set) { in davinci_mcasp_calc_clk_div() 1134 if (set) { in davinci_mcasp_calc_clk_div() 1542 * set constraints based on what we can provide. in davinci_mcasp_startup() 2083 .set = davinci_mcasp_gpio_set, 1098 davinci_mcasp_calc_clk_div(struct davinci_mcasp *mcasp, unsigned int sysclk_freq, unsigned int bclk_freq, bool set) davinci_mcasp_calc_clk_div() argument
|
/kernel/linux/linux-5.10/fs/fat/ |
H A D | inode.c | 666 unsigned int set, unsigned int force) in fat_set_state() 678 /* warn only on set (mount). */ in fat_set_state() 679 if (set) in fat_set_state() 696 if (set) in fat_set_state() 701 if (set) in fat_set_state() 1634 * we set 1 here to be fast in fat_fill_super() 1681 fat_msg(sb, KERN_ERR, "unable to set blocksize %u", in fat_fill_super() 1784 /* some OSes set FAT_STATE_DIRTY and clean it on unmount. */ in fat_fill_super() 1809 /* set up enough so that it can read an inode */ in fat_fill_super() 665 fat_set_state(struct super_block *sb, unsigned int set, unsigned int force) fat_set_state() argument
|
/kernel/linux/linux-5.10/fs/overlayfs/ |
H A D | super.c | 274 * We have to always set the err, because the return value isn't in ovl_sync_fs() 769 * if the xattr name is too long), but the set of filesystems in ovl_workdir_create() 1050 .set = ovl_posix_acl_xattr_set, 1058 .set = ovl_posix_acl_xattr_set, 1064 .set = ovl_own_xattr_set, 1070 .set = ovl_other_xattr_set, 1482 * upper dir file handle. In any case, verify or set xattr in ovl_get_indexdir() 1604 * is_lower will be set if upper fs is shared with a lower layer. in ovl_get_layers()
|
/kernel/linux/linux-6.6/drivers/net/dsa/microchip/ |
H A D | ksz8795.c | 29 static void ksz_cfg(struct ksz_device *dev, u32 addr, u8 bits, bool set) in ksz_cfg() argument 31 regmap_update_bits(ksz_regmap_8(dev), addr, bits, set ? bits : 0); in ksz_cfg() 35 bool set) in ksz_port_cfg() 38 bits, set ? bits : 0); in ksz_port_cfg() 1420 * Make sure unicast VLAN boundary is set as default and in ksz8_setup() 34 ksz_port_cfg(struct ksz_device *dev, int port, int offset, u8 bits, bool set) ksz_port_cfg() argument
|
/kernel/linux/linux-6.6/fs/fat/ |
H A D | inode.c | 664 unsigned int set, unsigned int force) in fat_set_state() 676 /* warn only on set (mount). */ in fat_set_state() 677 if (set) in fat_set_state() 694 if (set) in fat_set_state() 699 if (set) in fat_set_state() 1630 * we set 1 here to be fast in fat_fill_super() 1677 fat_msg(sb, KERN_ERR, "unable to set blocksize %u", in fat_fill_super() 1780 /* some OSes set FAT_STATE_DIRTY and clean it on unmount. */ in fat_fill_super() 1805 /* set up enough so that it can read an inode */ in fat_fill_super() 663 fat_set_state(struct super_block *sb, unsigned int set, unsigned int force) fat_set_state() argument
|
/kernel/linux/linux-6.6/fs/f2fs/ |
H A D | sysfs.c | 389 bool set = true, hot; in __sbi_store() local 402 set = false; in __sbi_store() 410 ret = f2fs_update_extension_list(sbi, name, hot, set); in __sbi_store() 416 f2fs_update_extension_list(sbi, name, hot, !set); in __sbi_store()
|
/kernel/linux/linux-6.6/fs/ |
H A D | super.c | 103 * creation will succeed and SB_BORN is set by vfs_get_tree() or we're 108 * Return: This returns true if SB_BORN was set, false if SB_DYING was 109 * set. The function acquires s_umount and returns with it held. 170 * ___wait_var_event() either sees SB_BORN set or in super_wake() 657 * rearrange the set of dentries belonging to this super_block, nor may it 747 * @set: Setup callback 768 * set and the @set callback will be invoked), the superblock will be 777 int (*set)(struct super_block *, struct fs_context *)) in sget_fc() 801 err = set( in sget_fc() [all...] |
/kernel/linux/linux-6.6/drivers/tty/ |
H A D | moxa.c | 500 unsigned int set, unsigned int clear); 1579 unsigned int set, unsigned int clear) in moxa_tiocmset() 1592 if (set & TIOCM_RTS) in moxa_tiocmset() 1594 if (set & TIOCM_DTR) in moxa_tiocmset() 1862 * 50 - 115200 : the real baud rate set to the port, if 1578 moxa_tiocmset(struct tty_struct *tty, unsigned int set, unsigned int clear) moxa_tiocmset() argument
|
/kernel/linux/linux-6.6/drivers/video/fbdev/intelfb/ |
H A D | intelfbdrv.c | 29 * and the initial video mode must be set with vga=XXX at 522 /* set early this option because it could be changed by tv encoder in intelfb_pci_register() 640 /* set the mem offsets - set them after the already used pages */ in intelfb_pci_register() 1597 if (cursor->set & FB_CUR_SETPOS) { in intelfb_cursor() 1606 if (cursor->set & FB_CUR_SETSIZE) { in intelfb_cursor() 1613 if (cursor->set & FB_CUR_SETCMAP) { in intelfb_cursor() 1627 if (cursor->set & (FB_CUR_SETSHAPE | FB_CUR_SETIMAGE)) { in intelfb_cursor()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | sm501fb.c | 92 int swap_endian; /* set to swap rgb=>bgr */ 281 /* set gamma values */ in sm501fb_setup_gamma() 338 /* set r/g/b positions and validate bpp */ in sm501fb_check_var() 423 * set common registers for framebuffers 495 /* set start of framebuffer to the screen */ in sm501fb_set_par_common() 520 * set the geometry registers for specified framebuffer. 536 /* set framebuffer width and display width */ in sm501fb_set_par_geometry() 653 /* set the sync polarities before we check data source */ in sm501fb_set_par_crt() 671 dev_err(fbi->dev, "failed to set common parameters\n"); in sm501fb_set_par_crt() 908 * set th [all...] |
H A D | tdfxfb.c | 37 * extensions to the VGA register set go completely unmentioned in the 731 DPRINTK("Graphics mode is now set at %dx%d depth %d\n", in tdfxfb_set_par() 1062 * current cursor state (if enable is set) or we want to query what in tdfxfb_cursor() 1063 * we can do with the cursor (if enable is not set) in tdfxfb_cursor() 1065 if (!cursor->set) in tdfxfb_cursor() 1069 if (cursor->set & FB_CUR_SETCMAP) { in tdfxfb_cursor() 1086 if (cursor->set & FB_CUR_SETPOS) { in tdfxfb_cursor() 1095 if (cursor->set & (FB_CUR_SETIMAGE | FB_CUR_SETSHAPE)) { in tdfxfb_cursor() 1198 We rely on the i2c-algo-bit routines to set the pins high before
|
/kernel/linux/linux-6.6/drivers/usb/serial/ |
H A D | mos7840.c | 223 * To set the Control register by calling usb_fill_control_urb function 241 * To set the Uart register by calling usb_fill_control_urb function by 274 * To set the Uart register by calling usb_fill_control_urb function by 299 * To set the Control register by calling usb_fill_control_urb function 682 /* set up our bulk in urb */ in mos7840_open() 711 /* Must set to enable ints! */ in mos7840_open() 1018 unsigned int set, unsigned int clear) in mos7840_tiocmset() 1034 if (set & TIOCM_RTS) in mos7840_tiocmset() 1036 if (set & TIOCM_DTR) in mos7840_tiocmset() 1038 if (set in mos7840_tiocmset() 1017 mos7840_tiocmset(struct tty_struct *tty, unsigned int set, unsigned int clear) mos7840_tiocmset() argument [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/ |
H A D | cwsr_trap_handler_gfx8.asm | 176 s_cbranch_scc0 L_NO_NEXT_TRAP //next level trap handler not been set 419 /* save VGPRs - set the Rest VGPRs */ 645 //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 669 s_rfe_restore_b64 s_restore_pc_lo, s_restore_m0 // s_restore_m0[0] is used to set STATUS.inst_atc
|
/kernel/linux/linux-6.6/drivers/dma/dw-axi-dmac/ |
H A D | dw-axi-dmac-platform.c | 37 * The set of bus widths supported by the DMA controller. DW AXI DMAC supports 230 dev_warn(chip->dev, "Unable to set coherent mask\n"); in axi_dma_hw_init() 352 static void dw_axi_dma_set_byte_halfword(struct axi_dma_chan *chan, bool set) in dw_axi_dma_set_byte_halfword() argument 368 if (set) in dw_axi_dma_set_byte_halfword() 519 static void dw_axi_dma_set_hw_channel(struct axi_dma_chan *chan, bool set) in dw_axi_dma_set_hw_channel() argument 534 if (set) in dw_axi_dma_set_hw_channel() 541 /* Channel is already allocated, set handshake as per channel ID */ in dw_axi_dma_set_hw_channel() 912 * BLOCK_TS register should be set to block_ts - 1 in dma_chan_prep_dma_memcpy() 1494 * Therefore, set constraint to 1024 * 4. in dw_probe()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | mvm.h | 221 * struct iwl_mvm_low_latency_force - low latency force mode set by debugfs 235 * struct iwl_mvm_low_latency_cause - low latency set causes 237 * @LOW_LATENCY_DEBUGFS: low latency mode set from debugfs 238 * @LOW_LATENCY_VCMD: low latency mode set from vendor command 239 * @LOW_LATENCY_VIF_TYPE: low latency mode set because of vif type (ap) 241 * the actual set/unset is done with LOW_LATENCY_DEBUGFS_FORCE 243 * set this with LOW_LATENCY_DEBUGFS_FORCE_ENABLE flag 359 * @low_latency_actual: boolean, indicates low latency is set, 361 * @authorized: indicates the AP station was set to authorized 634 * @buf_size: the reorder buffer size as set b 2181 iwl_mvm_vif_set_low_latency(struct iwl_mvm_vif *mvmvif, bool set, enum iwl_mvm_low_latency_cause cause) iwl_mvm_vif_set_low_latency() argument [all...] |
/kernel/linux/linux-6.6/drivers/perf/ |
H A D | xgene_pmu.c | 410 XGENE_PMU_EVENT_ATTR(sip-insertions-r-set, 0x16), 412 XGENE_PMU_EVENT_ATTR(dip-insertions-r-set, 0x18), 414 XGENE_PMU_EVENT_ATTR(dip-insertions-force-r-set, 0x1a), 419 XGENE_PMU_EVENT_ATTR(r-set-replacement, 0x1f),
|
/kernel/linux/linux-6.6/drivers/s390/net/ |
H A D | qeth_l3_main.c | 353 static u32 qeth_l3_get_setdelip_flags(struct qeth_ipaddr *addr, bool set) in qeth_l3_get_setdelip_flags() argument 357 return (set) ? QETH_IPA_SETIP_TAKEOVER_FLAG : 0; in qeth_l3_get_setdelip_flags() 359 return (set) ? QETH_IPA_SETIP_VIPA_FLAG : in qeth_l3_get_setdelip_flags() 362 return (set && addr->ipato) ? QETH_IPA_SETIP_TAKEOVER_FLAG : 0; in qeth_l3_get_setdelip_flags() 466 QETH_DBF_MESSAGE(2, "Error (%#06x) while setting routing type on device %x. Type set to 'no router'.\n", in qeth_l3_setrouting_v4() 489 QETH_DBF_MESSAGE(2, "Error (%#06x) while setting routing type on device %x. Type set to 'no router'.\n", in qeth_l3_setrouting_v6() 1250 QETH_DBF_MESSAGE(2, "Could not set number of ARP entries on device %x: %#x\n", in qeth_l3_arp_set_no_entries()
|
/kernel/linux/linux-6.6/sound/soc/ti/ |
H A D | davinci-mcasp.c | 906 /* Inactive or unused pin, set it to inactive */ in mcasp_common_hw_param() 909 /* If unused, set DISMOD for the pin */ in mcasp_common_hw_param() 1042 * If McASP is set to be TX/RX synchronous and the playback is in mcasp_i2s_hw_param() 1124 unsigned int bclk_freq, bool set) in davinci_mcasp_calc_clk_div() 1141 } else if (set) { in davinci_mcasp_calc_clk_div() 1158 if (set) { in davinci_mcasp_calc_clk_div() 1575 * set constraints based on what we can provide. in davinci_mcasp_startup() 2215 .set = davinci_mcasp_gpio_set, 1122 davinci_mcasp_calc_clk_div(struct davinci_mcasp *mcasp, unsigned int sysclk_freq, unsigned int bclk_freq, bool set) davinci_mcasp_calc_clk_div() argument
|
/third_party/icu/tools/colprobe/ |
H A D | sortedlines.cpp | 9 SortedLines::SortedLines(const UnicodeSet &set, const UnicodeSet &excludeBounds, const StrengthProbe &probe, in SortedLines() argument 16 repertoire(set), in SortedLines() 59 // first sort through the set in getBounds() 345 SortedLines::updateBounds(UnicodeSet &set) { in updateBounds() argument 348 UnicodeSetIterator it1(set); in updateBounds()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | collationbuilder.cpp | 1080 // We set 0 case bits for secondary CEs too in setCaseBits() 1089 CollationBuilder::suppressContractions(const UnicodeSet &set, const char *&parserErrorReason, in suppressContractions() argument 1092 dataBuilder->suppressContractions(set, errorCode); in suppressContractions() 1094 parserErrorReason = "application of [suppressContractions [set]] failed"; in suppressContractions() 1099 CollationBuilder::optimize(const UnicodeSet &set, const char *& /* parserErrorReason */, in optimize() argument 1102 optimizeSet.addAll(set); in optimize() 1210 // It also saves a little bit of space, and may reduce the set of characters with contractions. in addTailComposites() 1255 // they are set to the last combining classes seen. in mergeCompositeIntoString() 1702 // Contraction set consists only of strings in ucol_getUnsafeSet() 1704 // break the strings apart and add them to the unsafe set in ucol_getUnsafeSet() [all...] |
H A D | rulebasedcollator.cpp | 280 LocalPointer<UnicodeSet> set(getTailoredSet(errorCode)); in hashCode() 282 UnicodeSetIterator iter(*set); in hashCode() 400 RuleBasedCollator::internalAddContractions(UChar32 c, UnicodeSet &set, UErrorCode &errorCode) const { in internalAddContractions() argument 402 ContractionsAndExpansions(&set, NULL, NULL, false).forCodePoint(data, c, errorCode); in internalAddContractions()
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_validate.c | 51 struct set *uses, *if_uses, *defs; 86 struct set *blocks; 89 struct set *ssa_srcs; 105 struct set *shader_gc_list; 197 /* As we walk SSA defs, we add every use to this set. We need to make sure in validate_ssa_src() 659 /* Make sure that the creator didn't forget to set the range_base+range. */ in validate_intrinsic_instr() 1227 /* And we have to be in our successor's predecessors set */ in validate_block_predecessors() 1504 /* Must have exactly one mode set */ in validate_var_decl() 1612 /* Resize the ssa_srcs set. It's likely that the size of this set wil in validate_function_impl() [all...] |