Home
last modified time | relevance | path

Searched defs:ctrl (Results 51 – 75 of 1163) sorted by relevance

12345678910>>...47

/Linux-v5.4/drivers/net/ethernet/freescale/fs_enet/
Dmii-bitbang.c31 struct mdiobb_ctrl ctrl; member
58 static inline void mdio_dir(struct mdiobb_ctrl *ctrl, int dir) in mdio_dir()
71 static inline int mdio_read(struct mdiobb_ctrl *ctrl) in mdio_read()
77 static inline void mdio(struct mdiobb_ctrl *ctrl, int what) in mdio()
90 static inline void mdc(struct mdiobb_ctrl *ctrl, int what) in mdc()
/Linux-v5.4/drivers/staging/comedi/drivers/
Dcomedi_parport.c90 unsigned int ctrl; in parport_data_reg_insn_config() local
122 unsigned int ctrl; in parport_ctrl_reg_insn_bits() local
187 unsigned int ctrl; in parport_intr_cmd() local
199 unsigned int ctrl; in parport_intr_cancel() local
212 unsigned int ctrl; in parport_interrupt() local
/Linux-v5.4/drivers/nvme/target/
Dfabrics-cmd.c37 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_execute_prop_get() local
102 static u16 nvmet_install_queue(struct nvmet_ctrl *ctrl, struct nvmet_req *req) in nvmet_install_queue()
147 struct nvmet_ctrl *ctrl = NULL; in nvmet_execute_admin_connect() local
210 struct nvmet_ctrl *ctrl = NULL; in nvmet_execute_io_connect() local
Dadmin-cmd.c39 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_execute_get_log_page_error() local
104 struct nvmet_ctrl *ctrl; in nvmet_get_smart_log_all() local
195 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_execute_get_log_changed_ns() local
220 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_format_ana_group() local
287 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_execute_identify_ctrl() local
479 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_execute_identify_nslist() local
786 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_execute_async_event() local
802 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_execute_keep_alive() local
/Linux-v5.4/drivers/media/platform/vivid/
Dvivid-ctrls.c99 static int vivid_user_gen_s_ctrl(struct v4l2_ctrl *ctrl) in vivid_user_gen_s_ctrl()
268 static int vivid_fb_s_ctrl(struct v4l2_ctrl *ctrl) in vivid_fb_s_ctrl()
295 static int vivid_user_vid_g_volatile_ctrl(struct v4l2_ctrl *ctrl) in vivid_user_vid_g_volatile_ctrl()
307 static int vivid_user_vid_s_ctrl(struct v4l2_ctrl *ctrl) in vivid_user_vid_s_ctrl()
348 static int vivid_vid_cap_s_ctrl(struct v4l2_ctrl *ctrl) in vivid_vid_cap_s_ctrl()
865 static int vivid_loop_cap_s_ctrl(struct v4l2_ctrl *ctrl) in vivid_loop_cap_s_ctrl()
896 static int vivid_vbi_cap_s_ctrl(struct v4l2_ctrl *ctrl) in vivid_vbi_cap_s_ctrl()
924 static int vivid_vid_out_s_ctrl(struct v4l2_ctrl *ctrl) in vivid_vid_out_s_ctrl()
1044 static int vivid_streaming_s_ctrl(struct v4l2_ctrl *ctrl) in vivid_streaming_s_ctrl()
1183 static int vivid_sdtv_cap_s_ctrl(struct v4l2_ctrl *ctrl) in vivid_sdtv_cap_s_ctrl()
[all …]
/Linux-v5.4/drivers/media/common/
Dcx2341x.c266 struct v4l2_ext_control *ctrl) in cx2341x_get_ctrl()
380 struct v4l2_ext_control *ctrl) in cx2341x_set_ctrl()
924 static int v4l2_ctrl_check(struct v4l2_ext_control *ctrl, struct v4l2_queryctrl *qctrl, in v4l2_ctrl_check()
958 struct v4l2_ext_control *ctrl = ctrls->controls + i; in cx2341x_ext_ctrls() local
969 struct v4l2_ext_control *ctrl = ctrls->controls + i; in cx2341x_ext_ctrls() local
1190 struct v4l2_ext_control ctrl; in cx2341x_menu_item() local
1295 static inline struct cx2341x_handler *to_cxhdl(struct v4l2_ctrl *ctrl) in to_cxhdl()
1316 static inline int cx2341x_neq(struct v4l2_ctrl *ctrl) in cx2341x_neq()
1321 static int cx2341x_try_ctrl(struct v4l2_ctrl *ctrl) in cx2341x_try_ctrl()
1361 static int cx2341x_s_ctrl(struct v4l2_ctrl *ctrl) in cx2341x_s_ctrl()
/Linux-v5.4/drivers/infiniband/sw/siw/
Diwarp.h112 static inline u8 __ddp_get_version(struct iwarp_ctrl *ctrl) in __ddp_get_version()
117 static inline void __ddp_set_version(struct iwarp_ctrl *ctrl, u8 version) in __ddp_set_version()
124 static inline u8 __rdmap_get_version(struct iwarp_ctrl *ctrl) in __rdmap_get_version()
131 static inline void __rdmap_set_version(struct iwarp_ctrl *ctrl, u8 version) in __rdmap_set_version()
137 static inline u8 __rdmap_get_opcode(struct iwarp_ctrl *ctrl) in __rdmap_get_opcode()
142 static inline void __rdmap_set_opcode(struct iwarp_ctrl *ctrl, u8 opcode) in __rdmap_set_opcode()
149 struct iwarp_ctrl ctrl; member
155 struct iwarp_ctrl ctrl; member
168 struct iwarp_ctrl ctrl; member
174 struct iwarp_ctrl ctrl; member
[all …]
/Linux-v5.4/drivers/staging/isdn/avm/
Db1.c278 int b1_load_firmware(struct capi_ctr *ctrl, capiloaddata *data) in b1_load_firmware()
322 void b1_reset_ctr(struct capi_ctr *ctrl) in b1_reset_ctr()
339 void b1_register_appl(struct capi_ctr *ctrl, in b1_register_appl()
363 void b1_release_appl(struct capi_ctr *ctrl, u16 appl) in b1_release_appl()
377 u16 b1_send_message(struct capi_ctr *ctrl, struct sk_buff *skb) in b1_send_message()
418 struct capi_ctr *ctrl = &cinfo->capi_ctrl; in b1_parse_version() local
494 struct capi_ctr *ctrl = &cinfo->capi_ctrl; in b1_interrupt() local
642 struct capi_ctr *ctrl = m->private; in b1_proc_show() local
Dt1isa.c139 struct capi_ctr *ctrl = &cinfo->capi_ctrl; in t1isa_interrupt() local
285 static int t1isa_load_firmware(struct capi_ctr *ctrl, capiloaddata *data) in t1isa_load_firmware()
328 static void t1isa_reset_ctr(struct capi_ctr *ctrl) in t1isa_reset_ctr()
458 static u16 t1isa_send_message(struct capi_ctr *ctrl, struct sk_buff *skb) in t1isa_send_message()
494 static char *t1isa_procinfo(struct capi_ctr *ctrl) in t1isa_procinfo()
/Linux-v5.4/drivers/usb/dwc3/
Dep0.c308 struct usb_ctrlrequest *ctrl) in dwc3_ep0_handle_status()
444 struct usb_ctrlrequest *ctrl, int set) in dwc3_ep0_handle_device()
482 struct usb_ctrlrequest *ctrl, int set) in dwc3_ep0_handle_intf()
507 struct usb_ctrlrequest *ctrl, int set) in dwc3_ep0_handle_endpoint()
536 struct usb_ctrlrequest *ctrl, int set) in dwc3_ep0_handle_feature()
560 static int dwc3_ep0_set_address(struct dwc3 *dwc, struct usb_ctrlrequest *ctrl) in dwc3_ep0_set_address()
590 static int dwc3_ep0_delegate_req(struct dwc3 *dwc, struct usb_ctrlrequest *ctrl) in dwc3_ep0_delegate_req()
600 static int dwc3_ep0_set_config(struct dwc3 *dwc, struct usb_ctrlrequest *ctrl) in dwc3_ep0_set_config()
697 static int dwc3_ep0_set_sel(struct dwc3 *dwc, struct usb_ctrlrequest *ctrl) in dwc3_ep0_set_sel()
731 static int dwc3_ep0_set_isoch_delay(struct dwc3 *dwc, struct usb_ctrlrequest *ctrl) in dwc3_ep0_set_isoch_delay()
[all …]
/Linux-v5.4/drivers/media/platform/qcom/venus/
Dvdec_ctrls.c13 static int vdec_op_s_ctrl(struct v4l2_ctrl *ctrl) in vdec_op_s_ctrl()
38 static int vdec_op_g_volatile_ctrl(struct v4l2_ctrl *ctrl) in vdec_op_g_volatile_ctrl()
86 struct v4l2_ctrl *ctrl; in vdec_ctrl_init() local
/Linux-v5.4/drivers/pci/hotplug/
Dcpqphp_pci.c70 int cpqhp_configure_device(struct controller *ctrl, struct pci_func *func) in cpqhp_configure_device()
199 static int PCI_ScanBusForNonBridge(struct controller *ctrl, u8 bus_num, u8 *dev_num) in PCI_ScanBusForNonBridge()
237 static int PCI_GetBusDevHelper(struct controller *ctrl, u8 *bus_num, u8 *dev_num, u8 slot, u8 nobri… in PCI_GetBusDevHelper()
276 int cpqhp_get_bus_dev(struct controller *ctrl, u8 *bus_num, u8 *dev_num, u8 slot) in cpqhp_get_bus_dev()
297 int cpqhp_save_config(struct controller *ctrl, int busnumber, int is_hot_plug) in cpqhp_save_config()
464 int cpqhp_save_slot_config(struct controller *ctrl, struct pci_func *new_slot) in cpqhp_save_slot_config()
548 int cpqhp_save_base_addr_length(struct controller *ctrl, struct pci_func *func) in cpqhp_save_base_addr_length()
685 int cpqhp_save_used_resources(struct controller *ctrl, struct pci_func *func) in cpqhp_save_used_resources()
948 int cpqhp_configure_board(struct controller *ctrl, struct pci_func *func) in cpqhp_configure_board()
1026 int cpqhp_valid_replace(struct controller *ctrl, struct pci_func *func) in cpqhp_valid_replace()
[all …]
Dshpchp_core.c64 static int init_slots(struct controller *ctrl) in init_slots()
130 void cleanup_slots(struct controller *ctrl) in cleanup_slots()
258 struct controller *ctrl; in shpc_probe() local
306 struct controller *ctrl = pci_get_drvdata(dev); in shpc_remove() local
/Linux-v5.4/net/caif/
Dcfctrl.c22 static int handle_loop(struct cfctrl *ctrl, in handle_loop()
63 struct cfctrl *ctrl = container_obj(layer); in cfctrl_remove() local
129 static void cfctrl_insert_req(struct cfctrl *ctrl, in cfctrl_insert_req()
140 static struct cfctrl_request_info *cfctrl_remove_req(struct cfctrl *ctrl, in cfctrl_remove_req()
334 struct cfctrl *ctrl = container_obj(layr); in cfctrl_cancel_req() local
551 static void cfctrl_ctrlcmd(struct cflayer *layr, enum caif_ctrlcmd ctrl, in cfctrl_ctrlcmd()
586 static int handle_loop(struct cfctrl *ctrl, int cmd, struct cfpkt *pkt) in handle_loop()
/Linux-v5.4/drivers/crypto/caam/
Dctrl.c93 struct caam_ctrl __iomem *ctrl = ctrlpriv->ctrl; in run_descriptor_deco0() local
201 struct caam_ctrl __iomem *ctrl; in instantiate_rng() local
311 struct caam_ctrl __iomem *ctrl; in caam_remove() local
353 struct caam_ctrl __iomem *ctrl; in kick_trng() local
394 static int caam_get_era_from_hw(struct caam_ctrl __iomem *ctrl) in caam_get_era_from_hw()
443 static int caam_get_era(struct caam_ctrl __iomem *ctrl) in caam_get_era()
579 struct caam_ctrl __iomem *ctrl; in caam_probe() local
/Linux-v5.4/arch/powerpc/sysdev/
Dfsl_lbc.c185 static int fsl_lbc_ctrl_init(struct fsl_lbc_ctrl *ctrl, in fsl_lbc_ctrl_init()
211 struct fsl_lbc_ctrl *ctrl = data; in fsl_lbc_ctrl_irq() local
354 struct fsl_lbc_ctrl *ctrl; in fsl_lbc_syscore_suspend() local
378 struct fsl_lbc_ctrl *ctrl; in fsl_lbc_syscore_resume() local
/Linux-v5.4/sound/soc/codecs/
Dsigmadsp.c107 struct sigmadsp_control *ctrl = (void *)kcontrol->private_value; in sigmadsp_ctrl_info() local
116 struct sigmadsp_control *ctrl, void *data) in sigmadsp_ctrl_write()
130 struct sigmadsp_control *ctrl = (void *)kcontrol->private_value; in sigmadsp_ctrl_put() local
155 struct sigmadsp_control *ctrl = (void *)kcontrol->private_value; in sigmadsp_ctrl_get() local
179 struct sigmadsp_control *ctrl = (void *)kcontrol->private_value; in sigmadsp_control_free() local
201 struct sigmadsp_control *ctrl; in sigma_fw_load_control() local
455 struct sigmadsp_control *ctrl, *_ctrl; in sigmadsp_firmware_release() local
630 struct sigmadsp_control *ctrl, unsigned int samplerate_mask) in sigmadsp_alloc_control()
657 struct sigmadsp_control *ctrl, unsigned int samplerate_mask) in sigmadsp_activate_ctrl()
706 struct sigmadsp_control *ctrl; in sigmadsp_attach() local
[all …]
/Linux-v5.4/drivers/mtd/nand/raw/
Dfsl_ifc_nand.c32 struct fsl_ifc_ctrl *ctrl; member
143 struct fsl_ifc_ctrl *ctrl = priv->ctrl; in set_addr() local
163 static int check_read_ecc(struct mtd_info *mtd, struct fsl_ifc_ctrl *ctrl, in check_read_ecc()
176 struct fsl_ifc_ctrl *ctrl = priv->ctrl; in fsl_ifc_run_command() local
255 struct fsl_ifc_ctrl *ctrl = priv->ctrl; in fsl_ifc_do_read() local
295 struct fsl_ifc_ctrl *ctrl = priv->ctrl; in fsl_ifc_cmdfunc() local
608 struct fsl_ifc_ctrl *ctrl = priv->ctrl; in fsl_ifc_wait() local
672 struct fsl_ifc_ctrl *ctrl = priv->ctrl; in fsl_ifc_read_page() local
755 struct fsl_ifc_ctrl *ctrl = priv->ctrl; in fsl_ifc_sram_init() local
832 struct fsl_ifc_ctrl *ctrl = priv->ctrl; in fsl_ifc_chip_init() local
/Linux-v5.4/drivers/media/i2c/
Dlm3560.c160 static int lm3560_get_ctrl(struct v4l2_ctrl *ctrl, enum lm3560_led_id led_no) in lm3560_get_ctrl()
187 static int lm3560_set_ctrl(struct v4l2_ctrl *ctrl, enum lm3560_led_id led_no) in lm3560_set_ctrl()
247 static int lm3560_led1_get_ctrl(struct v4l2_ctrl *ctrl) in lm3560_led1_get_ctrl()
252 static int lm3560_led1_set_ctrl(struct v4l2_ctrl *ctrl) in lm3560_led1_set_ctrl()
257 static int lm3560_led0_get_ctrl(struct v4l2_ctrl *ctrl) in lm3560_led0_get_ctrl()
262 static int lm3560_led0_set_ctrl(struct v4l2_ctrl *ctrl) in lm3560_led0_set_ctrl()
/Linux-v5.4/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
Dnv50.c28 pwm_info(struct nvkm_therm *therm, int *line, int *ctrl, int *indx) in pwm_info()
59 int ctrl, id, ret = pwm_info(therm, &line, &ctrl, &id); in nv50_fan_pwm_ctrl() local
69 int ctrl, id, ret = pwm_info(therm, &line, &ctrl, &id); in nv50_fan_pwm_get() local
86 int ctrl, id, ret = pwm_info(therm, &line, &ctrl, &id); in nv50_fan_pwm_set() local
/Linux-v5.4/drivers/net/ethernet/samsung/sxgbe/
Dsxgbe_core.c187 u32 ctrl; in sxgbe_set_eee_mode() local
201 u32 ctrl; in sxgbe_reset_eee_mode() local
210 u32 ctrl; in sxgbe_set_eee_pls() local
240 u32 ctrl; in sxgbe_enable_rx_csum() local
249 u32 ctrl; in sxgbe_disable_rx_csum() local
/Linux-v5.4/drivers/firmware/imx/
Dmisc.c16 u32 ctrl; member
31 u32 ctrl; member
52 u8 ctrl, u32 val) in imx_sc_misc_set_control()
82 u8 ctrl, u32 *val) in imx_sc_misc_get_control()
/Linux-v5.4/net/bluetooth/
Damp.c17 void amp_ctrl_get(struct amp_ctrl *ctrl) in amp_ctrl_get()
27 struct amp_ctrl *ctrl = container_of(kref, struct amp_ctrl, kref); in amp_ctrl_destroy() local
35 int amp_ctrl_put(struct amp_ctrl *ctrl) in amp_ctrl_put()
45 struct amp_ctrl *ctrl; in amp_ctrl_add() local
65 struct amp_ctrl *ctrl, *n; in amp_ctrl_list_flush() local
79 struct amp_ctrl *ctrl; in amp_ctrl_lookup() local
334 struct amp_ctrl *ctrl; in amp_write_rem_assoc_frag() local
/Linux-v5.4/arch/powerpc/platforms/82xx/
Dep8248e.c60 static void ep8248e_set_mdc(struct mdiobb_ctrl *ctrl, int level) in ep8248e_set_mdc()
71 static void ep8248e_set_mdio_dir(struct mdiobb_ctrl *ctrl, int output) in ep8248e_set_mdio_dir()
82 static void ep8248e_set_mdio_data(struct mdiobb_ctrl *ctrl, int data) in ep8248e_set_mdio_data()
93 static int ep8248e_get_mdio_data(struct mdiobb_ctrl *ctrl) in ep8248e_get_mdio_data()
/Linux-v5.4/drivers/misc/mei/
Ddma-ring.c113 struct hbm_dma_ring_ctrl *ctrl = mei_dma_ring_ctrl(dev); in mei_dma_ring_reset() local
169 struct hbm_dma_ring_ctrl *ctrl = mei_dma_ring_ctrl(dev); in mei_dma_ring_read() local
215 struct hbm_dma_ring_ctrl *ctrl = mei_dma_ring_ctrl(dev); in mei_dma_ring_empty_slots() local
246 struct hbm_dma_ring_ctrl *ctrl = mei_dma_ring_ctrl(dev); in mei_dma_ring_write() local

12345678910>>...47