Home
last modified time | relevance | path

Searched refs:acm (Results 1 – 25 of 41) sorted by relevance

12

/linux/drivers/usb/class/
H A Dcdc-acm.c3 * cdc-acm.c
42 #include "cdc-acm.h"
65 static struct acm *acm_get_by_minor(unsigned int minor) in acm_get_by_minor()
67 struct acm *acm; in acm_get_by_minor() local
70 acm = idr_find(&acm_minors, minor); in acm_get_by_minor()
71 if (acm) { in acm_get_by_minor()
72 mutex_lock(&acm->mutex); in acm_get_by_minor()
73 if (acm->disconnected) { in acm_get_by_minor()
74 mutex_unlock(&acm in acm_get_by_minor()
88 acm_alloc_minor(struct acm * acm) acm_alloc_minor() argument
100 acm_release_minor(struct acm * acm) acm_release_minor() argument
111 acm_ctrl_msg(struct acm * acm,int request,int value,void * buf,int len) acm_ctrl_msg() argument
137 acm_set_control(struct acm * acm,int control) acm_set_control() argument
146 acm_set_line(acm,line) global() argument
148 acm_send_break(acm,ms) global() argument
151 acm_poison_urbs(struct acm * acm) acm_poison_urbs() argument
162 acm_unpoison_urbs(struct acm * acm) acm_unpoison_urbs() argument
179 acm_wb_alloc(struct acm * acm) acm_wb_alloc() argument
199 acm_wb_is_avail(struct acm * acm) acm_wb_is_avail() argument
216 acm_write_done(struct acm * acm,struct acm_wb * wb) acm_write_done() argument
229 acm_start_wb(struct acm * acm,struct acm_wb * wb) acm_start_wb() argument
258 struct acm *acm = usb_get_intfdata(intf); bmCapabilities_show() local
268 struct acm *acm = usb_get_intfdata(intf); wCountryCodes_show() local
280 struct acm *acm = usb_get_intfdata(intf); iCountryCodeRelDate_show() local
290 acm_process_notification(struct acm * acm,unsigned char * buf) acm_process_notification() argument
373 struct acm *acm = urb->context; acm_ctrl_irq() local
462 acm_submit_read_urb(struct acm * acm,int index,gfp_t mem_flags) acm_submit_read_urb() argument
487 acm_submit_read_urbs(struct acm * acm,gfp_t mem_flags) acm_submit_read_urbs() argument
501 acm_process_read_urb(struct acm * acm,struct urb * urb) acm_process_read_urb() argument
519 struct acm *acm = rb->instance; acm_read_bulk_callback() local
593 struct acm *acm = wb->instance; acm_write_bulk() local
613 struct acm *acm = container_of(work, struct acm, dwork.work); acm_softint() local
642 struct acm *acm; acm_tty_install() local
671 struct acm *acm = tty->driver_data; acm_tty_open() local
678 struct acm *acm = container_of(port, struct acm, port); acm_port_dtr_rts() local
698 struct acm *acm = container_of(port, struct acm, port); acm_port_activate() local
755 struct acm *acm = container_of(port, struct acm, port); acm_port_destruct() local
766 struct acm *acm = container_of(port, struct acm, port); acm_port_shutdown() local
805 struct acm *acm = tty->driver_data; acm_tty_cleanup() local
812 struct acm *acm = tty->driver_data; acm_tty_hangup() local
819 struct acm *acm = tty->driver_data; acm_tty_close() local
827 struct acm *acm = tty->driver_data; acm_tty_write() local
880 struct acm *acm = tty->driver_data; acm_tty_write_room() local
890 struct acm *acm = tty->driver_data; acm_tty_flush_buffer() local
903 struct acm *acm = tty->driver_data; acm_tty_chars_in_buffer() local
918 struct acm *acm = tty->driver_data; acm_tty_throttle() local
925 struct acm *acm = tty->driver_data; acm_tty_unthrottle() local
937 struct acm *acm = tty->driver_data; acm_tty_break_ctl() local
952 struct acm *acm = tty->driver_data; acm_tty_tiocmget() local
965 struct acm *acm = tty->driver_data; acm_tty_tiocmset() local
983 struct acm *acm = tty->driver_data; get_serial_info() local
997 struct acm *acm = tty->driver_data; set_serial_info() local
1021 wait_serial_change(struct acm * acm,unsigned long arg) wait_serial_change() argument
1067 struct acm *acm = tty->driver_data; acm_tty_get_icount() local
1083 struct acm *acm = tty->driver_data; acm_tty_ioctl() local
1104 struct acm *acm = tty->driver_data; acm_tty_set_termios() local
1152 acm_write_buffers_free(struct acm * acm) acm_write_buffers_free() argument
1161 acm_read_buffers_free(struct acm * acm) acm_read_buffers_free() argument
1171 acm_write_buffers_alloc(struct acm * acm) acm_write_buffers_alloc() argument
1206 struct acm *acm; acm_probe() local
1605 struct acm *acm = usb_get_intfdata(intf); acm_disconnect() local
1659 struct acm *acm = usb_get_intfdata(intf); acm_suspend() local
1684 struct acm *acm = usb_get_intfdata(intf); acm_resume() local
1723 struct acm *acm = usb_get_intfdata(intf); acm_reset_resume() local
1735 struct acm *acm = usb_get_intfdata(intf); acm_pre_reset() local
[all...]
H A Dcdc-acm.h45 struct acm *instance;
54 struct acm *instance;
57 struct acm { struct
H A DKconfig13 Please read <file:Documentation/usb/acm.rst> for details.
20 module will be called cdc-acm.
H A DMakefile7 obj-$(CONFIG_USB_ACM) += cdc-acm.o
/linux/drivers/usb/gadget/function/
H A Df_acm.c302 struct f_acm *acm = ep->driver_data; in acm_complete_set_line_coding() local
303 struct usb_composite_dev *cdev = acm->port.func.config->cdev; in acm_complete_set_line_coding()
307 acm->port_num, req->status); in acm_complete_set_line_coding()
312 if (req->actual != sizeof(acm->port_line_coding)) { in acm_complete_set_line_coding()
314 acm->port_num, req->actual); in acm_complete_set_line_coding()
326 acm->port_line_coding = *value; in acm_complete_set_line_coding()
334 struct f_acm *acm = func_to_acm(f); in acm_setup() local
356 || w_index != acm->ctrl_id) in acm_setup()
360 cdev->gadget->ep0->driver_data = acm; in acm_setup()
367 if (w_index != acm->ctrl_id) in acm_setup()
[all …]
/linux/Documentation/usb/
H A Dacm.rst34 The drivers/usb/class/cdc-acm.c drivers works with USB modems and USB ISDN terminal
48 I know of one ISDN TA that does work with the acm driver:
63 cdc-acm.ko
90 I: If#= 0 Alt= 0 #EPs= 3 Cls=ff(vend.) Sub=ff Prot=ff Driver=acm
95 I: If#= 0 Alt= 0 #EPs= 1 Cls=02(comm.) Sub=02 Prot=01 Driver=acm
97 I: If#= 1 Alt= 0 #EPs= 2 Cls=0a(data ) Sub=00 Prot=00 Driver=acm
102 is important, it means it's an ACM device. The Driver=acm means the acm
107 I: If#= 0 Alt= 0 #EPs= 1 Cls=02(comm.) Sub=02 Prot=01 Driver=acm
108 I: If#= 1 Alt= 0 #EPs= 2 Cls=0a(data ) Sub=00 Prot=00 Driver=acm
121 acm.c: probing config 1
[all …]
H A Dtext_files.rst4 .. include:: linux-cdc-acm.inf
H A Dgadget_serial.rst157 To use the Windows ACM driver you must have the "linux-cdc-acm.inf"
164 driver in the folder that contains the "linux-cdc-acm.inf" file.
170 path or browse to the folder containing the "linux-cdc-acm.inf" file.
206 I: If#= 0 Alt= 0 #EPs= 1 Cls=02(comm.) Sub=02 Prot=01 Driver=acm
208 I: If#= 1 Alt= 0 #EPs= 2 Cls=0a(data ) Sub=00 Prot=00 Driver=acm
214 "acm" module is loaded.
/linux/arch/arm64/boot/dts/freescale/
H A Dimx8qm-ss-audio.dtsi7 /delete-node/ &acm;
22 <&acm IMX_ADMA_ACM_AUD_CLK0_SEL>,
23 <&acm IMX_ADMA_ACM_AUD_CLK1_SEL>,
52 <&acm IMX_ADMA_ACM_AUD_CLK0_SEL>,
53 <&acm IMX_ADMA_ACM_AUD_CLK1_SEL>,
116 clocks = <&acm IMX_ADMA_ACM_SAI4_MCLK_SEL>,
128 clocks = <&acm IMX_ADMA_ACM_SAI5_MCLK_SEL>,
187 clocks = <&acm IMX_ADMA_ACM_ESAI1_MCLK_SEL>,
198 clocks = <&acm IMX_ADMA_ACM_SAI6_MCLK_SEL>,
209 clocks = <&acm IMX_ADMA_ACM_SAI7_MCLK_SEL>,
[all …]
H A Dimx8-ss-audio.dtsi131 <&acm IMX_ADMA_ACM_AUD_CLK0_SEL>,
132 <&acm IMX_ADMA_ACM_AUD_CLK1_SEL>,
341 clocks = <&acm IMX_ADMA_ACM_ESAI0_MCLK_SEL>,
353 clocks = <&acm IMX_ADMA_ACM_SPDIF0_TX_CLK_SEL>,
365 clocks = <&acm IMX_ADMA_ACM_SAI0_MCLK_SEL>,
377 clocks = <&acm IMX_ADMA_ACM_SAI1_MCLK_SEL>,
389 clocks = <&acm IMX_ADMA_ACM_SAI2_MCLK_SEL>,
401 clocks = <&acm IMX_ADMA_ACM_SAI3_MCLK_SEL>,
459 <&acm IMX_ADMA_ACM_AUD_CLK0_SEL>,
460 <&acm IMX_ADMA_ACM_AUD_CLK1_SEL>,
[all …]
H A Dimx8dxl-ss-adma.dtsi20 &acm {
21 compatible = "fsl,imx8dxl-acm";
/linux/Documentation/ABI/testing/
H A Dsysfs-block-aoe4 Contact: Ed L. Cashin <ed.cashin@acm.org>
12 Contact: Ed L. Cashin <ed.cashin@acm.org>
21 Contact: Ed L. Cashin <ed.cashin@acm.org>
35 Contact: Ed L. Cashin <ed.cashin@acm.org>
42 Contact: Ed L. Cashin <ed.cashin@acm.org>
H A Dconfigfs-usb-gadget-acm1 What: /config/usb-gadget/gadget/functions/acm.name
8 associated with acm function's instance "name".
10 What: /config/usb-gadget/gadget/functions/acm.name/protocol
/linux/drivers/clk/imx/
H A DMakefile36 obj-$(CONFIG_MXC_CLK_SCU) += clk-imx-scu.o clk-imx-lpcg-scu.o clk-imx-acm.o
41 clk-imx-acm-$(CONFIG_CLK_IMX8QXP) = clk-imx8-acm.o
/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx6dl-b1x5v2.dtsi13 reg_3v3_acm: regulator-3v3-acm {
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
H A Dhw.c100 u8 acm = p_aci_aifsn->f.acm; in rtl92de_set_hw_reg() local
104 if (acm) { in rtl92de_set_hw_reg()
118 acm); in rtl92de_set_hw_reg()
/linux/tools/memory-model/Documentation/
H A Dreferences.txt24 (July, 2010), 89-97. http://doi.acm.org/10.1145/1785414.1785443
113 256–290. http://doi.acm.org/10.1145/505145.505149
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192du/
H A Dhw.c67 u8 acm = p_aci_aifsn->f.acm; in rtl92du_set_hw_reg() local
70 if (acm) { in rtl92du_set_hw_reg()
84 acm); in rtl92du_set_hw_reg()
/linux/drivers/net/wireless/microchip/wilc1000/
H A Dwlan.c377 wl->txq[AC_BK_Q].fw.acm = FIELD_GET(BK_AC_ACM_STAT_FIELD, reg); in ac_update_fw_ac_pkt_info()
378 wl->txq[AC_BE_Q].fw.acm = FIELD_GET(BE_AC_ACM_STAT_FIELD, reg); in ac_update_fw_ac_pkt_info()
379 wl->txq[AC_VI_Q].fw.acm = FIELD_GET(VI_AC_ACM_STAT_FIELD, reg); in ac_update_fw_ac_pkt_info()
380 wl->txq[AC_VO_Q].fw.acm = FIELD_GET(VO_AC_ACM_STAT_FIELD, reg); in ac_update_fw_ac_pkt_info()
386 if (wilc->txq[*ac].fw.acm == 0) in ac_change()
/linux/Documentation/translations/zh_CN/core-api/
H A Dkref.rst19 :作者: Corey Minyard <minyard@acm.org>
/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Dpower.c122 if (!tid_found && !link->queue_params[ac].acm) { in iwl_mld_power_configure_uapsd()
177 if (!tid_found && !link->queue_params[ac].acm) {
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192se/
H A Dhw.c238 u8 acm = p_aci_aifsn->f.acm; in rtl92se_set_hw_reg() local
244 if (acm) { in rtl92se_set_hw_reg()
258 acm); in rtl92se_set_hw_reg()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
H A Dhw.c308 u8 acm = p_aci_aifsn->f.acm; in rtl8723e_set_hw_reg() local
314 if (acm) { in rtl8723e_set_hw_reg()
328 acm); in rtl8723e_set_hw_reg()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
H A Dhw.c306 u8 acm = p_aci_aifsn->f.acm; in rtl92ce_set_hw_reg() local
312 if (acm) { in rtl92ce_set_hw_reg()
326 acm); in rtl92ce_set_hw_reg()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
H A Dhw.c519 u8 acm = p_aci_aifsn->f.acm; in rtl88ee_set_hw_reg() local
525 if (acm) { in rtl88ee_set_hw_reg()
539 acm); in rtl88ee_set_hw_reg()

12