Home
last modified time | relevance | path

Searched defs:elm (Results 1 – 25 of 28) sorted by relevance

12

/openbmc/u-boot/include/linux/mtd/
H A Domap_elm.h57 struct elm { struct
73 int elm_check_error(u8 *syndrome, enum bch_level bch_type, u32 *error_count, argument
/openbmc/openbmc/poky/meta/recipes-core/musl/bsd-headers/
H A Dsys-queue.h231 #define QUEUEDEBUG_LIST_OP(elm, field) \ argument
245 #define QUEUEDEBUG_LIST_OP(elm, field) argument
246 #define QUEUEDEBUG_LIST_POSTREMOVE(elm, field) argument
279 #define LIST_REMOVE(elm, field) do { \ argument
288 #define LIST_REPLACE(elm, elm2, field) do { \ argument
425 #define TAILQ_PREV(elm, headname, field) \ argument
463 #define QUEUEDEBUG_TAILQ_OP(elm, field) \ argument
483 #define QUEUEDEBUG_TAILQ_OP(elm, field) argument
485 #define QUEUEDEBUG_TAILQ_POSTREMOVE(elm, field) argument
532 #define TAILQ_REMOVE(head, elm, field) do { \ argument
[all …]
H A Dsys-tree.h76 #define SPLAY_LEFT(elm, field) (elm)->field.spe_left argument
77 #define SPLAY_RIGHT(elm, field) (elm)->field.spe_right argument
314 #define RB_LEFT(elm, field) (elm)->field.rbe_left argument
315 #define RB_RIGHT(elm, field) (elm)->field.rbe_right argument
316 #define RB_PARENT(elm, field) (elm)->field.rbe_parent argument
317 #define RB_COLOR(elm, field) (elm)->field.rbe_color argument
321 #define RB_SET(elm, parent, field) do { \ argument
336 #define RB_ROTATE_LEFT(head, elm, tmp, field) do { \ argument
356 #define RB_ROTATE_RIGHT(head, elm, tmp, field) do { \ argument
/openbmc/linux/drivers/scsi/aic7xxx/
H A Dqueue.h141 #define SLIST_INSERT_HEAD(head, elm, field) do { \ argument
148 #define SLIST_REMOVE(head, elm, type, field) do { \ argument
205 #define STAILQ_INSERT_HEAD(head, elm, field) do { \ argument
295 #define LIST_INSERT_HEAD(head, elm, field) do { \ argument
302 #define LIST_NEXT(elm, field) ((elm)->field.le_next) argument
304 #define LIST_REMOVE(elm, field) do { \ argument
368 #define TAILQ_INSERT_HEAD(head, elm, field) do { \ argument
378 #define TAILQ_INSERT_TAIL(head, elm, field) do { \ argument
390 #define TAILQ_PREV(elm, headname, field) \ argument
393 #define TAILQ_REMOVE(head, elm, field) do { \ argument
[all …]
/openbmc/qemu/include/qemu/
H A Drcu_queue.h36 #define QLIST_NEXT_RCU(elm, field) (qatomic_rcu_read(&(elm)->field.le_next)) argument
61 #define QLIST_INSERT_AFTER_RCU(listelm, elm, field) do { \ argument
77 #define QLIST_INSERT_BEFORE_RCU(listelm, elm, field) do { \ argument
90 #define QLIST_INSERT_HEAD_RCU(head, elm, field) do { \ argument
105 #define QLIST_REMOVE_RCU(elm, field) do { \ argument
137 #define QSIMPLEQ_INSERT_HEAD_RCU(head, elm, field) do { \ argument
145 #define QSIMPLEQ_INSERT_TAIL_RCU(head, elm, field) do { \ argument
151 #define QSIMPLEQ_INSERT_AFTER_RCU(head, listelm, elm, field) do { \ argument
166 #define QSIMPLEQ_REMOVE_RCU(head, elm, type, field) do { \ argument
272 #define QSLIST_INSERT_HEAD_RCU(head, elm, field) do { \ argument
[all …]
H A Dqueue.h118 #define QLIST_INSERT_AFTER(listelm, elm, field) do { \ argument
126 #define QLIST_INSERT_BEFORE(listelm, elm, field) do { \ argument
133 #define QLIST_INSERT_HEAD(head, elm, field) do { \ argument
140 #define QLIST_REMOVE(elm, field) do { \ argument
152 #define QLIST_SAFE_REMOVE(elm, field) do { \ argument
164 #define QLIST_IS_INSERTED(elm, field) ((elm)->field.le_prev != NULL) argument
181 #define QLIST_NEXT(elm, field) ((elm)->field.le_next) argument
241 #define QSLIST_REMOVE(head, elm, type, field) do { \ argument
266 #define QSLIST_NEXT(elm, field) ((elm)->field.sle_next) argument
383 #define QSIMPLEQ_NEXT(elm, field) ((elm)->field.sqe_next) argument
[all …]
/openbmc/linux/drivers/net/can/
H A Dcan327.c158 static void can327_kick_into_cmd_mode(struct can327 *elm) in can327_kick_into_cmd_mode()
234 static void can327_init_device(struct can327 *elm) in can327_init_device()
548 static void can327_handle_prompt(struct can327 *elm) in can327_handle_prompt()
746 struct can327 *elm = netdev_priv(dev); in can327_netdev_open() local
790 struct can327 *elm = netdev_priv(dev); in can327_netdev_close() local
815 struct can327 *elm = netdev_priv(dev); in can327_netdev_start_xmit() local
891 struct can327 *elm = tty->disc_data; in can327_ldisc_rx() local
986 struct can327 *elm = tty->disc_data; in can327_ldisc_tx_wakeup() local
1009 struct can327 *elm; in can327_ldisc_open() local
1063 struct can327 *elm = tty->disc_data; in can327_ldisc_close() local
[all …]
/openbmc/linux/drivers/infiniband/core/
H A Duverbs_uapi.c18 void *elm; in uapi_add_elm() local
39 void *elm; in uapi_add_get_elm() local
365 struct uverbs_api_attr *elm = in uapi_finalize_ioctl_method() local
727 struct uverbs_api_attr *elm = in uverbs_disassociate_api() local
/openbmc/linux/drivers/iommu/iommufd/
H A Dio_pagetable.c249 struct iopt_pages_list *elm; in iopt_alloc_area_pages() local
317 struct iopt_pages_list *elm; in iopt_free_pages_list() local
333 struct iopt_pages_list *elm; in iopt_fill_domains_pages() local
356 struct iopt_pages_list *elm; in iopt_map_pages() local
410 struct iopt_pages_list elm = {}; in iopt_map_user_pages() local
450 struct iopt_pages_list *elm; in iopt_get_pages() local
H A Dioas.c88 struct iommu_iova_range elm = { in iommufd_ioas_iova_ranges() local
/openbmc/linux/tools/firewire/
H A Dlist.h56 #define list_next(elm, member) \ argument
/openbmc/u-boot/arch/arm/dts/
H A Ddm816x.dtsi143 elm: elm@48080000 { label
H A Dam33xx.dtsi927 elm: elm@48080000 { label
H A Dam4372.dtsi787 elm: elm@48080000 { label
H A Ddra7.dtsi1587 elm: elm@48078000 { label
/openbmc/linux/arch/arm/boot/dts/ti/omap/
H A Ddm816x.dtsi258 elm: elm@48080000 { label
H A Ddm814x.dtsi195 elm: elm@80000 { label
H A Domap4-l4.dtsi1933 elm: elm@0 { label
H A Dam33xx-l4.dtsi1533 elm: elm@0 { label
H A Dam437x-l4.dtsi1138 elm: elm@0 { label
H A Ddra7-l4.dtsi1788 elm: elm@0 { label
/openbmc/qemu/migration/
H A Dvmstate-types.c611 void *elm; in get_qtailq() local
646 void *elm; in put_qtailq() local
828 void *elm; in put_qlist() local
857 void *elm, *prev = NULL; in get_qlist() local
/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/s3a/s3a_1.0/
H A Dia_css_s3a.host.c334 int out_width, out_height, chunk, rest, kmax, y, x, k, elm_start, elm, ofs; in ia_css_s3a_vmem_decode() local
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce110/
H A Ddce110_opp_csc_v.c680 const struct out_csc_color_matrix *elm; in dce110_opp_v_set_csc_default() local
/openbmc/linux/sound/soc/starfive/
H A Djh7110_tdm.c116 enum TDM_ELM elm; member

12