/kernel/linux/linux-5.10/drivers/video/backlight/ |
H A D | ili9320.c | 30 struct ili9320_spi *spi = &ili->access.spi; in ili9320_write_spi() 172 struct ili9320_spi *spi = &ili->access.spi; in ili9320_setup_spi() 222 ili->access.spi.id = ILI9320_SPI_IDCODE | ILI9320_SPI_ID(1); in ili9320_probe_spi()
|
/kernel/linux/linux-6.6/drivers/video/backlight/ |
H A D | ili9320.c | 30 struct ili9320_spi *spi = &ili->access.spi; in ili9320_write_spi() 172 struct ili9320_spi *spi = &ili->access.spi; in ili9320_setup_spi() 222 ili->access.spi.id = ILI9320_SPI_IDCODE | ILI9320_SPI_ID(1); in ili9320_probe_spi()
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | control.h | 29 ((info)->access & SNDRV_CTL_ELEM_ACCESS_SKIP_CHECK) 53 unsigned int access; /* access rights */ member 67 unsigned int access; /* access rights */ member
|
/kernel/liteos_a/testsuites/unittest/common/ |
H A D | osTest.cpp | 136 UINT32 ret = access(pathList[i], 0); in PrepareFileEnv() 185 ret = access(nameBuf, 0); in RecoveryFileEnv() 442 if (access(dir, F_OK) != 0) { in RemoveDir()
|
/third_party/alsa-utils/axfer/ |
H A D | xfer-libasound-timer-mmap.c | 25 snd_pcm_access_t access; in timer_mmap_pre_process() local 46 err = snd_pcm_hw_params_get_access(state->hw_params, &access); in timer_mmap_pre_process() 66 if (access == SND_PCM_ACCESS_MMAP_NONINTERLEAVED) { in timer_mmap_pre_process() 255 // concurrent access by IRQ context and process context, unlike in timer_mmap_r_process_frames() 369 logging(state, "A bug of access plugin for this PCM node.\n"); in fill_buffer_with_zero_samples()
|
/third_party/python/Lib/multiprocessing/ |
H A D | reduction.py | 106 def __init__(self, handle, access, pid=None): 115 handle, proc, access, False, 0) 118 self._access = access
|
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cBufferStorageTests.cpp | 121 MoveMapOwner MapRange(glw::GLintptr offset, glw::GLsizeiptr length, glw::GLenum access); 149 static void* Map(const glw::Functions& gl, glw::GLenum target, glw::GLenum access); 152 glw::GLenum access); 382 /** Get support for direct state access 586 * @param access Requested access 590 Buffer::MoveMapOwner Buffer::MapRange(glw::GLintptr offset, glw::GLsizeiptr length, glw::GLenum access) in MapRange() argument 596 void* data = MapRange(gl, m_target, offset, length, access); in MapRange() 613 /** Loads entry points for direct state access extension 755 * @param access Acces 759 Map(const glw::Functions& gl, glw::GLenum target, glw::GLenum access) Map() argument 775 MapRange(const glw::Functions& gl, glw::GLenum target, glw::GLintptr offset, glw::GLsizeiptr length, glw::GLenum access) MapRange() argument 1967 const GLenum access = s_mapping_bits[access_idx]; GetBufferParameterTest() local 2008 const GLenum access = test_case.m_access; iterate() local 2153 testCase(glw::GLenum flags, glw::GLenum access) testCase() argument [all...] |
/kernel/linux/linux-5.10/drivers/usb/storage/ |
H A D | shuttle_usbat.c | 62 /* Commands (need to be logically OR'd with an access type */ 71 /* Commands (these don't need an access type) */ 223 unsigned char access, in usbat_read() 229 access | USBAT_CMD_READ_REG, in usbat_read() 241 unsigned char access, in usbat_write() 247 access | USBAT_CMD_WRITE_REG, in usbat_write() 352 * The only bit relevant to ATA access is bit 6 in usbat_set_shuttle_features() 353 * which defines 8 bit data access (set) or 16 bit (unset) in usbat_set_shuttle_features() 476 unsigned char access, in usbat_write_block() 489 command[1] = access | USBAT_CMD_WRITE_BLOC in usbat_write_block() 222 usbat_read(struct us_data *us, unsigned char access, unsigned char reg, unsigned char *content) usbat_read() argument 240 usbat_write(struct us_data *us, unsigned char access, unsigned char reg, unsigned char content) usbat_write() argument 475 usbat_write_block(struct us_data *us, unsigned char access, void* buf, unsigned short len, int minutes, int use_sg) usbat_write_block() argument 512 usbat_hp8200e_rw_block_test(struct us_data *us, unsigned char access, unsigned char *registers, unsigned char *data_out, unsigned short num_registers, unsigned char data_reg, unsigned char status_reg, unsigned char timeout, unsigned char qualifier, int direction, void *buf, unsigned short len, int use_sg, int minutes) usbat_hp8200e_rw_block_test() argument [all...] |
/kernel/linux/linux-6.6/drivers/usb/storage/ |
H A D | shuttle_usbat.c | 62 /* Commands (need to be logically OR'd with an access type */ 71 /* Commands (these don't need an access type) */ 223 unsigned char access, in usbat_read() 229 access | USBAT_CMD_READ_REG, in usbat_read() 241 unsigned char access, in usbat_write() 247 access | USBAT_CMD_WRITE_REG, in usbat_write() 352 * The only bit relevant to ATA access is bit 6 in usbat_set_shuttle_features() 353 * which defines 8 bit data access (set) or 16 bit (unset) in usbat_set_shuttle_features() 476 unsigned char access, in usbat_write_block() 489 command[1] = access | USBAT_CMD_WRITE_BLOC in usbat_write_block() 222 usbat_read(struct us_data *us, unsigned char access, unsigned char reg, unsigned char *content) usbat_read() argument 240 usbat_write(struct us_data *us, unsigned char access, unsigned char reg, unsigned char content) usbat_write() argument 475 usbat_write_block(struct us_data *us, unsigned char access, void* buf, unsigned short len, int minutes, int use_sg) usbat_write_block() argument 512 usbat_hp8200e_rw_block_test(struct us_data *us, unsigned char access, unsigned char *registers, unsigned char *data_out, unsigned short num_registers, unsigned char data_reg, unsigned char status_reg, unsigned char timeout, unsigned char qualifier, int direction, void *buf, unsigned short len, int use_sg, int minutes) usbat_hp8200e_rw_block_test() argument [all...] |
/third_party/vk-gl-cts/modules/gles3/accuracy/ |
H A D | es3aTextureFilteringTests.cpp | 443 tcu::PixelBufferAccess access = m_textures[texNdx]->getRefTexture().getLevelFace(levelNdx, (tcu::CubeFace)face); in init() local 445 access.setPixel(color, 0, 0); in init() 446 access.setPixel(color, access.getWidth()-1, 0); in init() 447 access.setPixel(color, 0, access.getHeight()-1); in init() 448 access.setPixel(color, access.getWidth()-1, access.getHeight()-1); in init()
|
/kernel/linux/linux-5.10/drivers/block/paride/ |
H A D | pg.c | 217 unsigned long access; /* count of active opens ... */ member 252 clear_bit(0, &dev->access); in pg_init_units() 538 if (test_and_set_bit(0, &dev->access)) { in pg_open() 552 clear_bit(0, &dev->access); in pg_open() 571 clear_bit(0, &dev->access); in pg_release()
|
/kernel/linux/linux-5.10/drivers/misc/ocxl/ |
H A D | link.c | 132 unsigned long access, flags, inv_flags = 0; in xsl_fault_handler_bh() local 163 access = _PAGE_PRESENT | _PAGE_READ; in xsl_fault_handler_bh() 165 access |= _PAGE_WRITE; in xsl_fault_handler_bh() 168 access |= _PAGE_PRIVILEGED; in xsl_fault_handler_bh() 171 hash_page_mm(fault->pe_data.mm, fault->dar, access, 0x300, in xsl_fault_handler_bh() 216 * or the AFU didn't wait for all memory access to in xsl_fault_handler() 232 * device tried to access a bad kernel address in xsl_fault_handler()
|
/kernel/linux/linux-5.10/sound/pci/ice1712/ |
H A D | wm8776.c | 16 /* low-level access */ 49 vd->access &= ~SNDRV_CTL_ELEM_ACCESS_INACTIVE; in snd_wm8776_activate_ctl() 51 vd->access |= SNDRV_CTL_ELEM_ACCESS_INACTIVE; in snd_wm8776_activate_ctl() 559 cont.access = SNDRV_CTL_ELEM_ACCESS_READWRITE; in snd_wm8776_add_control() 562 cont.access |= SNDRV_CTL_ELEM_ACCESS_INACTIVE; in snd_wm8776_add_control() 570 cont.access |= SNDRV_CTL_ELEM_ACCESS_TLV_READ; in snd_wm8776_add_control()
|
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | sigmadsp.c | 139 if (!(kcontrol->vd[0].access & SNDRV_CTL_ELEM_ACCESS_INACTIVE)) in sigmadsp_ctrl_put() 642 template.access = SNDRV_CTL_ELEM_ACCESS_READWRITE; in sigmadsp_alloc_control() 644 template.access |= SNDRV_CTL_ELEM_ACCESS_INACTIVE; in sigmadsp_alloc_control() 675 if (active == (bool)(vd->access & SNDRV_CTL_ELEM_ACCESS_INACTIVE)) { in sigmadsp_activate_ctrl() 676 vd->access ^= SNDRV_CTL_ELEM_ACCESS_INACTIVE; in sigmadsp_activate_ctrl()
|
/kernel/linux/linux-5.10/include/rdma/ |
H A D | uverbs_ioctl.h | 72 u8 access; member 99 u8 access; member 495 .u2.objs_arr.access = _access, \ 511 .u.obj.access = _access, \ 521 .u.obj.access = _access, \
|
/kernel/linux/linux-6.6/drivers/misc/ocxl/ |
H A D | link.c | 140 unsigned long access, flags, inv_flags = 0; in xsl_fault_handler_bh() local 171 access = _PAGE_PRESENT | _PAGE_READ; in xsl_fault_handler_bh() 173 access |= _PAGE_WRITE; in xsl_fault_handler_bh() 176 access |= _PAGE_PRIVILEGED; in xsl_fault_handler_bh() 179 hash_page_mm(fault->pe_data.mm, fault->dar, access, 0x300, in xsl_fault_handler_bh() 224 * or the AFU didn't wait for all memory access to in xsl_fault_handler() 240 * device tried to access a bad kernel address in xsl_fault_handler()
|
/kernel/linux/linux-6.6/include/rdma/ |
H A D | uverbs_ioctl.h | 73 u8 access; member 100 u8 access; member 498 .u2.objs_arr.access = _access, \ 514 .u.obj.access = _access, \ 524 .u.obj.access = _access, \
|
/kernel/linux/linux-6.6/tools/testing/selftests/alsa/ |
H A D | pcm-test.c | 266 snd_pcm_access_t access = SND_PCM_ACCESS_RW_INTERLEAVED; in test_pcm_time() local 340 err = snd_pcm_hw_params_set_access(handle, hw_params, access); in test_pcm_time() 343 snd_pcm_access_name(access), snd_strerror(err)); in test_pcm_time() 359 snd_pcm_access_name(access), in test_pcm_time() 437 snd_pcm_access_name(access), in test_pcm_time()
|
/kernel/linux/linux-6.6/sound/pci/ice1712/ |
H A D | wm8776.c | 16 /* low-level access */ 45 vd->access &= ~SNDRV_CTL_ELEM_ACCESS_INACTIVE; in snd_wm8776_activate_ctl() 47 vd->access |= SNDRV_CTL_ELEM_ACCESS_INACTIVE; in snd_wm8776_activate_ctl() 555 cont.access = SNDRV_CTL_ELEM_ACCESS_READWRITE; in snd_wm8776_add_control() 558 cont.access |= SNDRV_CTL_ELEM_ACCESS_INACTIVE; in snd_wm8776_add_control() 566 cont.access |= SNDRV_CTL_ELEM_ACCESS_TLV_READ; in snd_wm8776_add_control()
|
/kernel/linux/linux-5.10/drivers/rapidio/ |
H A D | Makefile | 6 rapidio-y := rio.o rio-access.o rio-driver.o rio-sysfs.o
|
/kernel/linux/linux-6.6/drivers/rapidio/ |
H A D | Makefile | 6 rapidio-y := rio.o rio-access.o rio-driver.o rio-sysfs.o
|
/kernel/linux/linux-6.6/drivers/crypto/ccp/ |
H A D | platform-access.h | 16 #include <linux/psp-platform-access.h>
|
/third_party/node/deps/npm/node_modules/ip-address/node_modules/sprintf-js/dist/ |
H A D | sprintf.min.js | 2 !function(){"use strict";var g={not_string:/[^s]/,not_bool:/[^t]/,not_type:/[^T]/,not_primitive:/[^v]/,number:/[diefg]/,numeric_arg:/[bcdiefguxX]/,json:/[j]/,not_json:/[^j]/,text:/^[^\x25]+/,modulo:/^\x25{2}/,placeholder:/^\x25(?:([1-9]\d*)\$|\(([^)]+)\))?(\+)?(0|'[^$])?(-)?(\d+)?(?:\.(\d+))?([b-gijostTuvxX])/,key:/^([a-z_][a-z_\d]*)/i,key_access:/^\.([a-z_][a-z_\d]*)/i,index_access:/^\[(\d+)\]/,sign:/^[+-]/};function y(e){return function(e,t){var r,n,i,s,a,o,p,c,l,u=1,f=e.length,d="";for(n=0;n<f;n++)if("string"==typeof e[n])d+=e[n];else if("object"==typeof e[n]){if((s=e[n]).keys)for(r=t[u],i=0;i<s.keys.length;i++){if(null==r)throw new Error(y('[sprintf] Cannot access property "%s" of undefined value "%s"',s.keys[i],s.keys[i-1]));r=r[s.keys[i]]}else r=s.param_no?t[s.param_no]:t[u++];if(g.not_type.test(s.type)&&g.not_primitive.test(s.type)&&r instanceof Function&&(r=r()),g.numeric_arg.test(s.type)&&"number"!=typeof r&&isNaN(r))throw new TypeError(y("[sprintf] expecting number but found %T",r));switch(g.number.test(s.type)&&(c=0<=r),s.type){case"b":r=parseInt(r,10).toString(2);break;case"c":r=String.fromCharCode(parseInt(r,10));break;case"d":case"i":r=parseInt(r,10);break;case"j":r=JSON.stringify(r,null,s.width?parseInt(s.width):0);break;case"e":r=s.precision?parseFloat(r).toExponential(s.precision):parseFloat(r).toExponential();break;case"f":r=s.precision?parseFloat(r).toFixed(s.precision):parseFloat(r);break;case"g":r=s.precision?String(Number(r.toPrecision(s.precision))):parseFloat(r);break;case"o":r=(parseInt(r,10)>>>0).toString(8);break;case"s":r=String(r),r=s.precision?r.substring(0,s.precision):r;break;case"t":r=String(!!r),r=s.precision?r.substring(0,s.precision):r;break;case"T":r=Object.prototype.toString.call(r).slice(8,-1).toLowerCase(),r=s.precision?r.substring(0,s.precision):r;break;case"u":r=parseInt(r,10)>>>0;break;case"v":r=r.valueOf(),r=s.precision?r.substring(0,s.precision):r;break;case"x":r=(parseInt(r,10)>>>0).toString(16);break;case"X":r=(parseInt(r,10)>>>0).toString(16).toUpperCase()}g.json.test(s.type)?d+=r:(!g.number.test(s.type)||c&&!s.sign?l="":(l=c?"+":"-",r=r.toString().replace(g.sign,"")),o=s.pad_char?"0"===s.pad_char?"0":s.pad_char.charAt(1):" ",p=s.width-(l+r).length,a=s.width&&0<p?o.repeat(p):"",d+=s.align?l+r+a:"0"===o?l+a+r:a+l+r)}return d}(function(e){if(p[e])return p[e];var t,r=e,n=[],i=0;for(;r;){if(null!==(t=g.text.exec(r)))n.push(t[0]);else if(null!==(t=g.modulo.exec(r)))n.push("%");else{if(null===(t=g.placeholder.exec(r)))throw new SyntaxError("[sprintf] unexpected placeholder");if(t[2]){i|=1;var s=[],a=t[2],o=[];if(null===(o=g.key.exec(a)))throw new SyntaxError("[sprintf] failed to parse named argument key");for(s.push(o[1]);""!==(a=a.substring(o[0].length));)if(null!==(o=g.key_access.exec(a)))s.push(o[1]);else{if(null===(o=g.index_access.exec(a)))throw new SyntaxError("[sprintf] failed to parse named argument key");s.push(o[1])}t[2]=s}else i|=2;if(3===i)throw new Error("[sprintf] mixing positional and named placeholders is not (yet) supported");n.push({placeholder:t[0],param_no:t[1],keys:t[2],sign:t[3],pad_char:t[4],align:t[5],width:t[6],precision:t[7],type:t[8]})}r=r.substring(t[0].length)}return p[e]=n}(e),arguments)}function e(e,t){return y.apply(null,[e].concat(t||[]))}var p=Object.create(null);"undefined"!=typeof exports&&(exports.sprintf=y,exports.vsprintf=e),"undefined"!=typeof window&&(window.sprintf=y,window.vsprintf=e,"function"==typeof define&&define.amd&&define(function(){return{sprintf:y,vsprintf:e}}))}();
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | validationGL15_autogen.h | 29 bool ValidateMapBuffer(const Context *context, BufferBinding targetPacked, GLenum access);
|