Home
last modified time | relevance | path

Searched defs:item (Results 151 – 175 of 502) sorted by relevance

12345678910>>...21

/OK3568_Linux_fs/kernel/drivers/usb/gadget/function/
H A Df_hid.c1036 static inline struct f_hid_opts *to_f_hid_opts(struct config_item *item) in to_f_hid_opts()
1042 static void hid_attr_release(struct config_item *item) in hid_attr_release()
1102 static ssize_t f_hid_opts_report_desc_show(struct config_item *item, char *page) in f_hid_opts_report_desc_show()
1115 static ssize_t f_hid_opts_report_desc_store(struct config_item *item, in f_hid_opts_report_desc_store()
1147 static ssize_t f_hid_opts_dev_show(struct config_item *item, char *page) in f_hid_opts_dev_show()
H A Df_phonet.c572 static inline struct f_phonet_opts *to_f_phonet_opts(struct config_item *item) in to_f_phonet_opts()
578 static void phonet_attr_release(struct config_item *item) in phonet_attr_release()
589 static ssize_t f_phonet_ifname_show(struct config_item *item, char *page) in f_phonet_ifname_show()
H A Df_tcm.c1490 static ssize_t usbg_wwn_version_show(struct config_item *item, char *page) in usbg_wwn_version_show()
1502 static ssize_t tcm_usbg_tpg_enable_show(struct config_item *item, char *page) in tcm_usbg_tpg_enable_show()
1513 static ssize_t tcm_usbg_tpg_enable_store(struct config_item *item, in tcm_usbg_tpg_enable_store()
1540 static ssize_t tcm_usbg_tpg_nexus_show(struct config_item *item, char *page) in tcm_usbg_tpg_nexus_show()
1644 static ssize_t tcm_usbg_tpg_nexus_store(struct config_item *item, in tcm_usbg_tpg_nexus_store()
2154 static inline struct f_tcm_opts *to_f_tcm_opts(struct config_item *item) in to_f_tcm_opts()
2160 static void tcm_attr_release(struct config_item *item) in tcm_attr_release()
H A Du_uac.h181 static inline struct f_uac_opts *to_f_uac_opts(struct config_item *item) in to_f_uac_opts()
187 static inline void f_uac_attr_release(struct config_item *item) in f_uac_attr_release()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/
H A Dhistory.cpp106 HistoryItem item(cleanUrl.toString(), QDateTime::currentDateTime()); in addHistoryEntry() local
163 HistoryItem item = m_history.takeLast(); in checkForExpired() local
173 void HistoryManager::addHistoryItem(const HistoryItem &item) in addHistoryItem()
261 HistoryItem item; in load() local
342 HistoryItem item = m_history.at(i); in save() local
409 const HistoryItem &item = lst.at(index.row()); in data() local
H A Dbookmarks.cpp373 void BookmarksModel::entryAdded(BookmarkNode *item) in entryAdded()
385 void BookmarksModel::entryRemoved(BookmarkNode *parent, int row, BookmarkNode *item) in entryRemoved()
394 void BookmarksModel::entryChanged(BookmarkNode *item) in entryChanged()
489 const BookmarkNode *item = static_cast<BookmarkNode*>(parent.internalPointer()); in rowCount() local
627 BookmarkNode *item = node(index); in setData() local
/OK3568_Linux_fs/kernel/drivers/block/
H A Dnull_blk_main.c229 static inline struct nullb_device *to_nullb_device(struct config_item *item) in to_nullb_device()
365 static ssize_t nullb_device_power_show(struct config_item *item, char *page) in nullb_device_power_show()
370 static ssize_t nullb_device_power_store(struct config_item *item, in nullb_device_power_store()
406 static ssize_t nullb_device_badblocks_show(struct config_item *item, char *page) in nullb_device_badblocks_show()
413 static ssize_t nullb_device_badblocks_store(struct config_item *item, in nullb_device_badblocks_store()
486 static void nullb_device_release(struct config_item *item) in nullb_device_release()
519 nullb_group_drop_item(struct config_group *group, struct config_item *item) in nullb_group_drop_item()
533 static ssize_t memb_group_features_show(struct config_item *item, char *page) in memb_group_features_show()
/OK3568_Linux_fs/external/security/librkcrypto/test/
H A Dtest_ae.c39 static RK_RES test_ae_item_virt(const struct test_ae_item *item, int verbose) in test_ae_item_virt()
256 static RK_RES test_ae_item_fd(const struct test_ae_item *item, int verbose) in test_ae_item_fd()
H A Dtest_otp_key_crypto.c145 static int test_otp_key_item_virt(uint32_t key_id, const struct test_otp_key_item *item) in test_otp_key_item_virt()
281 static int test_otp_key_item_fd(uint32_t key_id, const struct test_otp_key_item *item) in test_otp_key_item_fd()
/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Dci_udc.c211 struct ept_queue_item *item = ci_get_qtd(ep_num, 0); in ci_flush_qtd() local
239 struct ept_queue_item *item = ci_get_qtd(ep_num, 0); in ci_invalidate_qtd() local
424 struct ept_queue_item *item; in ci_ep_submit_next_request() local
605 struct ept_queue_item *item, *next_td; in handle_ep_complete() local
/OK3568_Linux_fs/kernel/drivers/input/rmi4/
H A Drmi_driver.c644 struct rmi_register_desc_item *item = &rdesc->registers[i]; in rmi_read_register_desc() local
695 const struct rmi_register_desc_item *item; in rmi_get_register_desc_item() local
709 const struct rmi_register_desc_item *item; in rmi_register_desc_calc_size() local
724 const struct rmi_register_desc_item *item; in rmi_register_desc_calc_reg_offset() local
737 bool rmi_register_desc_has_subpacket(const struct rmi_register_desc_item *item, in rmi_register_desc_has_subpacket()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_memory.c472 void _mali_page_node_add_swap_item(struct mali_page_node *node, struct mali_swap_item *item) in _mali_page_node_add_swap_item()
478 void _mali_page_node_add_block_item(struct mali_page_node *node, mali_block_item *item) in _mali_page_node_add_block_item()
H A Dmali_memory_block_alloc.c20 unsigned long _mali_blk_item_get_phy_addr(mali_block_item *item) in _mali_blk_item_get_phy_addr()
26 unsigned long _mali_blk_item_get_pfn(mali_block_item *item) in _mali_blk_item_get_pfn()
/OK3568_Linux_fs/kernel/drivers/nvme/target/
H A Dnvmet.h86 static inline struct nvmet_ns *to_nvmet_ns(struct config_item *item) in to_nvmet_ns()
118 static inline struct nvmet_ana_group *to_ana_group(struct config_item *item) in to_ana_group()
152 static inline struct nvmet_port *to_nvmet_port(struct config_item *item) in to_nvmet_port()
159 struct config_item *item) in ana_groups_to_port()
254 static inline struct nvmet_subsys *to_subsys(struct config_item *item) in to_subsys()
260 struct config_item *item) in namespaces_to_subsys()
270 static inline struct nvmet_host *to_host(struct config_item *item) in to_host()
/OK3568_Linux_fs/u-boot/arch/arm/mach-davinci/
H A Dpinmux.c78 int davinci_configure_pin_mux_items(const struct pinmux_resource *item, in davinci_configure_pin_mux_items()
/OK3568_Linux_fs/kernel/drivers/crypto/rockchip/cryptodev_linux/
H A Dioctl.c543 struct todo_list_item *item; in cryptask_routine() local
641 struct todo_list_item *item, *item_safe; in cryptodev_release() local
695 struct todo_list_item *item = NULL; in crypto_async_run() local
738 struct todo_list_item *item; in crypto_async_fetch() local
/OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/
H A Dvendor.c86 struct vendor_item *item; member
613 struct vendor_item *item; in vendor_storage_read() local
654 struct vendor_item *item; in vendor_storage_write() local
/OK3568_Linux_fs/kernel/include/linux/soc/rockchip/
H A Drk_vendor_storage.h50 struct vendor_item item[126]; /* 126 * 8 */ member
63 struct vendor_item item[62]; /* 62 * 8 */ member
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dimportlayer.js25 { include_added: "true" }, function(item){ argument
212 imported.deps_added.map (function(item, index){ argument
/OK3568_Linux_fs/kernel/drivers/edac/
H A Dedac_device.c248 struct list_head *item; in find_edac_device_by_dev() local
275 struct list_head *item, *insert_before; in add_edac_dev_to_global_list() local
/OK3568_Linux_fs/kernel/drivers/staging/comedi/drivers/tests/
H A Dexample_test.c28 int item; member
/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_log_recover.c1782 struct xlog_recover_item *item) in xlog_find_item_ops()
1848 struct xlog_recover_item *item, *n; in xlog_recover_reorder_trans() local
1929 struct xlog_recover_item *item; in xlog_recover_items_pass2() local
1961 struct xlog_recover_item *item; in xlog_recover_commit_trans() local
2021 struct xlog_recover_item *item; in xlog_recover_add_item() local
2035 struct xlog_recover_item *item; in xlog_recover_add_to_cont_trans() local
2095 struct xlog_recover_item *item; in xlog_recover_add_to_trans() local
2184 struct xlog_recover_item *item, *n; in xlog_recover_free_trans() local
/OK3568_Linux_fs/kernel/sound/soc/fsl/
H A Dfsl_audmix.c117 unsigned int *item = ucontrol->value.enumerated.item; in fsl_audmix_put_mix_clk_src() local
155 unsigned int *item = ucontrol->value.enumerated.item; in fsl_audmix_put_out_src() local
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/powernv/
H A Dopal-prd.c156 struct opal_prd_msg_queue_item *item; in opal_prd_read() local
339 struct opal_prd_msg_queue_item *item; in opal_prd_msg_notifier() local
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/camera/CameraUI/src/
H A Dslave_picturewidget.cpp72 QListWidgetItem* item=ui->listWidget_file->currentItem(); in show_big_picture() local

12345678910>>...21