| /OK3568_Linux_fs/kernel/drivers/net/ethernet/netronome/nfp/ |
| H A D | nfp_shared_buf.c | 29 struct nfp_shared_buf_pool_info_get get_data; in nfp_shared_buf_pool_get() local 42 &get_data, sizeof(get_data)); in nfp_shared_buf_pool_get() 45 if (n < sizeof(get_data)) in nfp_shared_buf_pool_get() 48 pool_info->pool_type = le32_to_cpu(get_data.pool_type); in nfp_shared_buf_pool_get() 49 pool_info->threshold_type = le32_to_cpu(get_data.threshold_type); in nfp_shared_buf_pool_get() 50 pool_info->size = le32_to_cpu(get_data.size) * unit_size; in nfp_shared_buf_pool_get()
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/tests/views/ |
| H A D | test_views.py | 348 def get_data(table, options={}): function 399 all_data = get_data(table) 426 ascending = get_data(table_cls(), 441 descending = get_data(table_cls(), 469 filter_info = get_data(table_cls(), 484 filtered_data = get_data(table_cls(), 501 search_data = get_data(table_cls(), {'search': search}) 512 limited_data = get_data(table_cls(), {'limit': "1"}) 519 page_one_data = get_data(table_cls(), {'limit': "1", 522 page_two_data = get_data(table_cls(), {'limit': "1",
|
| /OK3568_Linux_fs/kernel/sound/pci/ice1712/ |
| H A D | juli.c | 231 old_gpio = ice->gpio.get_data(ice); in juli_akm_set_rate_val() 294 val = ice->gpio.get_data(ice) & (unsigned int) kcontrol->private_value; in juli_mute_get() 309 old_gpio = ice->gpio.get_data(ice); in juli_mute_put() 500 return (ice->gpio.get_data(ice) & GPIO_INTERNAL_CLOCK) ? 0 : 1; in juli_is_spdif_master() 508 result = ice->gpio.get_data(ice) & GPIO_RATE_MASK; in juli_get_rate() 521 old = ice->gpio.get_data(ice); in juli_set_rate() 544 old = ice->gpio.get_data(ice); in juli_set_spdif_clock() 609 spec->analog = (ice->gpio.get_data(ice) & GPIO_ANALOG_PRESENT) ? 0 : 1; in juli_init()
|
| H A D | ice1712.h | 359 unsigned int (*get_data)(struct snd_ice1712 *ice); member 417 return ice->gpio.get_data(ice); in snd_ice1712_gpio_read()
|
| /OK3568_Linux_fs/kernel/drivers/hwmon/ |
| H A D | corsair-cpro.c | 148 static int get_data(struct ccp_device *ccp, int command, int channel, bool two_byte_data) in get_data() function 233 ret = get_data(ccp, CTL_GET_TMP, channel, true); in ccp_read() 245 ret = get_data(ccp, CTL_GET_FAN_RPM, channel, true); in ccp_read() 264 ret = get_data(ccp, CTL_GET_FAN_PWM, channel, false); in ccp_read() 276 ret = get_data(ccp, CTL_GET_VOLT, channel, true); in ccp_read()
|
| /OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/ |
| H A D | ddr_test.c | 28 int get_data(char *buf, char *data) 78 ddr_used = get_data(buf, "Mem:"); 79 ddr_free = get_data(buf, "used,");
|
| /OK3568_Linux_fs/kernel/samples/bpf/ |
| H A D | lathist_user.c | 61 static void get_data(int fd) in get_data() function 119 get_data(map_fd); in main()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/gma500/ |
| H A D | intel_i2c.c | 33 static int get_data(void *data) in get_data() function 123 chan->algo.getsda = get_data; in psb_intel_i2c_create()
|
| H A D | oaktrail_lvds_i2c.c | 80 static int get_data(void *data) in get_data() function 151 chan->algo.getsda = get_data; in oaktrail_lvds_i2c_init()
|
| H A D | intel_gmbus.c | 126 static int get_data(void *data) in get_data() function 202 gpio->algo.getsda = get_data; in intel_gpio_create()
|
| /OK3568_Linux_fs/kernel/arch/nds32/mm/ |
| H A D | alignment.c | 78 #define get_data(addr, val_ptr, len) \ macro 295 get_data(unaligned_addr, &target_val, len); in do_16() 485 get_data(unaligned_addr, &target_val, len); in do_32()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/ |
| H A D | Isp20StatsBuffer.cpp | 52 SofEventBuffer::get_data() in get_data() function in RkCam::SofEventBuffer
|
| H A D | Isp20Evts.h | 71 SmartPtr<Isp20Evt> get_data() { in get_data() function
|
| H A D | Isp20StatsBuffer.h | 85 SmartPtr<SofEventData> get_data();
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | siox.h | 51 int (*get_data)(struct siox_device *sdevice, const u8 buf[]); member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | alloc-pool.h | 193 get_data (void *instance_ptr) in get_data() function 398 header = (allocation_pool_list*) allocation_object::get_data (block); in allocate()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | alloc-pool.h | 193 get_data (void *instance_ptr) in get_data() function 398 header = (allocation_pool_list*) allocation_object::get_data (block); in allocate()
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/ |
| H A D | widgets.py | 99 data = self.get_data(request, **kwargs) 263 def get_data(self, request, **kwargs): member in ToasterTable
|
| /OK3568_Linux_fs/kernel/drivers/net/dsa/mv88e6xxx/ |
| H A D | global2_scratch.c | 234 .get_data = mv88e6352_g2_scratch_gpio_get_data,
|
| /OK3568_Linux_fs/kernel/arch/arm64/mm/ |
| H A D | fixup_fault.S | 11 .type get_data, %function 12 get_data: label 418 .size get_data, .-get_data 2958 bl get_data 2963 bl get_data 3128 bl get_data 3343 bl get_data 3488 bl get_data 3493 bl get_data 3570 bl get_data [all …]
|
| /OK3568_Linux_fs/kernel/kernel/printk/ |
| H A D | printk_ringbuffer.c | 1206 static const char *get_data(struct prb_data_ring *data_ring, in get_data() function 1404 if (!get_data(&rb->text_data_ring, &d->text_blk_lpos, &data_size)) in prb_reserve_in_last() 1718 data = get_data(data_ring, blk_lpos, &data_size); in copy_data()
|
| /OK3568_Linux_fs/kernel/drivers/hwtracing/coresight/ |
| H A D | coresight-tmc.h | 216 ssize_t (*get_data)(struct etr_buf *etr_buf, u64 offset, size_t len, member
|
| /OK3568_Linux_fs/kernel/drivers/siox/ |
| H A D | siox-core.c | 271 sdriver->get_data(sdevice, &smaster->buf[i]); in siox_poll() 887 if (!sdriver->set_data && !sdriver->get_data) { in __siox_driver_register()
|
| /OK3568_Linux_fs/kernel/drivers/gpio/ |
| H A D | gpio-siox.c | 260 .get_data = gpio_siox_get_data,
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/ |
| H A D | intel_gmbus.c | 219 static int get_data(void *data) in get_data() function 316 algo->getsda = get_data; in intel_gpio_setup()
|