Searched refs:cd (Results 101 - 125 of 201) sorted by relevance

123456789

/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Dvpe_6_1_fw_if.h79 #define VPE_DESC_CMD_HEADER(cd) \
81 (((cd) << VPE_DESC_CD__SHIFT) & VPE_DESC_CD_MASK))
/linux-master/drivers/media/usb/gspca/
H A Dse401.c212 u8 *cd = gspca_dev->usb_buf; local
231 if (cd[1] != 0x41) {
236 if (!(cd[2] & SE401_FORMAT_BAYER)) {
241 if (cd[3])
242 pr_info("ExtraFeatures: %d\n", cd[3]);
244 n = cd[4] | (cd[5] << 8);
251 widths[i] = cd[6 + i * 4 + 0] | (cd[6 + i * 4 + 1] << 8);
252 heights[i] = cd[
[all...]
/linux-master/io_uring/
H A Dpoll.c806 struct io_cancel_data *cd,
811 u32 index = hash_long(cd->data, table->hash_bits);
818 if (cd->data != req->cqe.user_data)
822 if (cd->flags & IORING_ASYNC_CANCEL_ALL) {
823 if (io_cancel_match_sequence(req, cd->seq))
834 struct io_cancel_data *cd,
849 if (io_cancel_req_match(req, cd)) {
870 static int __io_poll_cancel(struct io_ring_ctx *ctx, struct io_cancel_data *cd, argument
876 if (cd->flags & (IORING_ASYNC_CANCEL_FD | IORING_ASYNC_CANCEL_OP |
878 req = io_poll_file_find(ctx, cd, tabl
805 io_poll_find(struct io_ring_ctx *ctx, bool poll_only, struct io_cancel_data *cd, struct io_hash_table *table, struct io_hash_bucket **out_bucket) argument
833 io_poll_file_find(struct io_ring_ctx *ctx, struct io_cancel_data *cd, struct io_hash_table *table, struct io_hash_bucket **out_bucket) argument
889 io_poll_cancel(struct io_ring_ctx *ctx, struct io_cancel_data *cd, unsigned issue_flags) argument
995 struct io_cancel_data cd = { .ctx = ctx, .data = poll_update->old_user_data, }; local
[all...]
H A Dtimeout.c261 struct io_cancel_data *cd)
271 if (io_cancel_req_match(tmp, cd)) {
287 int io_timeout_cancel(struct io_ring_ctx *ctx, struct io_cancel_data *cd)
293 req = io_timeout_extract(ctx, cd);
311 struct io_cancel_data cd = { local
316 ret = io_try_cancel(req->task->io_uring, &cd, issue_flags);
406 struct io_cancel_data cd = { .ctx = ctx, .data = user_data, }; variable in typeref:struct:io_cancel_data
407 struct io_kiocb *req = io_timeout_extract(ctx, &cd);
470 struct io_cancel_data cd = { .ctx = ctx, .data = tr->addr, }; local
473 ret = io_timeout_cancel(ctx, &cd);
[all...]
H A Dfutex.c122 int io_futex_cancel(struct io_ring_ctx *ctx, struct io_cancel_data *cd, argument
129 if (cd->flags & (IORING_ASYNC_CANCEL_FD|IORING_ASYNC_CANCEL_FD_FIXED))
134 if (req->cqe.user_data != cd->data &&
135 !(cd->flags & IORING_ASYNC_CANCEL_ANY))
139 if (!(cd->flags & IORING_ASYNC_CANCEL_ALL))
H A Dwaitid.c159 int io_waitid_cancel(struct io_ring_ctx *ctx, struct io_cancel_data *cd, argument
166 if (cd->flags & (IORING_ASYNC_CANCEL_FD|IORING_ASYNC_CANCEL_FD_FIXED))
171 if (req->cqe.user_data != cd->data &&
172 !(cd->flags & IORING_ASYNC_CANCEL_ANY))
176 if (!(cd->flags & IORING_ASYNC_CANCEL_ALL))
/linux-master/include/linux/
H A Ddca.h22 struct device *cd; member in struct:dca_provider
H A Dhost1x.h478 void host1x_memory_context_get(struct host1x_memory_context *cd);
479 void host1x_memory_context_put(struct host1x_memory_context *cd);
488 static inline void host1x_memory_context_get(struct host1x_memory_context *cd) argument
492 static inline void host1x_memory_context_put(struct host1x_memory_context *cd) argument
/linux-master/net/bluetooth/cmtp/
H A Dsock.c69 struct cmtp_conndel_req cd; local
107 if (copy_from_user(&cd, argp, sizeof(cd)))
110 return cmtp_del_connection(&cd);
/linux-master/net/bluetooth/hidp/
H A Dsock.c53 struct hidp_conndel_req cd; local
94 if (copy_from_user(&cd, argp, sizeof(cd)))
97 return hidp_connection_del(&cd);
/linux-master/net/bluetooth/bnep/
H A Dsock.c57 struct bnep_conndel_req cd; local
96 if (copy_from_user(&cd, argp, sizeof(cd)))
99 return bnep_del_connection(&cd);
/linux-master/drivers/s390/cio/
H A Dfcx.c284 * @cd: pointer to control data for this dcw or NULL if none is required
289 * by @cmd, @flags, @cd, @cd_count and @count to the tca of the tccb. Return
297 void *cd, u8 cd_count, u32 count)
316 if (cd)
317 memcpy(&dcw->cd[0], cd, cd_count);
296 tccb_add_dcw(struct tccb *tccb, size_t tccb_size, u8 cmd, u8 flags, void *cd, u8 cd_count, u32 count) argument
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_common.c301 * @cd: pointer to command details structure or NULL
313 struct ice_sq_cd *cd)
329 status = ice_aq_send_cmd(hw, &desc, buf, buf_size, cd);
360 * @cd: pointer to command details structure or NULL
367 struct ice_sq_cd *cd)
392 status = ice_aq_send_cmd(hw, &desc, pcaps, pcaps_size, cd);
452 * @cd: pointer to command details structure or NULL
462 struct ice_sq_cd *cd)
479 return ice_aq_send_cmd(pi->hw, &desc, NULL, 0, cd);
714 * @cd
312 ice_aq_manage_mac_read(struct ice_hw *hw, void *buf, u16 buf_size, struct ice_sq_cd *cd) argument
365 ice_aq_get_phy_caps(struct ice_port_info *pi, bool qual_mods, u8 report_mode, struct ice_aqc_get_phy_caps_data *pcaps, struct ice_sq_cd *cd) argument
461 ice_aq_get_link_topo_handle(struct ice_port_info *pi, u8 node_type, struct ice_sq_cd *cd) argument
719 ice_aq_get_link_info(struct ice_port_info *pi, bool ena_lse, struct ice_link_status *link, struct ice_sq_cd *cd) argument
869 ice_aq_set_mac_cfg(struct ice_hw *hw, u16 max_frame_size, struct ice_sq_cd *cd) argument
1457 ice_sbq_send_cmd(struct ice_hw *hw, struct ice_sbq_cmd_desc *desc, void *buf, u16 buf_size, struct ice_sq_cd *cd) argument
1544 ice_sq_send_cmd_retry(struct ice_hw *hw, struct ice_ctl_q_info *cq, struct ice_aq_desc *desc, void *buf, u16 buf_size, struct ice_sq_cd *cd) argument
1592 ice_aq_send_cmd(struct ice_hw *hw, struct ice_aq_desc *desc, void *buf, u16 buf_size, struct ice_sq_cd *cd) argument
1647 ice_aq_get_fw_ver(struct ice_hw *hw, struct ice_sq_cd *cd) argument
1683 ice_aq_send_driver_ver(struct ice_hw *hw, struct ice_driver_ver *dv, struct ice_sq_cd *cd) argument
1761 ice_aq_req_res(struct ice_hw *hw, enum ice_aq_res_ids res, enum ice_aq_res_access_type access, u8 sdp_number, u32 *timeout, struct ice_sq_cd *cd) argument
1830 ice_aq_release_res(struct ice_hw *hw, enum ice_aq_res_ids res, u8 sdp_number, struct ice_sq_cd *cd) argument
2747 ice_aq_list_caps(struct ice_hw *hw, void *buf, u16 buf_size, u32 *cap_count, enum ice_adminq_opc opc, struct ice_sq_cd *cd) argument
2931 ice_aq_manage_mac_write(struct ice_hw *hw, const u8 *mac_addr, u8 flags, struct ice_sq_cd *cd) argument
2984 ice_aq_set_port_params(struct ice_port_info *pi, bool double_vlan, struct ice_sq_cd *cd) argument
3212 ice_aq_set_phy_cfg(struct ice_hw *hw, struct ice_port_info *pi, struct ice_aqc_set_phy_cfg_data *cfg, struct ice_sq_cd *cd) argument
3677 ice_aq_set_link_restart_an(struct ice_port_info *pi, bool ena_link, struct ice_sq_cd *cd) argument
3707 ice_aq_set_event_mask(struct ice_hw *hw, u8 port_num, u16 mask, struct ice_sq_cd *cd) argument
3732 ice_aq_set_mac_loopback(struct ice_hw *hw, bool ena_lpbk, struct ice_sq_cd *cd) argument
3755 ice_aq_set_port_id_led(struct ice_port_info *pi, bool is_orig_mode, struct ice_sq_cd *cd) argument
3905 ice_aq_sff_eeprom(struct ice_hw *hw, u16 lport, u8 bus_addr, u16 mem_addr, u8 page, u8 set_page, u8 *data, u8 length, bool write, struct ice_sq_cd *cd) argument
4127 ice_aq_add_lan_txq(struct ice_hw *hw, u8 num_qgrps, struct ice_aqc_add_tx_qgrp *qg_list, u16 buf_size, struct ice_sq_cd *cd) argument
4175 ice_aq_dis_lan_txq(struct ice_hw *hw, u8 num_qgrps, struct ice_aqc_dis_txq_item *qg_list, u16 buf_size, enum ice_disq_rst_src rst_src, u16 vmvf_num, struct ice_sq_cd *cd) argument
4275 ice_aq_cfg_lan_txq(struct ice_hw *hw, struct ice_aqc_cfg_txqs_buf *buf, u16 buf_size, u16 num_qs, u8 oldport, u8 newport, struct ice_sq_cd *cd) argument
4315 ice_aq_add_rdma_qsets(struct ice_hw *hw, u8 num_qset_grps, struct ice_aqc_add_rdma_qset_data *qset_list, u16 buf_size, struct ice_sq_cd *cd) argument
4588 ice_ena_vsi_txq(struct ice_port_info *pi, u16 vsi_handle, u8 tc, u16 q_handle, u8 num_qgrps, struct ice_aqc_add_tx_qgrp *buf, u16 buf_size, struct ice_sq_cd *cd) argument
4693 ice_dis_vsi_txq(struct ice_port_info *pi, u16 vsi_handle, u8 tc, u8 num_queues, u16 *q_handles, u16 *q_ids, u32 *q_teids, enum ice_disq_rst_src rst_src, u16 vmvf_num, struct ice_sq_cd *cd) argument
5561 ice_aq_read_i2c(struct ice_hw *hw, struct ice_aqc_link_topo_addr topo_addr, u16 bus_addr, __le16 addr, u8 params, u8 *data, struct ice_sq_cd *cd) argument
5616 ice_aq_write_i2c(struct ice_hw *hw, struct ice_aqc_link_topo_addr topo_addr, u16 bus_addr, __le16 addr, u8 params, const u8 *data, struct ice_sq_cd *cd) argument
5654 ice_aq_set_gpio(struct ice_hw *hw, u16 gpio_ctrl_handle, u8 pin_idx, bool value, struct ice_sq_cd *cd) argument
5681 ice_aq_get_gpio(struct ice_hw *hw, u16 gpio_ctrl_handle, u8 pin_idx, bool *value, struct ice_sq_cd *cd) argument
5836 ice_aq_set_lldp_mib(struct ice_hw *hw, u8 mib_type, void *buf, u16 buf_size, struct ice_sq_cd *cd) argument
[all...]
H A Dice_dcb.c17 * @cd: pointer to command details structure or NULL
24 struct ice_sq_cd *cd)
42 status = ice_aq_send_cmd(hw, &desc, buf, buf_size, cd);
57 * @cd: pointer to command details structure or NULL
64 struct ice_sq_cd *cd)
79 return ice_aq_send_cmd(hw, &desc, NULL, 0, cd);
89 * @cd: pointer to command details structure or NULL
95 struct ice_sq_cd *cd)
110 return ice_aq_send_cmd(hw, &desc, NULL, 0, cd);
117 * @cd
22 ice_aq_get_lldp_mib(struct ice_hw *hw, u8 bridge_type, u8 mib_type, void *buf, u16 buf_size, u16 *local_len, u16 *remote_len, struct ice_sq_cd *cd) argument
63 ice_aq_cfg_lldp_mib_change(struct ice_hw *hw, bool ena_update, struct ice_sq_cd *cd) argument
94 ice_aq_stop_lldp(struct ice_hw *hw, bool shutdown_lldp_agent, bool persist, struct ice_sq_cd *cd) argument
121 ice_aq_start_lldp(struct ice_hw *hw, bool persist, struct ice_sq_cd *cd) argument
676 ice_aq_start_stop_dcbx(struct ice_hw *hw, bool start_dcbx_agent, bool *dcbx_agent_status, struct ice_sq_cd *cd) argument
713 ice_aq_get_cee_dcb_cfg(struct ice_hw *hw, struct ice_aqc_get_cee_dcb_cfg_resp *buff, struct ice_sq_cd *cd) argument
733 ice_aq_set_pfc_mode(struct ice_hw *hw, u8 pfc_mode, struct ice_sq_cd *cd) argument
1535 ice_aq_query_port_ets(struct ice_port_info *pi, struct ice_aqc_port_ets_elem *buf, u16 buf_size, struct ice_sq_cd *cd) argument
1629 ice_query_port_ets(struct ice_port_info *pi, struct ice_aqc_port_ets_elem *buf, u16 buf_size, struct ice_sq_cd *cd) argument
[all...]
H A Dice_vf_mbx.c15 * @cd: pointer to command details
23 u8 *msg, u16 msglen, struct ice_sq_cd *cd)
39 return ice_sq_send_cmd(hw, &hw->mailboxq, &desc, msg, msglen, cd);
22 ice_aq_send_msg_to_vf(struct ice_hw *hw, u16 vfid, u32 v_opcode, u32 v_retval, u8 *msg, u16 msglen, struct ice_sq_cd *cd) argument
/linux-master/drivers/accel/ivpu/
H A Divpu_mmu.c701 u64 cd[4]; local
710 cd[0] = FIELD_PREP(IVPU_MMU_CD_0_TCR_T0SZ, IVPU_MMU_T0SZ_48BIT) |
722 cd[1] = cd_dma & IVPU_MMU_CD_1_TTB0_MASK;
723 cd[2] = 0;
724 cd[3] = 0x0000000000007444;
728 cd[0] |= IVPU_MMU_CD_0_A;
730 memset(cd, 0, sizeof(cd));
733 WRITE_ONCE(entry[1], cd[1]);
734 WRITE_ONCE(entry[2], cd[
[all...]
/linux-master/arch/arm/include/asm/
H A Decard.h99 unsigned char cd:1; /* Chunk dir present */ member in struct:in_ecid
181 * cd : where to put read data
186 extern int ecard_readchunk (struct in_chunk_dir *cd, struct expansion_card *ec, int id, int num);
/linux-master/arch/arm/mach-omap2/
H A Dcm3xxx.c174 struct clkdm_dep *cd; local
177 for (cd = clkdm->sleepdep_srcs; cd && cd->clkdm_name; cd++) {
178 if (!cd->clkdm)
181 mask |= 1 << cd->clkdm->dep_bit;
182 cd->sleepdep_usecount = 0;
/linux-master/arch/arm/mach-rpc/
H A Dirq.c112 void *cd = irq_data_get_irq_chip_data(d); local
114 return (void __iomem *)(unsigned long)cd;
/linux-master/include/linux/mfd/
H A Ducb1x00.h161 #define classdev_to_ucb1x00(cd) container_of(cd, struct ucb1x00, dev)
/linux-master/arch/s390/include/asm/
H A Dcpu_mf.h67 unsigned int cd:1; /* 31: diag-sampling activation control */ member in struct:hws_qsi_info_block
90 unsigned int cd:1; /* 63: diag-sampling activation control */ member in struct:hws_lsctl_request_block
H A Dnmi.h45 u64 cd : 1; /* 04 timing-facility damage */ member in struct:mci::__anon5
/linux-master/include/media/
H A Dv4l2-dev.h324 * @cd: pointer to &struct device
326 #define to_video_device(cd) container_of(cd, struct video_device, dev)
/linux-master/include/scsi/
H A Dscsi_common.h87 int scsi_set_sense_field_pointer(u8 *buf, int buf_len, u16 fp, u8 bp, bool cd);
/linux-master/drivers/media/i2c/
H A Dmsp3400-kthreads.c494 struct msp3400c_carrier_detect *cd; local
535 cd = msp3400c_carrier_detect_main;
546 msp3400c_set_carrier(client, cd[i].cdo, cd[i].cdo);
557 "carrier1 val: %5d / %s\n", val, cd[i].name);
563 cd = msp3400c_carrier_detect_55;
567 cd = msp3400c_carrier_detect_65;
573 cd = NULL;
580 cd = NULL;
585 msp3400c_set_carrier(client, cd[
[all...]

Completed in 216 milliseconds

123456789