Home
last modified time | relevance | path

Searched full:this (Results 1 – 25 of 15999) sorted by relevance

12345678910>>...640

/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/js/
H A Djquery.treetable.js17 this.row = row;
18 this.tree = tree;
19 this.settings = settings;
22 this.id = this.row.data(this.settings.nodeIdAttr);
24 // TODO Move this to a setParentId function?
25 parentId = this.row.data(this.settings.parentIdAttr);
27 this.parentId = parentId;
30 this.treeCell = $(this.row.children(this.settings.columnElType)[this.settings.column]);
31 this.expander = $(this.settings.expanderTemplate);
32 this.indenter = $(this.settings.indenterTemplate);
[all …]
H A Dbootstrap.min.js6this;a(this).one("bsTransitionEnd",function(){c=!0});var e=function(){c||a(d).trigger(a.support.tr…
7this.selector).parentsUntil(this.options.target,".active").removeClass("active")};var d=a.fn.scrol…
H A Dtypeahead.jquery.js17 })(this, function($) {
109 var context = this, args = arguments, later, callNow;
135 context = this;
263 this.$el = $(o.el);
270 this.$el.trigger.apply(this.$el, args);
276 $e = this._trigger("before" + type, args);
281 this._trigger(type, [].slice.call(arguments, 1));
283 this._trigger(deprecatedType, [].slice.call(arguments, 1));
301 return this;
305 this._callbacks = this._callbacks || {};
[all …]
H A Dbootstrap.js56 var $el = this
57 $(this).one('bsTransitionEnd', function () { called = true })
60 return this
72 if ($(e.target).is(this)) return e.handleObj.handler.apply(this, arguments)
96 $(el).on('click', dismiss, this.close)
104 var $this = $(this)
105 var selector = $this.attr('data-target')
108 selector = $this.attr('href')
117 $parent = $this.closest('.alert')
143 return this.each(function () {
[all …]
H A Djquery-ui.min.js6this,"visibility")}).length}function s(e){for(var t,i;e.length&&e[0]!==document;){if(t=e.css("posi…
7this._generateMonthYearHeader(e,Z,et,X,$,k>0||T>0,f,m)+"</div><table class='ui-datepicker-calendar…
/OK3568_Linux_fs/kernel/drivers/net/wireless/
H A Dwl3501_cs.c188 static inline void wl3501_switch_page(struct wl3501_card *this, u8 page) in wl3501_switch_page() argument
190 wl3501_outb(page, this->base_addr + WL3501_NIC_BSS); in wl3501_switch_page()
199 static int wl3501_get_flash_mac_addr(struct wl3501_card *this) in wl3501_get_flash_mac_addr() argument
201 int base_addr = this->base_addr; in wl3501_get_flash_mac_addr()
210 this->mac_addr[0] = inb(base_addr + WL3501_NIC_IODPA); in wl3501_get_flash_mac_addr()
212 this->mac_addr[1] = inb(base_addr + WL3501_NIC_IODPA); in wl3501_get_flash_mac_addr()
214 this->mac_addr[2] = inb(base_addr + WL3501_NIC_IODPA); in wl3501_get_flash_mac_addr()
216 this->mac_addr[3] = inb(base_addr + WL3501_NIC_IODPA); in wl3501_get_flash_mac_addr()
218 this->mac_addr[4] = inb(base_addr + WL3501_NIC_IODPA); in wl3501_get_flash_mac_addr()
220 this->mac_addr[5] = inb(base_addr + WL3501_NIC_IODPA); in wl3501_get_flash_mac_addr()
[all …]
/OK3568_Linux_fs/kernel/sound/usb/line6/
H A Dmidibuf.c25 the "Song Position Pointer", but this is used by Line 6 in midibuf_message_length()
37 static int midibuf_is_empty(struct midi_buffer *this) in midibuf_is_empty() argument
39 return (this->pos_read == this->pos_write) && !this->full; in midibuf_is_empty()
42 static int midibuf_is_full(struct midi_buffer *this) in midibuf_is_full() argument
44 return this->full; in midibuf_is_full()
47 void line6_midibuf_reset(struct midi_buffer *this) in line6_midibuf_reset() argument
49 this->pos_read = this->pos_write = this->full = 0; in line6_midibuf_reset()
50 this->command_prev = -1; in line6_midibuf_reset()
53 int line6_midibuf_init(struct midi_buffer *this, int size, int split) in line6_midibuf_init() argument
55 this->buf = kmalloc(size, GFP_KERNEL); in line6_midibuf_init()
[all …]
/OK3568_Linux_fs/u-boot/drivers/mtd/onenand/
H A Donenand_base.c17 * This program is free software; you can redistribute it and/or modify
97 * Warning! This array is used with the memcpy_16() function, thus
98 * it must be aligned to 2 bytes. GCC can make this array unaligned
152 static int onenand_block_address(struct onenand_chip *this, int block) in onenand_block_address() argument
155 if (block & this->density_mask) in onenand_block_address()
156 return ONENAND_DDP_CHIP1 | (block ^ this->density_mask); in onenand_block_address()
169 static int onenand_bufferram_address(struct onenand_chip *this, int block) in onenand_bufferram_address() argument
172 if (block & this->density_mask) in onenand_bufferram_address()
226 * @param this - OneNAND device structure
229 static unsigned int flexonenand_block(struct onenand_chip *this, loff_t addr) in flexonenand_block() argument
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/
H A Dvector.tcc5 // This file is part of the GNU ISO C++ Library. This library is free
11 // This library is distributed in the hope that it will be useful,
21 // a copy of the GCC Runtime Library Exception along with this program;
30 * Permission to use, copy, modify, distribute and sell this software
33 * that both that copyright notice and this permission notice appear
35 * representations about the suitability of this software for any
42 * Permission to use, copy, modify, distribute and sell this software
45 * that both that copyright notice and this permission notice appear
47 * representations about the suitability of this software for any
52 * This is an internal header file, included by other library headers.
[all …]
H A Ddeque.tcc5 // This file is part of the GNU ISO C++ Library. This library is free
11 // This library is distributed in the hope that it will be useful,
21 // a copy of the GCC Runtime Library Exception along with this program;
30 * Permission to use, copy, modify, distribute and sell this software
33 * that both that copyright notice and this permission notice appear
35 * representations about the suitability of this software for any
42 * Permission to use, copy, modify, distribute and sell this software
45 * that both that copyright notice and this permission notice appear
47 * representations about the suitability of this software for any
52 * This is an internal header file, included by other library headers.
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/
H A Dvector.tcc5 // This file is part of the GNU ISO C++ Library. This library is free
11 // This library is distributed in the hope that it will be useful,
21 // a copy of the GCC Runtime Library Exception along with this program;
30 * Permission to use, copy, modify, distribute and sell this software
33 * that both that copyright notice and this permission notice appear
35 * representations about the suitability of this software for any
42 * Permission to use, copy, modify, distribute and sell this software
45 * that both that copyright notice and this permission notice appear
47 * representations about the suitability of this software for any
52 * This is an internal header file, included by other library headers.
[all …]
H A Ddeque.tcc5 // This file is part of the GNU ISO C++ Library. This library is free
11 // This library is distributed in the hope that it will be useful,
21 // a copy of the GCC Runtime Library Exception along with this program;
30 * Permission to use, copy, modify, distribute and sell this software
33 * that both that copyright notice and this permission notice appear
35 * representations about the suitability of this software for any
42 * Permission to use, copy, modify, distribute and sell this software
45 * that both that copyright notice and this permission notice appear
47 * representations about the suitability of this software for any
52 * This is an internal header file, included by other library headers.
[all …]
/OK3568_Linux_fs/kernel/drivers/mtd/nand/onenand/
H A Donenand_base.c218 * @param this onenand chip data structure
224 static int onenand_block_address(struct onenand_chip *this, int block) in onenand_block_address() argument
227 if (block & this->density_mask) in onenand_block_address()
228 return ONENAND_DDP_CHIP1 | (block ^ this->density_mask); in onenand_block_address()
235 * @param this onenand chip data structure
241 static int onenand_bufferram_address(struct onenand_chip *this, int block) in onenand_bufferram_address() argument
244 if (block & this->density_mask) in onenand_bufferram_address()
298 * @param this - OneNAND device structure
301 static unsigned flexonenand_block(struct onenand_chip *this, loff_t addr) in flexonenand_block() argument
305 if (ONENAND_IS_DDP(this) && addr >= this->diesize[0]) { in flexonenand_block()
[all …]
/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A DKconfig19 If your board doesn't have an I2C IR chip, you may disable this
46 To compile this driver as a module, choose M here: the
55 To compile this driver as a module, choose M here: the
64 To compile this driver as a module, choose M here: the
79 To compile this driver as a module, choose M here: the
88 To compile this driver as a module, choose M here: the
97 To compile this driver as a module, choose M here: the
106 To compile this driver as a module, choose M here: the
116 To compile this driver as a module, choose M here: the
126 To compile this driver as a module, choose M here: the
[all …]
/OK3568_Linux_fs/kernel/drivers/clk/mediatek/
H A DKconfig20 This driver supports MediaTek MT2701 basic clocks.
26 This driver supports MediaTek MT2701 mmsys clocks.
32 This driver supports MediaTek MT2701 imgsys clocks.
38 This driver supports MediaTek MT2701 vdecsys clocks.
44 This driver supports MediaTek MT2701 hifsys clocks.
50 This driver supports MediaTek MT2701 ethsys clocks.
56 This driver supports MediaTek MT2701 bdpsys clocks.
62 This driver supports Mediatek MT2701 audsys clocks.
68 This driver supports MediaTek MT2701 g3dsys clocks.
76 This driver supports MediaTek MT2712 basic clocks.
[all …]
/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A DKconfig12 This is an option for use by developers; most people should
13 say N here. This enables MMC host driver debugging. And further
21 This selects the ARM(R) AMBA(R) PrimeCell Multimedia Card
32 This selects the Qualcomm Data Mover lite/local on SD Card controller.
33 This option will enable the dma to work correctly, if you are using
34 Qcom SOCs and MMC, you would probably need this option to get DMA working.
43 This selects the STMicroelectronics STM32 SDMMC host controller.
52 This selects the Intel(R) PXA(R) Multimedia card Interface.
62 This selects the generic Secure Digital Host Controller Interface.
64 and Toshiba(R). Most controllers found in laptops are of this type.
[all …]
/OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/gpmi-nand/
H A Dgpmi-nand.c34 * Clear the bit and poll it cleared. This is usually called with
68 * the next hard reset. This case occurs in the NAND boot mode. When the board
71 * You will see a DMA timeout in this case. The bug has been fixed
74 * To avoid this bug, just add a new parameter `just_enable` for
119 static int __gpmi_enable_clk(struct gpmi_nand_data *this, bool v) in __gpmi_enable_clk() argument
126 clk = this->resources.clock[i]; in __gpmi_enable_clk()
142 clk_disable_unprepare(this->resources.clock[i - 1]); in __gpmi_enable_clk()
146 static int gpmi_init(struct gpmi_nand_data *this) in gpmi_init() argument
148 struct resources *r = &this->resources; in gpmi_init()
151 ret = pm_runtime_get_sync(this->dev); in gpmi_init()
[all …]
/OK3568_Linux_fs/kernel/drivers/i2c/busses/
H A DKconfig16 If you say yes to this option, support will be included for the SMB
21 This driver can also be built as a module. If so, the module
28 If you say yes to this option, support will be included for the SMB
33 This driver can also be built as a module. If so, the module
40 If you say yes to this option, support will be included for the
43 This driver can also be built as a module. If so, the module
50 If you say yes to this option, support will be included for the AMD
55 This driver can also be built as a module. If so, the module
62 Enabling this option will add specific SMBus support for the Tyan
63 S4882 motherboard. On this 4-CPU board, the SMBus is multiplexed
[all …]
/OK3568_Linux_fs/kernel/drivers/regulator/
H A DKconfig8 This framework is designed to provide a generic interface to voltage
15 output in order to save power and prolong battery life. This applies
19 This framework safely compiles out if not selected so that client
36 This driver provides support for fixed voltage regulators,
43 This driver provides a virtual consumer for the voltage and
45 configuring the supplies requested. This is mainly useful
64 This driver supports Marvell 88PG867 and 88PG868 voltage regulators.
72 This driver supports Marvell 88PM800 voltage regulator chips.
82 This driver supports 88PM8607 voltage regulator chips.
90 This driver controls a active-semi act8865 voltage output
[all …]
/OK3568_Linux_fs/kernel/drivers/ata/
H A DKconfig9 This is an internal configuration node for any machine that
47 This option adds parsing of ATA command descriptions and error bits
49 This option will enlarge the kernel by approx. 6KB. Disable it only
58 This option adds support for "libata.force=" kernel parameter for
64 This option will enlarge the kernel by approx. 3KB. Disable it if
76 This option adds support for ATA-related ACPI objects.
81 You can disable this at kernel boot time by using the
88 This option adds support for SATA Zero Power Optical Disc
91 ODD when certain condition is satisfied. This does not impact
102 This option adds support for SATA Port Multipliers
[all …]
/OK3568_Linux_fs/u-boot/drivers/spi/
H A DKconfig22 Enable this option if you want to enable the SPI memory extension.
23 This extension is meant to simplify interaction with SPI memories
31 Enable the Altera SPI driver. This driver can be used to
32 access the SPI NOR flash on platforms embedding this Altera
39 Enable the Andestech ATCSPI200 SPI driver. This driver can be
41 this Andestech IP core.
48 to access SPI NOR flash and other SPI peripherals. This driver
56 This enables driver for the Atmel SPI Controller, present on
57 many AT91 (ARM) chips. This driver can be used to access
64 Enable the BCM6328 HSSPI driver. This driver can be used to
[all …]
/OK3568_Linux_fs/kernel/drivers/char/hw_random/
H A DKconfig12 To compile this driver as a module, choose M here: the
13 module will be called rng-core. This provides a device
28 This driver provides kernel-side support for a generic Random
33 To compile this driver as a module, choose M here: the
43 This driver provides kernel-side support for the Random Number
46 To compile this driver as a module, choose M here: the
56 This driver provides kernel-side support for the Random Number
59 To compile this driver as a module, choose M here: the
69 This driver provides kernel-side support for the Random Number
72 To compile this driver as a module, choose M here: the
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/tr2/
H A Ddynamic_bitset5 // This file is part of the GNU ISO C++ Library. This library is free
11 // This library is distributed in the hope that it will be useful,
21 // a copy of the GCC Runtime Library Exception along with this program;
26 * This is a TR2 C++ Library header.
116 { this->_M_w.swap(__b._M_w); }
120 { this->_M_w.clear(); }
128 if (__sz != this->_M_w.size())
133 this->_M_w.resize(__sz, __val);
139 { return this->_M_w.get_allocator(); }
159 { return this->_M_w[_S_whichword(__pos)]; }
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/tr2/
H A Ddynamic_bitset5 // This file is part of the GNU ISO C++ Library. This library is free
11 // This library is distributed in the hope that it will be useful,
21 // a copy of the GCC Runtime Library Exception along with this program;
26 * This is a TR2 C++ Library header.
116 { this->_M_w.swap(__b._M_w); }
120 { this->_M_w.clear(); }
128 if (__sz != this->_M_w.size())
133 this->_M_w.resize(__sz, __val);
139 { return this->_M_w.get_allocator(); }
159 { return this->_M_w[_S_whichword(__pos)]; }
[all …]
/OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/
H A Dnand_bbt.c13 * marked good / bad blocks. This information is used to create a memory BBT.
157 * @this: NAND chip object
166 static int read_bbt(struct nand_chip *this, uint8_t *buf, int page, int num, in read_bbt() argument
169 struct mtd_info *mtd = nand_to_mtd(this); in read_bbt()
180 from = ((loff_t)page) << this->page_shift; in read_bbt()
183 len = min(totlen, (size_t)(1 << this->bbt_erase_shift)); in read_bbt()
219 this->bbt_erase_shift); in read_bbt()
220 bbt_mark_entry(this, offs + act, in read_bbt()
227 * move this message to pr_debug. in read_bbt()
231 this->bbt_erase_shift); in read_bbt()
[all …]

12345678910>>...640