Home
last modified time | relevance | path

Searched refs:elm (Results 1 – 25 of 54) sorted by relevance

123

/linux-6.15/drivers/net/can/
H A Dcan327.c141 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-6.15/drivers/scsi/aic7xxx/
H A Dqueue.h146 #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-6.15/arch/arm64/boot/dts/mediatek/
H A Dmt8173-elm.dts7 #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 Dmt8173-elm-hana.dts7 #include "mt8173-elm-hana.dtsi"
H A Dmt8173-elm-hana-rev7.dts7 #include "mt8173-elm-hana.dtsi"
H A DMakefile28 dtb-$(CONFIG_ARCH_MEDIATEK) += mt8173-elm.dtb
29 dtb-$(CONFIG_ARCH_MEDIATEK) += mt8173-elm-hana.dtb
30 dtb-$(CONFIG_ARCH_MEDIATEK) += mt8173-elm-hana-rev7.dtb
/linux-6.15/drivers/staging/media/atomisp/pci/isp/kernels/s3a/s3a_1.0/
H A Dia_css_s3a.host.c325 int out_width, out_height, chunk, rest, kmax, y, x, k, elm_start, elm, ofs; in ia_css_s3a_vmem_decode() local
350 elm = elm_start + x * sizeof(*output) / sizeof(int32_t); in ia_css_s3a_vmem_decode()
351 for (k = 0; k < kmax; k++, elm++) { in ia_css_s3a_vmem_decode()
353 hi[elm + chunk * 0], lo[elm + chunk * 0]); in ia_css_s3a_vmem_decode()
355 hi[elm + chunk * 1], lo[elm + chunk * 1]); in ia_css_s3a_vmem_decode()
357 hi[elm + chunk * 2], lo[elm + chunk * 2]); in ia_css_s3a_vmem_decode()
359 hi[elm + chunk * 3], lo[elm + chunk * 3]); in ia_css_s3a_vmem_decode()
361 hi[elm + chunk * 4], lo[elm + chunk * 4]); in ia_css_s3a_vmem_decode()
363 hi[elm + chunk * 5], lo[elm + chunk * 5]); in ia_css_s3a_vmem_decode()
365 hi[elm + chunk * 6], lo[elm + chunk * 6]); in ia_css_s3a_vmem_decode()
[all …]
/linux-6.15/drivers/iommu/iommufd/
H A Dio_pagetable.c273 start = elm->start_byte + (uintptr_t)elm->pages->uptr; in iopt_alloc_area_pages()
276 start = elm->start_byte + elm->pages->start; in iopt_alloc_area_pages()
299 rc = iopt_insert_area(iopt, elm->area, elm->pages, iova, in iopt_alloc_area_pages()
300 elm->start_byte, elm->length, iommu_prot); in iopt_alloc_area_pages()
329 if (elm->area) in iopt_free_pages_list()
334 kfree(elm); in iopt_free_pages_list()
345 rc = iopt_area_fill_domains(elm->area, elm->pages); in iopt_fill_domains_pages()
384 elm->area->pages = elm->pages; in iopt_map_pages()
413 if (elm.area) in iopt_map_common()
672 elm = kzalloc(sizeof(*elm), GFP_KERNEL_ACCOUNT); in iopt_get_pages()
[all …]
H A Dioas.c92 struct iommu_iova_range elm = { in iommufd_ioas_iova_ranges() local
97 if (copy_to_user(&ranges[cmd->num_iovas], &elm, in iommufd_ioas_iova_ranges()
98 sizeof(elm))) { in iommufd_ioas_iova_ranges()
/linux-6.15/drivers/infiniband/core/
H A Duverbs_uapi.c18 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-6.15/Documentation/devicetree/bindings/mtd/
H A Dti,elm.yaml4 $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 Dti,gpmc-nand.yaml47 ti,elm-id:
106 ti,elm-id = <&elm>;
/linux-6.15/drivers/gpu/drm/ci/xfails/
H A Dmediatek-mt8173-flakes.txt1 # 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
43 # Board Name: mt8173-elm-hana
/linux-6.15/tools/firewire/
H A Dlist.h56 #define list_next(elm, member) \ argument
57 list_entry((elm)->member.next, typeof(*elm), member)
/linux-6.15/Documentation/devicetree/bindings/arm/
H A Dmediatek.yaml121 - 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-6.15/arch/arm/boot/dts/ti/omap/
H A Dam335x-chilisom.dtsi135 &elm {
152 ti,elm-id = <&elm>;
H A Dam335x-igep0033.dtsi123 &elm {
166 ti,elm-id = <&elm>;
H A Dam335x-myirtech-myc.dtsi94 &elm {
133 ti,elm-id = <&elm>;
H A Dam335x-phycore-som.dtsi188 &elm {
228 ti,elm-id = <&elm>;
H A Ddm8168-evm.dts130 ti,elm-id = <&elm>;
H A Dam335x-baltos.dtsi181 &elm {
225 ti,elm-id = <&elm>;
H A Dam437x-cm-t43.dts152 ti,elm-id = <&elm>;
389 &elm {
/linux-6.15/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
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-6.15/Documentation/devicetree/bindings/memory-controllers/
H A Dti,gpmc.yaml187 ti,elm-id = <&elm>;
/linux-6.15/sound/soc/starfive/
H A Djh7110_tdm.c116 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()

123