/linux-6.12.1/drivers/net/wireless/intel/iwlwifi/ |
D | iwl-phy-db.c | 219 static int is_valid_channel(u16 ch_id) in is_valid_channel() argument 221 if (ch_id <= 14 || in is_valid_channel() 222 (36 <= ch_id && ch_id <= 64 && ch_id % 4 == 0) || in is_valid_channel() 223 (100 <= ch_id && ch_id <= 140 && ch_id % 4 == 0) || in is_valid_channel() 224 (145 <= ch_id && ch_id <= 165 && ch_id % 4 == 1)) in is_valid_channel() 229 static u8 ch_id_to_ch_index(u16 ch_id) in ch_id_to_ch_index() argument 231 if (WARN_ON(!is_valid_channel(ch_id))) in ch_id_to_ch_index() 234 if (ch_id <= 14) in ch_id_to_ch_index() 235 return ch_id - 1; in ch_id_to_ch_index() 236 if (ch_id <= 64) in ch_id_to_ch_index() [all …]
|
/linux-6.12.1/drivers/staging/media/atomisp/pci/runtime/inputfifo/src/ |
D | inputfifo.c | 66 unsigned int ch_id; member 177 unsigned int ch_id, in inputfifo_send_ch_id_and_fmt_type() argument 182 inputfifo_curr_ch_id = ch_id & _HIVE_ISP_CH_ID_MASK; in inputfifo_send_ch_id_and_fmt_type() 203 unsigned int ch_id, in inputfifo_start_frame() argument 206 inputfifo_send_ch_id_and_fmt_type(ch_id, fmt_type); in inputfifo_start_frame() 360 unsigned int ch_id, in inputfifo_send_frame() argument 370 inputfifo_start_frame(ch_id, fmt_type); in inputfifo_send_frame() 415 unsigned int ch_id) in inputfifo_get_inst() argument 417 return &inputfifo_inst_admin[ch_id]; in inputfifo_get_inst() 424 unsigned int ch_id, in ia_css_inputfifo_send_input_frame() argument [all …]
|
/linux-6.12.1/drivers/gpu/drm/amd/display/include/ |
D | grph_object_defs.h | 71 #define DECODE_CHANNEL_ID(ch_id) \ argument 72 (ch_id) == CHANNEL_ID_DDC1 ? "CHANNEL_ID_DDC1" : \ 73 (ch_id) == CHANNEL_ID_DDC2 ? "CHANNEL_ID_DDC2" : \ 74 (ch_id) == CHANNEL_ID_DDC3 ? "CHANNEL_ID_DDC3" : \ 75 (ch_id) == CHANNEL_ID_DDC4 ? "CHANNEL_ID_DDC4" : \ 76 (ch_id) == CHANNEL_ID_DDC5 ? "CHANNEL_ID_DDC5" : \ 77 (ch_id) == CHANNEL_ID_DDC6 ? "CHANNEL_ID_DDC6" : \ 78 (ch_id) == CHANNEL_ID_DDC_VGA ? "CHANNEL_ID_DDC_VGA" : \ 79 (ch_id) == CHANNEL_ID_I2C_PAD ? "CHANNEL_ID_I2C_PAD" : "Invalid"
|
/linux-6.12.1/drivers/staging/media/atomisp/pci/runtime/inputfifo/interface/ |
D | ia_css_inputfifo.h | 29 unsigned int ch_id, 34 unsigned int ch_id, 39 unsigned int ch_id, 46 unsigned int ch_id, 52 unsigned int ch_id);
|
/linux-6.12.1/drivers/staging/media/atomisp/pci/ |
D | isp2400_input_system_public.h | 236 u32 ch_id, 243 u32 ch_id, 255 u32 ch_id, 266 u32 ch_id, 278 u32 ch_id, 289 u32 ch_id, 301 u32 ch_id, 312 u32 ch_id,
|
D | input_switch_2400_defs.h | 19 #define _HIVE_INPUT_SWITCH_GET_LUT_REG_ID(ch_id, fmt_type) (((ch_id) * 2) + ((fmt_type) >= 16)) argument
|
/linux-6.12.1/drivers/input/misc/ |
D | iqs626a.c | 461 struct fwnode_handle *ch_node, enum iqs626_ch_id ch_id) in iqs626_parse_events() argument 471 switch (ch_id) { in iqs626_parse_events() 486 i = ch_id - IQS626_CH_GEN_0; in iqs626_parse_events() 501 if (!iqs626_channels[ch_id].events[i]) in iqs626_parse_events() 504 if (ch_id == IQS626_CH_TP_2 || ch_id == IQS626_CH_TP_3) { in iqs626_parse_events() 518 iqs626->kp_code[ch_id][i] = val; in iqs626_parse_events() 523 if (ch_id == IQS626_CH_HALL) in iqs626_parse_events() 537 iqs626->kp_type[ch_id][i] = val; in iqs626_parse_events() 563 if (ch_id != IQS626_CH_TP_2 && ch_id != IQS626_CH_TP_3 && in iqs626_parse_events() 573 if (ch_id == IQS626_CH_HALL) in iqs626_parse_events() [all …]
|
/linux-6.12.1/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/ |
D | input_system.c | 100 const unsigned int ch_id = cfg_ID / N_MIPI_FORMAT_CUSTOM; in receiver_set_compression() local 108 assert(ch_id < N_RX_CHANNEL_ID); in receiver_set_compression() 114 switch (ch_id) { in receiver_set_compression() 422 if (config.ch_flags[channel.ch_id] & INPUT_SYSTEM_CFG_FLAG_SET) { in input_system_configure_channel() 461 config.ch_flags[channel.ch_id] = INPUT_SYSTEM_CFG_FLAG_SET; in input_system_configure_channel() 860 u32 ch_id, in input_system_csi_fifo_channel_cfg() argument 868 channel.ch_id = ch_id; in input_system_csi_fifo_channel_cfg() 883 u32 ch_id, in input_system_csi_fifo_channel_with_counting_cfg() argument 894 channel.ch_id = ch_id; in input_system_csi_fifo_channel_with_counting_cfg() 914 u32 ch_id, in input_system_csi_sram_channel_cfg() argument [all …]
|
D | fifo_monitor.c | 534 fifo_channel_t ch_id; in fifo_monitor_get_state() local 540 for (ch_id = 0; ch_id < N_FIFO_CHANNEL; ch_id++) { in fifo_monitor_get_state() 541 fifo_channel_get_state(ID, ch_id, in fifo_monitor_get_state() 542 &state->fifo_channels[ch_id]); in fifo_monitor_get_state()
|
/linux-6.12.1/drivers/bus/mhi/ep/ |
D | main.c | 25 static int mhi_ep_create_device(struct mhi_ep_cntrl *mhi_cntrl, u32 ch_id); 99 event->dword[1] = MHI_TRE_EV_DWORD1(ring->ch_id, MHI_PKT_TYPE_TX_EVENT); in mhi_ep_send_completion_event() 170 u32 tmp, ch_id; in mhi_ep_process_cmd_ring() local 173 ch_id = MHI_TRE_GET_CMD_CHID(el); in mhi_ep_process_cmd_ring() 176 if ((ch_id >= mhi_cntrl->max_chan) || !mhi_cntrl->mhi_chan[ch_id].name) { in mhi_ep_process_cmd_ring() 177 dev_dbg(dev, "Channel (%u) not supported!\n", ch_id); in mhi_ep_process_cmd_ring() 181 mhi_chan = &mhi_cntrl->mhi_chan[ch_id]; in mhi_ep_process_cmd_ring() 182 ch_ring = &mhi_cntrl->mhi_chan[ch_id].ring; in mhi_ep_process_cmd_ring() 186 dev_dbg(dev, "Received START command for channel (%u)\n", ch_id); in mhi_ep_process_cmd_ring() 192 (union mhi_ep_ring_ctx *)&mhi_cntrl->ch_ctx_cache[ch_id]); in mhi_ep_process_cmd_ring() [all …]
|
D | mmio.c | 54 static void mhi_ep_mmio_set_chdb(struct mhi_ep_cntrl *mhi_cntrl, u32 ch_id, bool enable) in mhi_ep_mmio_set_chdb() argument 58 chid_shift = ch_id % 32; in mhi_ep_mmio_set_chdb() 60 chdb_idx = ch_id / 32; in mhi_ep_mmio_set_chdb() 71 void mhi_ep_mmio_enable_chdb(struct mhi_ep_cntrl *mhi_cntrl, u32 ch_id) in mhi_ep_mmio_enable_chdb() argument 73 mhi_ep_mmio_set_chdb(mhi_cntrl, ch_id, true); in mhi_ep_mmio_enable_chdb() 76 void mhi_ep_mmio_disable_chdb(struct mhi_ep_cntrl *mhi_cntrl, u32 ch_id) in mhi_ep_mmio_disable_chdb() argument 78 mhi_ep_mmio_set_chdb(mhi_cntrl, ch_id, false); in mhi_ep_mmio_disable_chdb()
|
D | internal.h | 136 u32 ch_id; member 192 void mhi_ep_mmio_enable_chdb(struct mhi_ep_cntrl *mhi_cntrl, u32 ch_id); 193 void mhi_ep_mmio_disable_chdb(struct mhi_ep_cntrl *mhi_cntrl, u32 ch_id);
|
/linux-6.12.1/drivers/staging/most/net/ |
D | net.c | 58 int ch_id; member 193 if (most_start_channel(nd->iface, nd->rx.ch_id, &comp)) { in most_nd_open() 199 if (most_start_channel(nd->iface, nd->tx.ch_id, &comp)) { in most_nd_open() 201 most_stop_channel(nd->iface, nd->rx.ch_id, &comp); in most_nd_open() 213 nd->iface->request_netinfo(nd->iface, nd->tx.ch_id, on_netinfo); in most_nd_open() 226 nd->iface->request_netinfo(nd->iface, nd->tx.ch_id, NULL); in most_nd_stop() 227 most_stop_channel(nd->iface, nd->rx.ch_id, &comp); in most_nd_stop() 228 most_stop_channel(nd->iface, nd->tx.ch_id, &comp); in most_nd_stop() 240 mbo = most_get_mbo(nd->iface, nd->tx.ch_id, &comp); in most_nd_start_xmit() 354 ch->ch_id = channel_idx; in comp_probe_channel() [all …]
|
/linux-6.12.1/drivers/net/wwan/iosm/ |
D | iosm_ipc_wwan.c | 32 int ch_id; member 60 priv->ch_id = ipc_imem_sys_wwan_open(ipc_wwan->ipc_imem, if_id); in ipc_wwan_link_open() 62 if (priv->ch_id < 0) { in ipc_wwan_link_open() 73 priv->ch_id, priv->if_id); in ipc_wwan_link_open() 86 priv->ch_id); in ipc_wwan_link_stop() 87 priv->ch_id = -1; in ipc_wwan_link_stop() 111 if_id, priv->ch_id, skb); in ipc_wwan_link_transmit()
|
D | iosm_ipc_imem_ops.c | 289 int ch_id; in ipc_imem_sys_port_open() local 298 ch_id = ipc_imem_channel_alloc(ipc_imem, chl_id, IPC_CTYPE_CTRL); in ipc_imem_sys_port_open() 300 if (ch_id < 0) { in ipc_imem_sys_port_open() 305 channel = ipc_imem_channel_open(ipc_imem, ch_id, hp_id); in ipc_imem_sys_port_open()
|
/linux-6.12.1/drivers/net/wwan/t7xx/ |
D | t7xx_cldma.c | 150 unsigned int ch_id; in t7xx_cldma_hw_tx_done() local 152 ch_id = ioread32(hw_info->ap_pdn_base + REG_CLDMA_L2TISAR0); in t7xx_cldma_hw_tx_done() 153 ch_id &= bitmask; in t7xx_cldma_hw_tx_done() 155 iowrite32(ch_id, hw_info->ap_pdn_base + REG_CLDMA_L2TISAR0); in t7xx_cldma_hw_tx_done() 161 unsigned int ch_id; in t7xx_cldma_hw_rx_done() local 163 ch_id = ioread32(hw_info->ap_pdn_base + REG_CLDMA_L2RISAR0); in t7xx_cldma_hw_rx_done() 164 ch_id &= bitmask; in t7xx_cldma_hw_rx_done() 166 iowrite32(ch_id, hw_info->ap_pdn_base + REG_CLDMA_L2RISAR0); in t7xx_cldma_hw_rx_done()
|
D | t7xx_port_proxy.c | 351 u8 ch_id; in t7xx_proxy_setup_ch_mapping() local 353 ch_id = FIELD_GET(PORT_CH_ID_MASK, port_conf->rx_ch); in t7xx_proxy_setup_ch_mapping() 354 list_add_tail(&port->entry, &port_prox->rx_ch_ports[ch_id]); in t7xx_proxy_setup_ch_mapping() 399 u8 ch_id; in t7xx_port_proxy_find_port() local 401 ch_id = FIELD_GET(PORT_CH_ID_MASK, channel); in t7xx_port_proxy_find_port() 402 port_list = &port_prox->rx_ch_ports[ch_id]; in t7xx_port_proxy_find_port() 594 int t7xx_port_proxy_chl_enable_disable(struct port_proxy *port_prox, unsigned int ch_id, in t7xx_port_proxy_chl_enable_disable() argument 597 struct t7xx_port *port = t7xx_proxy_get_port_by_ch(port_prox, ch_id); in t7xx_port_proxy_chl_enable_disable()
|
D | t7xx_port_ctrl_msg.c | 146 unsigned int ch_id; in t7xx_port_enum_msg_handler() local 149 ch_id = FIELD_GET(PORT_INFO_CH_ID, port_info); in t7xx_port_enum_msg_handler() 151 if (t7xx_port_proxy_chl_enable_disable(md->port_prox, ch_id, en_flag)) in t7xx_port_enum_msg_handler() 152 dev_dbg(dev, "Port:%x not found\n", ch_id); in t7xx_port_enum_msg_handler()
|
D | t7xx_port_proxy.h | 106 int t7xx_port_proxy_chl_enable_disable(struct port_proxy *port_prox, unsigned int ch_id,
|
/linux-6.12.1/drivers/dma/ |
D | st_fdma.c | 102 int ch_id = fchan->vchan.chan.chan_id; in st_fdma_ch_sta_update() local 110 dev_warn(fdev->dev, "chan:%d, error:%ld\n", ch_id, ch_err); in st_fdma_ch_sta_update() 352 int ch_id = fchan->vchan.chan.chan_id; in config_reqctrl() local 407 ch_id, addr, fchan->cfg.req_ctrl); in config_reqctrl() 625 int ch_id = fchan->vchan.chan.chan_id; in st_fdma_pause() local 626 unsigned long cmd = FDMA_CMD_PAUSE(ch_id); in st_fdma_pause() 628 dev_dbg(fchan->fdev->dev, "pause chan:%d\n", ch_id); in st_fdma_pause() 643 int ch_id = fchan->vchan.chan.chan_id; in st_fdma_resume() local 645 dev_dbg(fchan->fdev->dev, "resume chan:%d\n", ch_id); in st_fdma_resume() 663 int ch_id = fchan->vchan.chan.chan_id; in st_fdma_terminate_all() local [all …]
|
/linux-6.12.1/drivers/net/can/usb/peak_usb/ |
D | pcan_usb_core.c | 835 u32 ch_id; in peak_usb_get_eeprom() local 839 err = dev->adapter->dev_get_can_channel_id(dev, &ch_id); in peak_usb_get_eeprom() 849 ch_id_le = cpu_to_le32(ch_id); in peak_usb_get_eeprom() 853 dev->can_channel_id = ch_id; in peak_usb_get_eeprom() 864 u32 ch_id; in peak_usb_set_eeprom() local 869 err = dev->adapter->dev_get_can_channel_id(dev, &ch_id); in peak_usb_set_eeprom() 882 ch_id_le = cpu_to_le32(ch_id); in peak_usb_set_eeprom() 884 ch_id = le32_to_cpu(ch_id_le); in peak_usb_set_eeprom() 887 err = dev->adapter->dev_set_can_channel_id(dev, ch_id); in peak_usb_set_eeprom() 895 dev->can_channel_id = ch_id; in peak_usb_set_eeprom()
|
/linux-6.12.1/drivers/staging/media/atomisp/pci/hive_isp_css_common/ |
D | input_formatter_global.h | 28 #define _HIVE_INPUT_SWITCH_GET_FSYNC_REG_LSB(ch_id) ((ch_id) * 3) argument
|
/linux-6.12.1/drivers/net/can/ |
D | kvaser_pciefd.c | 1190 u8 ch_id = FIELD_GET(KVASER_PCIEFD_PACKET_CHID_MASK, p->header[1]); in kvaser_pciefd_handle_data_packet() local 1193 if (ch_id >= pcie->nr_channels) in kvaser_pciefd_handle_data_packet() 1196 priv = &pcie->can[ch_id]->can; in kvaser_pciefd_handle_data_packet() 1341 u8 ch_id = FIELD_GET(KVASER_PCIEFD_PACKET_CHID_MASK, p->header[1]); in kvaser_pciefd_handle_error_packet() local 1343 if (ch_id >= pcie->nr_channels) in kvaser_pciefd_handle_error_packet() 1346 can = pcie->can[ch_id]; in kvaser_pciefd_handle_error_packet() 1410 u8 ch_id = FIELD_GET(KVASER_PCIEFD_PACKET_CHID_MASK, p->header[1]); in kvaser_pciefd_handle_status_packet() local 1412 if (ch_id >= pcie->nr_channels) in kvaser_pciefd_handle_status_packet() 1415 can = pcie->can[ch_id]; in kvaser_pciefd_handle_status_packet() 1491 u8 ch_id = FIELD_GET(KVASER_PCIEFD_PACKET_CHID_MASK, p->header[1]); in kvaser_pciefd_handle_ack_packet() local [all …]
|
/linux-6.12.1/drivers/counter/ |
D | rz-mtu3-cnt.c | 100 const size_t ch_id = rz_mtu3_get_hw_ch(id); in rz_mtu3_get_ch() local 102 return &priv->ch[ch_id]; in rz_mtu3_get_ch() 320 const size_t ch_id = rz_mtu3_get_hw_ch(count->id); in rz_mtu3_count_ceiling_read() local 330 *ceiling = priv->mtu_16bit_max[ch_id]; in rz_mtu3_count_ceiling_read() 351 const size_t ch_id = rz_mtu3_get_hw_ch(count->id); in rz_mtu3_count_ceiling_write() local 365 priv->mtu_16bit_max[ch_id] = ceiling; in rz_mtu3_count_ceiling_write()
|
/linux-6.12.1/drivers/rapidio/ |
D | rio_cm.c | 783 static int riocm_ch_send(u16 ch_id, void *buf, int len) in riocm_ch_send() argument 789 if (buf == NULL || ch_id == 0 || len == 0 || len > RIO_MAX_MSG_SIZE) in riocm_ch_send() 792 ch = riocm_get_channel(ch_id); in riocm_ch_send() 795 task_pid_nr(current), ch_id); in riocm_ch_send() 1073 static struct rio_channel *riocm_ch_accept(u16 ch_id, u16 *new_ch_id, in riocm_ch_accept() argument 1084 ch = riocm_get_channel(ch_id); in riocm_ch_accept() 1203 static int riocm_ch_listen(u16 ch_id) in riocm_ch_listen() argument 1208 riocm_debug(CHOP, "(ch_%d)", ch_id); in riocm_ch_listen() 1210 ch = riocm_get_channel(ch_id); in riocm_ch_listen() 1230 static int riocm_ch_bind(u16 ch_id, u8 mport_id, void *context) in riocm_ch_bind() argument [all …]
|