/linux/drivers/net/can/ |
H A D | can327.c | 141 written = elm->tty->ops->write(elm->tty, elm->txbuf, len); in can327_send() 150 elm->txhead = elm->txbuf + written; in can327_send() 367 elm->rxbuf[3], elm->rxbuf[4]); in can327_parse_error() 434 if (elm->rxbuf[2] == ' ' && elm->rxbuf[5] == ' ' && in can327_parse_frame() 435 elm->rxbuf[8] == ' ' && elm->rxbuf[11] == ' ' && in can327_parse_frame() 439 } else if (elm->rxbuf[3] == ' ' && elm->rxbuf[5] == ' ') { in can327_parse_frame() 697 if (can327_is_ready_char(elm->rxbuf[elm->rxfill - 1])) in can327_parse_rxbuf() 706 while (len < elm->rxfill && elm->rxbuf[len] != '\r') in can327_parse_rxbuf() 717 if (can327_is_ready_char(elm->rxbuf[elm->rxfill - 1])) { in can327_parse_rxbuf() 933 elm->rxbuf[elm->rxfill++] = *cp; in can327_ldisc_rx() [all …]
|
/linux/drivers/scsi/aic7xxx/ |
H A D | queue.h | 146 #define SLIST_NEXT(elm, field) ((elm)->field.sle_next) argument 219 #define STAILQ_NEXT(elm, field) ((elm)->field.stqe_next) argument 302 #define LIST_NEXT(elm, field) ((elm)->field.le_next) argument 307 (elm)->field.le_prev; \ 308 *(elm)->field.le_prev = LIST_NEXT((elm), field); \ 381 *(head)->tqh_last = (elm); \ 388 #define TAILQ_NEXT(elm, field) ((elm)->field.tqe_next) argument 396 (elm)->field.tqe_prev; \ 399 *(elm)->field.tqe_prev = TAILQ_NEXT((elm), field); \ 484 #define CIRCLEQ_NEXT(elm,field) ((elm)->field.cqe_next) argument [all …]
|
/linux/arch/arm64/boot/dts/mediatek/ |
H A D | mt8173-elm.dts | 7 #include "mt8173-elm.dtsi" 12 compatible = "google,elm-rev8", "google,elm-rev7", "google,elm-rev6", 13 "google,elm-rev5", "google,elm-rev4", "google,elm-rev3", 14 "google,elm", "mediatek,mt8173";
|
H A D | Makefile | 25 dtb-$(CONFIG_ARCH_MEDIATEK) += mt8173-elm.dtb 26 dtb-$(CONFIG_ARCH_MEDIATEK) += mt8173-elm-hana.dtb 27 dtb-$(CONFIG_ARCH_MEDIATEK) += mt8173-elm-hana-rev7.dtb
|
H A D | mt8173-elm-hana.dts | 7 #include "mt8173-elm-hana.dtsi"
|
H A D | mt8173-elm-hana-rev7.dts | 7 #include "mt8173-elm-hana.dtsi"
|
/linux/drivers/iommu/iommufd/ |
H A D | io_pagetable.c | 272 (uintptr_t)elm->pages->uptr + elm->start_byte, length); in iopt_alloc_area_pages() 292 rc = iopt_insert_area(iopt, elm->area, elm->pages, iova, in iopt_alloc_area_pages() 293 elm->start_byte, elm->length, iommu_prot); in iopt_alloc_area_pages() 322 if (elm->area) in iopt_free_pages_list() 327 kfree(elm); in iopt_free_pages_list() 338 rc = iopt_area_fill_domains(elm->area, elm->pages); in iopt_fill_domains_pages() 377 elm->area->pages = elm->pages; in iopt_map_pages() 421 elm.start_byte = uptr - elm.pages->uptr; in iopt_map_user_pages() 427 if (elm.area) in iopt_map_user_pages() 625 elm = kzalloc(sizeof(*elm), GFP_KERNEL_ACCOUNT); in iopt_get_pages() [all …]
|
H A D | ioas.c | 88 struct iommu_iova_range elm = { in iommufd_ioas_iova_ranges() local 93 if (copy_to_user(&ranges[cmd->num_iovas], &elm, in iommufd_ioas_iova_ranges() 94 sizeof(elm))) { in iommufd_ioas_iova_ranges()
|
/linux/drivers/staging/media/atomisp/pci/isp/kernels/s3a/s3a_1.0/ |
H A D | ia_css_s3a.host.c | 334 int out_width, out_height, chunk, rest, kmax, y, x, k, elm_start, elm, ofs; in ia_css_s3a_vmem_decode() local 359 elm = elm_start + x * sizeof(*output) / sizeof(int32_t); in ia_css_s3a_vmem_decode() 360 for (k = 0; k < kmax; k++, elm++) { in ia_css_s3a_vmem_decode() 362 hi[elm + chunk * 0], lo[elm + chunk * 0]); in ia_css_s3a_vmem_decode() 364 hi[elm + chunk * 1], lo[elm + chunk * 1]); in ia_css_s3a_vmem_decode() 366 hi[elm + chunk * 2], lo[elm + chunk * 2]); in ia_css_s3a_vmem_decode() 368 hi[elm + chunk * 3], lo[elm + chunk * 3]); in ia_css_s3a_vmem_decode() 370 hi[elm + chunk * 4], lo[elm + chunk * 4]); in ia_css_s3a_vmem_decode() 372 hi[elm + chunk * 5], lo[elm + chunk * 5]); in ia_css_s3a_vmem_decode() 374 hi[elm + chunk * 6], lo[elm + chunk * 6]); in ia_css_s3a_vmem_decode() [all …]
|
/linux/drivers/infiniband/core/ |
H A D | uverbs_uapi.c | 18 void *elm; in uapi_add_elm() local 25 if (!elm) in uapi_add_elm() 29 kfree(elm); in uapi_add_elm() 33 return elm; in uapi_add_elm() 39 void *elm; in uapi_add_get_elm() local 42 if (!IS_ERR(elm)) { in uapi_add_get_elm() 44 return elm; in uapi_add_get_elm() 47 if (elm != ERR_PTR(-EEXIST)) in uapi_add_get_elm() 48 return elm; in uapi_add_get_elm() 51 if (WARN_ON(!elm)) in uapi_add_get_elm() [all …]
|
/linux/Documentation/devicetree/bindings/mtd/ |
H A D | ti,elm.yaml | 4 $id: http://devicetree.org/schemas/mtd/ti,elm.yaml# 20 - ti,am3352-elm 21 - ti,am64-elm 57 const: ti,am64-elm 68 elm: ecc@0 { 69 compatible = "ti,am3352-elm";
|
H A D | ti,gpmc-nand.yaml | 47 ti,elm-id: 106 ti,elm-id = <&elm>;
|
/linux/drivers/gpu/drm/ci/xfails/ |
H A D | mediatek-mt8173-flakes.txt | 1 # Board Name: mt8173-elm-hana 8 # Board Name: mt8173-elm-hana 15 # Board Name: mt8173-elm-hana 22 # Board Name: mt8173-elm-hana 29 # Board Name: mt8173-elm-hana 36 # Board Name: mt8173-elm-hana
|
/linux/tools/firewire/ |
H A D | list.h | 56 #define list_next(elm, member) \ argument 57 list_entry((elm)->member.next, typeof(*elm), member)
|
/linux/Documentation/devicetree/bindings/arm/ |
H A D | mediatek.yaml | 121 - const: google,elm-rev8 122 - const: google,elm-rev7 123 - const: google,elm-rev6 124 - const: google,elm-rev5 125 - const: google,elm-rev4 126 - const: google,elm-rev3 127 - const: google,elm
|
/linux/arch/arm/boot/dts/ti/omap/ |
H A D | am335x-chilisom.dtsi | 135 &elm { 152 ti,elm-id = <&elm>;
|
H A D | am335x-igep0033.dtsi | 123 &elm { 166 ti,elm-id = <&elm>;
|
H A D | am335x-phycore-som.dtsi | 188 &elm { 228 ti,elm-id = <&elm>;
|
H A D | am335x-myirtech-myc.dtsi | 94 &elm { 133 ti,elm-id = <&elm>;
|
H A D | dm8168-evm.dts | 131 ti,elm-id = <&elm>;
|
H A D | am437x-cm-t43.dts | 152 ti,elm-id = <&elm>; 389 &elm {
|
H A D | am335x-baltos.dtsi | 181 &elm { 226 ti,elm-id = <&elm>;
|
/linux/drivers/gpu/drm/amd/display/dc/dce110/ |
H A D | dce110_opp_csc_v.c | 680 const struct out_csc_color_matrix *elm; in dce110_opp_v_set_csc_default() local 693 elm = &global_color_matrix[i]; in dce110_opp_v_set_csc_default() 694 if (elm->color_space != default_adjust->out_color_space) in dce110_opp_v_set_csc_default() 699 program_color_matrix_v(xfm_dce, elm, option); in dce110_opp_v_set_csc_default()
|
/linux/Documentation/devicetree/bindings/memory-controllers/ |
H A D | ti,gpmc.yaml | 187 ti,elm-id = <&elm>;
|
/linux/sound/soc/starfive/ |
H A D | jh7110_tdm.c | 116 enum TDM_ELM elm; member 458 (tdm->elm << ELM_BIT) | in jh7110_tdm_set_dai_fmt() 533 tdm->elm = TDM_ELM_LATE; in jh7110_tdm_init_params()
|