/linux-4.4.14/drivers/pci/hotplug/ |
D | pciehp_hpc.c | 44 static inline struct pci_dev *ctrl_dev(struct controller *ctrl) in ctrl_dev() 55 struct controller *ctrl = (struct controller *)data; in int_poll_timeout() local 68 static void start_int_poll_timer(struct controller *ctrl, int sec) in start_int_poll_timer() 80 static inline int pciehp_request_irq(struct controller *ctrl) in pciehp_request_irq() 99 static inline void pciehp_free_irq(struct controller *ctrl) in pciehp_free_irq() 107 static int pcie_poll_cmd(struct controller *ctrl, int timeout) in pcie_poll_cmd() 133 static void pcie_wait_cmd(struct controller *ctrl) in pcie_wait_cmd() 181 static void pcie_do_write_cmd(struct controller *ctrl, u16 cmd, in pcie_do_write_cmd() 225 static void pcie_write_cmd(struct controller *ctrl, u16 cmd, u16 mask) in pcie_write_cmd() 231 static void pcie_write_cmd_nowait(struct controller *ctrl, u16 cmd, u16 mask) in pcie_write_cmd_nowait() [all …]
|
D | pciehp.h | 59 #define ctrl_dbg(ctrl, format, arg...) \ argument 65 #define ctrl_err(ctrl, format, arg...) \ argument 67 #define ctrl_info(ctrl, format, arg...) \ argument 69 #define ctrl_warn(ctrl, format, arg...) \ argument 75 struct controller *ctrl; member 117 #define ATTN_BUTTN(ctrl) ((ctrl)->slot_cap & PCI_EXP_SLTCAP_ABP) argument 118 #define POWER_CTRL(ctrl) ((ctrl)->slot_cap & PCI_EXP_SLTCAP_PCP) argument 119 #define MRL_SENS(ctrl) ((ctrl)->slot_cap & PCI_EXP_SLTCAP_MRLSP) argument 120 #define ATTN_LED(ctrl) ((ctrl)->slot_cap & PCI_EXP_SLTCAP_AIP) argument 121 #define PWR_LED(ctrl) ((ctrl)->slot_cap & PCI_EXP_SLTCAP_PIP) argument [all …]
|
D | shpchp_ctrl.c | 59 u8 shpchp_handle_attention_button(u8 hp_slot, struct controller *ctrl) in shpchp_handle_attention_button() 82 u8 shpchp_handle_switch_change(u8 hp_slot, struct controller *ctrl) in shpchp_handle_switch_change() 120 u8 shpchp_handle_presence_change(u8 hp_slot, struct controller *ctrl) in shpchp_handle_presence_change() 155 u8 shpchp_handle_power_fault(u8 hp_slot, struct controller *ctrl) in shpchp_handle_power_fault() 192 static int change_bus_speed(struct controller *ctrl, struct slot *p_slot, in change_bus_speed() 207 static int fix_bus_speed(struct controller *ctrl, struct slot *pslot, in fix_bus_speed() 249 struct controller *ctrl = p_slot->ctrl; in board_added() local 354 struct controller *ctrl = p_slot->ctrl; in remove_board() local 488 struct controller *ctrl = p_slot->ctrl; in handle_button_press_event() local 573 struct controller *ctrl = p_slot->ctrl; in shpchp_enable_slot() local [all …]
|
D | pciehp_ctrl.c | 60 static void set_slot_off(struct controller *ctrl, struct slot *pslot) in set_slot_off() 88 struct controller *ctrl = p_slot->ctrl; in board_added() local 137 struct controller *ctrl = p_slot->ctrl; in remove_board() local 248 struct controller *ctrl = p_slot->ctrl; in handle_button_press_event() local 320 struct controller *ctrl = p_slot->ctrl; in handle_link_event() local 366 struct controller *ctrl = p_slot->ctrl; in interrupt_event_handler() local 408 struct controller *ctrl = p_slot->ctrl; in pciehp_enable_slot() local 448 struct controller *ctrl = p_slot->ctrl; in pciehp_disable_slot() local 468 struct controller *ctrl = p_slot->ctrl; in pciehp_sysfs_enable_slot() local 505 struct controller *ctrl = p_slot->ctrl; in pciehp_sysfs_disable_slot() local
|
D | shpchp_hpc.c | 186 static inline u8 shpc_readb(struct controller *ctrl, int reg) in shpc_readb() 191 static inline void shpc_writeb(struct controller *ctrl, int reg, u8 val) in shpc_writeb() 196 static inline u16 shpc_readw(struct controller *ctrl, int reg) in shpc_readw() 201 static inline void shpc_writew(struct controller *ctrl, int reg, u16 val) in shpc_writew() 206 static inline u32 shpc_readl(struct controller *ctrl, int reg) in shpc_readl() 211 static inline void shpc_writel(struct controller *ctrl, int reg, u32 val) in shpc_writel() 216 static inline int shpc_indirect_read(struct controller *ctrl, int index, in shpc_indirect_read() 234 struct controller *ctrl = (struct controller *)data; in int_poll_timeout() local 249 static void start_int_poll_timer(struct controller *ctrl, int sec) in start_int_poll_timer() 261 static inline int is_ctrl_busy(struct controller *ctrl) in is_ctrl_busy() [all …]
|
D | cpqphp_sysfs.c | 42 static int show_ctrl (struct controller *ctrl, char *buf) in show_ctrl() 80 static int show_dev (struct controller *ctrl, char *buf) in show_dev() 128 static int spew_debug_info(struct controller *ctrl, char *data, int size) in spew_debug_info() 140 struct controller *ctrl; member 147 struct controller *ctrl = inode->i_private; in open() local 211 void cpqhp_create_debugfs_files(struct controller *ctrl) in cpqhp_create_debugfs_files() 217 void cpqhp_remove_debugfs_files(struct controller *ctrl) in cpqhp_remove_debugfs_files()
|
D | cpqphp_core.c | 134 static int init_SERR(struct controller *ctrl) in init_SERR() 294 static int ctrl_slot_cleanup (struct controller *ctrl) in ctrl_slot_cleanup() 402 cpqhp_set_attention_status(struct controller *ctrl, struct pci_func *func, in cpqhp_set_attention_status() 446 struct controller *ctrl = slot->ctrl; in set_attention_status() local 473 struct controller *ctrl = slot->ctrl; in process_SI() local 505 struct controller *ctrl = slot->ctrl; in process_SS() local 532 struct controller *ctrl = slot->ctrl; in hardware_test() local 543 struct controller *ctrl = slot->ctrl; in get_power_status() local 554 struct controller *ctrl = slot->ctrl; in get_attention_status() local 565 struct controller *ctrl = slot->ctrl; in get_latch_status() local [all …]
|
D | cpqphp_ctrl.c | 67 static u8 handle_switch_change(u8 change, struct controller *ctrl) in handle_switch_change() 130 static struct slot *cpqhp_find_slot(struct controller *ctrl, u8 device) in cpqhp_find_slot() 141 static u8 handle_presence_change(u16 change, struct controller *ctrl) in handle_presence_change() 235 static u8 handle_power_fault(u8 change, struct controller *ctrl) in handle_power_fault() 893 struct controller *ctrl = data; in cpqhp_ctrl_intr() local 1129 static u8 set_controller_speed(struct controller *ctrl, u8 adapter_speed, u8 hp_slot) in set_controller_speed() 1270 static u32 board_replaced(struct pci_func *func, struct controller *ctrl) in board_replaced() 1421 static u32 board_added(struct pci_func *func, struct controller *ctrl) in board_added() 1626 static u32 remove_board(struct pci_func *func, u32 replace_flag, struct controller *ctrl) in remove_board() 1745 struct controller *ctrl; in event_thread() local [all …]
|
D | cpqphp_pci.c | 84 int cpqhp_configure_device (struct controller *ctrl, struct pci_func *func) in cpqhp_configure_device() 206 static int PCI_ScanBusForNonBridge(struct controller *ctrl, u8 bus_num, u8 *dev_num) in PCI_ScanBusForNonBridge() 244 static int PCI_GetBusDevHelper(struct controller *ctrl, u8 *bus_num, u8 *dev_num, u8 slot, u8 nobri… in PCI_GetBusDevHelper() 283 int cpqhp_get_bus_dev (struct controller *ctrl, u8 *bus_num, u8 *dev_num, u8 slot) in cpqhp_get_bus_dev() 304 int cpqhp_save_config(struct controller *ctrl, int busnumber, int is_hot_plug) in cpqhp_save_config() 468 int cpqhp_save_slot_config (struct controller *ctrl, struct pci_func *new_slot) in cpqhp_save_slot_config() 552 int cpqhp_save_base_addr_length(struct controller *ctrl, struct pci_func *func) in cpqhp_save_base_addr_length() 689 int cpqhp_save_used_resources (struct controller *ctrl, struct pci_func *func) in cpqhp_save_used_resources() 952 int cpqhp_configure_board(struct controller *ctrl, struct pci_func *func) in cpqhp_configure_board() 1030 int cpqhp_valid_replace(struct controller *ctrl, struct pci_func *func) in cpqhp_valid_replace() [all …]
|
D | pciehp_core.c | 85 static int init_slot(struct controller *ctrl) in init_slot() 140 static void cleanup_slot(struct controller *ctrl) in cleanup_slot() 214 struct controller *ctrl; in pciehp_probe() local 277 struct controller *ctrl = get_service_data(dev); in pciehp_remove() local 291 struct controller *ctrl; in pciehp_resume() local
|
D | shpchp_sysfs.c | 88 int shpchp_create_ctrl_files (struct controller *ctrl) in shpchp_create_ctrl_files() 93 void shpchp_remove_ctrl_files(struct controller *ctrl) in shpchp_remove_ctrl_files()
|
D | shpchp_core.c | 94 static int init_slots(struct controller *ctrl) in init_slots() 179 void cleanup_slots(struct controller *ctrl) in cleanup_slots() 305 struct controller *ctrl; in shpc_probe() local 350 struct controller *ctrl = pci_get_drvdata(dev); in shpc_remove() local
|
D | cpqphp.h | 275 struct controller *ctrl; member 479 static inline void set_SOGO(struct controller *ctrl) in set_SOGO() 489 static inline void amber_LED_on(struct controller *ctrl, u8 slot) in amber_LED_on() 499 static inline void amber_LED_off(struct controller *ctrl, u8 slot) in amber_LED_off() 509 static inline int read_amber_LED(struct controller *ctrl, u8 slot) in read_amber_LED() 520 static inline void green_LED_on(struct controller *ctrl, u8 slot) in green_LED_on() 529 static inline void green_LED_off(struct controller *ctrl, u8 slot) in green_LED_off() 539 static inline void green_LED_blink(struct controller *ctrl, u8 slot) in green_LED_blink() 550 static inline void slot_disable(struct controller *ctrl, u8 slot) in slot_disable() 560 static inline void slot_enable(struct controller *ctrl, u8 slot) in slot_enable() [all …]
|
D | shpchp_pci.c | 40 struct controller *ctrl = p_slot->ctrl; in shpchp_configure_device() local 86 struct controller *ctrl = p_slot->ctrl; in shpchp_unconfigure_device() local
|
D | pciehp_pci.c | 43 struct controller *ctrl = p_slot->ctrl; in pciehp_configure_device() local 84 struct controller *ctrl = p_slot->ctrl; in pciehp_unconfigure_device() local
|
D | shpchp.h | 62 #define ctrl_dbg(ctrl, format, arg...) \ argument 68 #define ctrl_err(ctrl, format, arg...) \ argument 70 #define ctrl_info(ctrl, format, arg...) \ argument 72 #define ctrl_warn(ctrl, format, arg...) \ argument 86 struct controller *ctrl; member 239 static inline struct slot *shpchp_find_slot(struct controller *ctrl, u8 device) in shpchp_find_slot()
|
D | cpqphp_nvram.h | 38 static inline int compaq_nvram_load(void __iomem *rom_start, struct controller *ctrl) in compaq_nvram_load()
|
D | ibmphp_hpc.c | 381 static u8 pci_ctrl_read (struct controller *ctrl, u8 offset) in pci_ctrl_read() 390 static u8 pci_ctrl_write (struct controller *ctrl, u8 offset, u8 data) in pci_ctrl_write() 1018 static int process_changeinlatch (u8 old, u8 new, struct controller *ctrl) in process_changeinlatch()
|
/linux-4.4.14/drivers/gpu/drm/msm/edp/ |
D | edp_ctrl.c | 153 static int edp_clk_init(struct edp_ctrl *ctrl) in edp_clk_init() 202 static int edp_clk_enable(struct edp_ctrl *ctrl, u32 clk_mask) in edp_clk_enable() 288 static void edp_clk_disable(struct edp_ctrl *ctrl, u32 clk_mask) in edp_clk_disable() 302 static int edp_regulator_init(struct edp_ctrl *ctrl) in edp_regulator_init() 325 static int edp_regulator_enable(struct edp_ctrl *ctrl) in edp_regulator_enable() 364 static void edp_regulator_disable(struct edp_ctrl *ctrl) in edp_regulator_disable() 371 static int edp_gpio_config(struct edp_ctrl *ctrl) in edp_gpio_config() 397 static void edp_ctrl_irq_enable(struct edp_ctrl *ctrl, int enable) in edp_ctrl_irq_enable() 414 static void edp_fill_link_cfg(struct edp_ctrl *ctrl) in edp_fill_link_cfg() 448 static void edp_config_ctrl(struct edp_ctrl *ctrl) in edp_config_ctrl() [all …]
|
D | edp.h | 43 struct edp_ctrl *ctrl; member
|
/linux-4.4.14/drivers/net/phy/ |
D | mdio-bitbang.c | 47 static void mdiobb_send_bit(struct mdiobb_ctrl *ctrl, int val) in mdiobb_send_bit() 59 static int mdiobb_get_bit(struct mdiobb_ctrl *ctrl) in mdiobb_get_bit() 72 static void mdiobb_send_num(struct mdiobb_ctrl *ctrl, u16 val, int bits) in mdiobb_send_num() 81 static u16 mdiobb_get_num(struct mdiobb_ctrl *ctrl, int bits) in mdiobb_get_num() 97 static void mdiobb_cmd(struct mdiobb_ctrl *ctrl, int op, u8 phy, u8 reg) in mdiobb_cmd() 137 static int mdiobb_cmd_addr(struct mdiobb_ctrl *ctrl, int phy, u32 addr) in mdiobb_cmd_addr() 157 struct mdiobb_ctrl *ctrl = bus->priv; in mdiobb_read() local 189 struct mdiobb_ctrl *ctrl = bus->priv; in mdiobb_write() local 210 struct mdiobb_ctrl *ctrl = bus->priv; in mdiobb_reset() local 216 struct mii_bus *alloc_mdio_bitbang(struct mdiobb_ctrl *ctrl) in alloc_mdio_bitbang() [all …]
|
D | mdio-gpio.c | 34 struct mdiobb_ctrl ctrl; member 72 static void mdio_dir(struct mdiobb_ctrl *ctrl, int dir) in mdio_dir() 95 static int mdio_get(struct mdiobb_ctrl *ctrl) in mdio_get() 104 static void mdio_set(struct mdiobb_ctrl *ctrl, int what) in mdio_set() 117 static void mdc_set(struct mdiobb_ctrl *ctrl, int what) in mdc_set()
|
D | mdio-moxart.c | 40 u32 ctrl = 0; in moxart_mdio_read() local 69 u32 ctrl = 0; in moxart_mdio_write() local
|
/linux-4.4.14/drivers/isdn/hysdn/ |
D | hycapi.c | 65 hycapi_reset_ctr(struct capi_ctr *ctrl) in hycapi_reset_ctr() 81 hycapi_remove_ctr(struct capi_ctr *ctrl) in hycapi_remove_ctr() 117 hycapi_sendmsg_internal(struct capi_ctr *ctrl, struct sk_buff *skb) in hycapi_sendmsg_internal() 151 hycapi_register_internal(struct capi_ctr *ctrl, __u16 appl, in hycapi_register_internal() 196 static void hycapi_restart_internal(struct capi_ctr *ctrl) in hycapi_restart_internal() 223 hycapi_register_appl(struct capi_ctr *ctrl, __u16 appl, in hycapi_register_appl() 262 static void hycapi_release_internal(struct capi_ctr *ctrl, __u16 appl) in hycapi_release_internal() 299 hycapi_release_appl(struct capi_ctr *ctrl, __u16 appl) in hycapi_release_appl() 326 struct capi_ctr *ctrl; in hycapi_capi_release() local 346 struct capi_ctr *ctrl; in hycapi_capi_stop() local [all …]
|
/linux-4.4.14/drivers/media/v4l2-core/ |
D | v4l2-ctrls.c | 40 struct v4l2_ctrl *ctrl; member 1203 static void fill_event(struct v4l2_event *ev, struct v4l2_ctrl *ctrl, u32 changes) in fill_event() 1225 static void send_event(struct v4l2_fh *fh, struct v4l2_ctrl *ctrl, u32 changes) in send_event() 1240 static bool std_equal(const struct v4l2_ctrl *ctrl, u32 idx, in std_equal() 1267 static void std_init(const struct v4l2_ctrl *ctrl, u32 idx, in std_init() 1302 static void std_log(const struct v4l2_ctrl *ctrl) in std_log() 1356 #define ROUND_TO_RANGE(val, offset_type, ctrl) \ argument 1373 static int std_validate(const struct v4l2_ctrl *ctrl, u32 idx, in std_validate() 1452 struct v4l2_ctrl *ctrl, in ptr_to_user() 1482 struct v4l2_ctrl *ctrl) in cur_to_user() [all …]
|
D | v4l2-flash-led-class.c | 47 struct v4l2_ctrl *ctrl, s32 intensity) in __intensity_to_led_brightness() 64 static s32 __led_brightness_to_intensity(struct v4l2_ctrl *ctrl, in __led_brightness_to_intensity() 83 struct v4l2_ctrl *ctrl) in v4l2_flash_set_led_brightness() 119 struct v4l2_ctrl *ctrl) in v4l2_flash_update_led_brightness() 412 struct v4l2_ctrl *ctrl; in v4l2_flash_init_controls() local
|
/linux-4.4.14/drivers/media/usb/uvc/ |
D | uvc_ctrl.c | 747 static inline __u8 *uvc_ctrl_data(struct uvc_control *ctrl, int id) in uvc_ctrl_data() 863 struct uvc_control *ctrl; in __uvc_find_control() local 894 struct uvc_control *ctrl = NULL; in uvc_find_control() local 918 struct uvc_control *ctrl) in uvc_ctrl_populate_cache() 974 struct uvc_control *ctrl, struct uvc_control_mapping *mapping, in __uvc_ctrl_get() 1012 struct uvc_control *ctrl, in __uvc_query_v4l2_ctrl() 1106 struct uvc_control *ctrl; in uvc_query_v4l2_ctrl() local 1140 struct uvc_control *ctrl; in uvc_query_v4l2_menu() local 1197 struct uvc_control *ctrl, in uvc_ctrl_fill_event() 1219 struct uvc_control *ctrl, struct uvc_control_mapping *mapping, in uvc_ctrl_send_event() [all …]
|
/linux-4.4.14/drivers/gpio/ |
D | gpio-ath79.c | 32 struct ath79_gpio_ctrl *ctrl = to_ath79_gpio_ctrl(chip); in ath79_gpio_set_value() local 42 struct ath79_gpio_ctrl *ctrl = to_ath79_gpio_ctrl(chip); in ath79_gpio_get_value() local 50 struct ath79_gpio_ctrl *ctrl = to_ath79_gpio_ctrl(chip); in ath79_gpio_direction_input() local 67 struct ath79_gpio_ctrl *ctrl = to_ath79_gpio_ctrl(chip); in ath79_gpio_direction_output() local 88 struct ath79_gpio_ctrl *ctrl = to_ath79_gpio_ctrl(chip); in ar934x_gpio_direction_input() local 105 struct ath79_gpio_ctrl *ctrl = to_ath79_gpio_ctrl(chip); in ar934x_gpio_direction_output() local 143 struct ath79_gpio_ctrl *ctrl; in ath79_gpio_probe() local
|
/linux-4.4.14/drivers/clocksource/ |
D | timer-integrator-ap.c | 42 u32 ctrl = TIMER_CTRL_ENABLE | TIMER_CTRL_PERIODIC; in integrator_clocksource_init() local 80 u32 ctrl = readl(clkevt_base + TIMER_CTRL) & ~TIMER_CTRL_ENABLE; in clkevt_shutdown() local 89 u32 ctrl = readl(clkevt_base + TIMER_CTRL) & in clkevt_set_oneshot() local 99 u32 ctrl = readl(clkevt_base + TIMER_CTRL) & ~TIMER_CTRL_ENABLE; in clkevt_set_periodic() local 113 unsigned long ctrl = readl(clkevt_base + TIMER_CTRL); in clkevt_set_next_event() local 145 unsigned int ctrl = 0; in integrator_clockevent_init() local
|
D | dw_apb_timer.c | 65 unsigned long ctrl = apbt_readl(timer, APBTMR_N_CONTROL); in apbt_disable_int() local 106 unsigned long ctrl = apbt_readl(timer, APBTMR_N_CONTROL); in apbt_enable_int() local 116 unsigned long ctrl; in apbt_shutdown() local 130 unsigned long ctrl; in apbt_set_oneshot() local 163 unsigned long ctrl; in apbt_set_periodic() local 199 unsigned long ctrl; in apbt_next_event() local 326 unsigned long ctrl = apbt_readl(&dw_cs->timer, APBTMR_N_CONTROL); in dw_apb_clocksource_start() local
|
D | qcom-timer.c | 51 u32 ctrl = readl_relaxed(event_base + TIMER_ENABLE); in msm_timer_interrupt() local 62 u32 ctrl = readl_relaxed(event_base + TIMER_ENABLE); in msm_timer_set_next_event() local 80 u32 ctrl; in msm_timer_shutdown() local
|
D | timer-sp804.c | 149 unsigned long ctrl = TIMER_CTRL_32BIT | TIMER_CTRL_IE | in sp804_set_periodic() local 161 unsigned long ctrl = TIMER_CTRL_32BIT | TIMER_CTRL_IE | in sp804_set_next_event() local
|
D | arm_global_timer.c | 98 unsigned long ctrl; in gt_compare_set() local 117 unsigned long ctrl; in gt_clockevent_shutdown() local
|
/linux-4.4.14/drivers/clk/bcm/ |
D | clk-iproc-pll.c | 73 const struct iproc_clk_ctrl *ctrl; member 82 const struct iproc_pll_ctrl *ctrl; member 128 const struct iproc_pll_ctrl *ctrl = pll->ctrl; in pll_wait_for_lock() local 144 const struct iproc_pll_ctrl *ctrl = pll->ctrl; in iproc_pll_write() local 155 const struct iproc_pll_ctrl *ctrl = pll->ctrl; in __pll_disable() local 184 const struct iproc_pll_ctrl *ctrl = pll->ctrl; in __pll_enable() local 214 const struct iproc_pll_ctrl *ctrl = pll->ctrl; in __pll_put_in_reset() local 226 const struct iproc_pll_ctrl *ctrl = pll->ctrl; in __pll_bring_out_reset() local 248 const struct iproc_pll_ctrl *ctrl = pll->ctrl; in pll_set_rate() local 354 const struct iproc_pll_ctrl *ctrl = pll->ctrl; in iproc_pll_disable() local [all …]
|
/linux-4.4.14/drivers/mtd/nand/brcmnand/ |
D | brcmnand.c | 190 struct brcmnand_controller *ctrl; member 410 static inline u32 nand_readreg(struct brcmnand_controller *ctrl, u32 offs) in nand_readreg() 415 static inline void nand_writereg(struct brcmnand_controller *ctrl, u32 offs, in nand_writereg() 421 static int brcmnand_revision_init(struct brcmnand_controller *ctrl) in brcmnand_revision_init() 511 static inline u32 brcmnand_read_reg(struct brcmnand_controller *ctrl, in brcmnand_read_reg() 522 static inline void brcmnand_write_reg(struct brcmnand_controller *ctrl, in brcmnand_write_reg() 531 static inline void brcmnand_rmw_reg(struct brcmnand_controller *ctrl, in brcmnand_rmw_reg() 542 static inline u32 brcmnand_read_fc(struct brcmnand_controller *ctrl, int word) in brcmnand_read_fc() 547 static inline void brcmnand_write_fc(struct brcmnand_controller *ctrl, in brcmnand_write_fc() 553 static inline u16 brcmnand_cs_offset(struct brcmnand_controller *ctrl, int cs, in brcmnand_cs_offset() [all …]
|
/linux-4.4.14/drivers/spmi/ |
D | spmi.c | 42 struct spmi_controller *ctrl = to_spmi_controller(dev); in spmi_ctrl_release() local 69 struct spmi_controller *ctrl = sdev->ctrl; in spmi_device_add() local 99 spmi_cmd(struct spmi_controller *ctrl, u8 opcode, u8 sid) in spmi_cmd() 111 static inline int spmi_read_cmd(struct spmi_controller *ctrl, u8 opcode, in spmi_read_cmd() 125 static inline int spmi_write_cmd(struct spmi_controller *ctrl, u8 opcode, in spmi_write_cmd() 381 struct spmi_device *spmi_device_alloc(struct spmi_controller *ctrl) in spmi_device_alloc() 411 struct spmi_controller *ctrl; in spmi_controller_alloc() local 444 static void of_spmi_register_devices(struct spmi_controller *ctrl) in of_spmi_register_devices() 505 int spmi_controller_add(struct spmi_controller *ctrl) in spmi_controller_add() 543 void spmi_controller_remove(struct spmi_controller *ctrl) in spmi_controller_remove()
|
D | spmi-pmic-arb.c | 209 static int pmic_arb_wait_for_done(struct spmi_controller *ctrl, in pmic_arb_wait_for_done() 254 pmic_arb_non_data_cmd_v1(struct spmi_controller *ctrl, u8 opc, u8 sid) in pmic_arb_non_data_cmd_v1() 273 pmic_arb_non_data_cmd_v2(struct spmi_controller *ctrl, u8 opc, u8 sid) in pmic_arb_non_data_cmd_v2() 279 static int pmic_arb_cmd(struct spmi_controller *ctrl, u8 opc, u8 sid) in pmic_arb_cmd() 292 static int pmic_arb_read_cmd(struct spmi_controller *ctrl, u8 opc, u8 sid, in pmic_arb_read_cmd() 339 static int pmic_arb_write_cmd(struct spmi_controller *ctrl, u8 opc, u8 sid, in pmic_arb_write_cmd() 796 struct spmi_controller *ctrl; in spmi_pmic_arb_probe() local 961 struct spmi_controller *ctrl = platform_get_drvdata(pdev); in spmi_pmic_arb_remove() local
|
/linux-4.4.14/drivers/scsi/be2iscsi/ |
D | be_cmds.c | 258 void free_mcc_tag(struct be_ctrl_info *ctrl, unsigned int tag) in free_mcc_tag() 317 static int be_mcc_compl_process(struct be_ctrl_info *ctrl, in be_mcc_compl_process() 352 int be_mcc_compl_process_isr(struct be_ctrl_info *ctrl, in be_mcc_compl_process_isr() 468 struct be_ctrl_info *ctrl = &phba->ctrl; in beiscsi_process_mcc() local 588 static int be_mbox_db_ready_wait(struct be_ctrl_info *ctrl) in be_mbox_db_ready_wait() 644 int be_mbox_notify(struct be_ctrl_info *ctrl) in be_mbox_notify() 709 struct be_ctrl_info *ctrl = &phba->ctrl; in be_mbox_notify_wait() local 827 int beiscsi_cmd_eq_create(struct be_ctrl_info *ctrl, in beiscsi_cmd_eq_create() 877 int be_cmd_fw_initialize(struct be_ctrl_info *ctrl) in be_cmd_fw_initialize() 917 int be_cmd_fw_uninit(struct be_ctrl_info *ctrl) in be_cmd_fw_uninit() [all …]
|
D | be_mgmt.c | 161 struct be_ctrl_info *ctrl = &phba->ctrl; in be_cmd_modify_eq_delay() local 209 struct be_ctrl_info *ctrl = &phba->ctrl; in mgmt_reopen_session() local 244 struct be_ctrl_info *ctrl = &phba->ctrl; in mgmt_get_boot_target() local 277 struct be_ctrl_info *ctrl = &phba->ctrl; in mgmt_get_session_info() local 330 int mgmt_get_fw_config(struct be_ctrl_info *ctrl, in mgmt_get_fw_config() 422 int mgmt_check_supported_fw(struct be_ctrl_info *ctrl, in mgmt_check_supported_fw() 481 unsigned int mgmt_vendor_specific_fw_cmd(struct be_ctrl_info *ctrl, in mgmt_vendor_specific_fw_cmd() 560 struct be_ctrl_info *ctrl = &phba->ctrl; in mgmt_epfw_cleanup() local 589 struct be_ctrl_info *ctrl = &phba->ctrl; in mgmt_invalidate_icds() local 635 struct be_ctrl_info *ctrl = &phba->ctrl; in mgmt_invalidate_connection() local [all …]
|
/linux-4.4.14/mm/ |
D | swap_cgroup.c | 41 struct swap_cgroup_ctrl *ctrl; in swap_cgroup_prepare() local 65 struct swap_cgroup_ctrl *ctrl; in lookup_swap_cgroup() local 90 struct swap_cgroup_ctrl *ctrl; in swap_cgroup_cmpxchg() local 117 struct swap_cgroup_ctrl *ctrl; in swap_cgroup_record() local 148 struct swap_cgroup_ctrl *ctrl; in swap_cgroup_swapon() local 187 struct swap_cgroup_ctrl *ctrl; in swap_cgroup_swapoff() local
|
/linux-4.4.14/drivers/memory/ |
D | fsl_ifc.c | 76 static int fsl_ifc_ctrl_init(struct fsl_ifc_ctrl *ctrl) in fsl_ifc_ctrl_init() 99 struct fsl_ifc_ctrl *ctrl = dev_get_drvdata(&dev->dev); in fsl_ifc_ctrl_remove() local 123 static u32 check_nand_stat(struct fsl_ifc_ctrl *ctrl) in check_nand_stat() 145 struct fsl_ifc_ctrl *ctrl = data; in fsl_ifc_nand_irq() local 159 struct fsl_ifc_ctrl *ctrl = data; in fsl_ifc_ctrl_irq() local
|
/linux-4.4.14/net/bluetooth/cmtp/ |
D | capi.c | 188 struct capi_ctr *ctrl = &session->ctrl; in cmtp_recv_interopmsg() local 321 struct capi_ctr *ctrl = &session->ctrl; in cmtp_recv_capimsg() local 362 static int cmtp_load_firmware(struct capi_ctr *ctrl, capiloaddata *data) in cmtp_load_firmware() 369 static void cmtp_reset_ctr(struct capi_ctr *ctrl) in cmtp_reset_ctr() 381 static void cmtp_register_appl(struct capi_ctr *ctrl, __u16 appl, capi_register_params *rp) in cmtp_register_appl() 450 static void cmtp_release_appl(struct capi_ctr *ctrl, __u16 appl) in cmtp_release_appl() 474 static u16 cmtp_send_message(struct capi_ctr *ctrl, struct sk_buff *skb) in cmtp_send_message() 504 static char *cmtp_procinfo(struct capi_ctr *ctrl) in cmtp_procinfo() 511 struct capi_ctr *ctrl = m->private; in cmtp_proc_show() local
|
/linux-4.4.14/arch/mips/kernel/ |
D | cevt-gt641xx.c | 51 u32 ctrl; in gt641xx_timer0_set_next_event() local 69 u32 ctrl; in gt641xx_timer0_shutdown() local 83 u32 ctrl; in gt641xx_timer0_set_oneshot() local 98 u32 ctrl; in gt641xx_timer0_set_periodic() local
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/device/ |
D | ctrl.c | 34 nvkm_control_mthd_pstate_info(struct nvkm_control *ctrl, void *data, u32 size) in nvkm_control_mthd_pstate_info() 67 nvkm_control_mthd_pstate_attr(struct nvkm_control *ctrl, void *data, u32 size) in nvkm_control_mthd_pstate_attr() 140 nvkm_control_mthd_pstate_user(struct nvkm_control *ctrl, void *data, u32 size) in nvkm_control_mthd_pstate_user() 171 struct nvkm_control *ctrl = nvkm_control(object); in nvkm_control_mthd() local 194 struct nvkm_control *ctrl; in nvkm_control_new() local
|
/linux-4.4.14/drivers/block/rsxx/ |
D | dma.c | 224 static void rsxx_free_dma(struct rsxx_dma_ctrl *ctrl, struct rsxx_dma *dma) in rsxx_free_dma() 239 static void rsxx_complete_dma(struct rsxx_dma_ctrl *ctrl, in rsxx_complete_dma() 256 int rsxx_cleanup_dma_queue(struct rsxx_dma_ctrl *ctrl, in rsxx_cleanup_dma_queue() 275 static void rsxx_requeue_dma(struct rsxx_dma_ctrl *ctrl, in rsxx_requeue_dma() 288 static void rsxx_handle_dma_error(struct rsxx_dma_ctrl *ctrl, in rsxx_handle_dma_error() 359 struct rsxx_dma_ctrl *ctrl = (struct rsxx_dma_ctrl *)data; in dma_engine_stalled() local 396 static void rsxx_issue_dmas(struct rsxx_dma_ctrl *ctrl) in rsxx_issue_dmas() 508 static void rsxx_dma_done(struct rsxx_dma_ctrl *ctrl) in rsxx_dma_done() 594 struct rsxx_dma_ctrl *ctrl; in rsxx_schedule_issue() local 605 struct rsxx_dma_ctrl *ctrl; in rsxx_schedule_done() local [all …]
|
/linux-4.4.14/arch/arm/kernel/ |
D | unwind.c | 223 static unsigned long unwind_get_byte(struct unwind_ctrl_block *ctrl) in unwind_get_byte() 245 static int unwind_pop_register(struct unwind_ctrl_block *ctrl, in unwind_pop_register() 257 static int unwind_exec_pop_subset_r4_to_r13(struct unwind_ctrl_block *ctrl, in unwind_exec_pop_subset_r4_to_r13() 277 static int unwind_exec_pop_r4_to_rN(struct unwind_ctrl_block *ctrl, in unwind_exec_pop_r4_to_rN() 297 static int unwind_exec_pop_subset_r0_to_r3(struct unwind_ctrl_block *ctrl, in unwind_exec_pop_subset_r0_to_r3() 319 static int unwind_exec_insn(struct unwind_ctrl_block *ctrl) in unwind_exec_insn() 392 struct unwind_ctrl_block ctrl; in unwind_frame() local
|
D | hw_breakpoint.c | 306 struct arch_hw_breakpoint_ctrl ctrl; in get_max_wp_len() local 338 u32 addr, ctrl; in arch_install_hw_breakpoint() local 476 int arch_bp_generic_fields(struct arch_hw_breakpoint_ctrl ctrl, in arch_bp_generic_fields() 698 struct arch_hw_breakpoint_ctrl ctrl; in watchpoint_handler() local 803 struct arch_hw_breakpoint_ctrl ctrl; in breakpoint_handler() local
|
D | smp_twd.c | 56 unsigned long ctrl = TWD_TIMER_CONTROL_ENABLE | in twd_set_periodic() local 69 unsigned long ctrl = readl_relaxed(twd_base + TWD_TIMER_CONTROL); in twd_set_next_event() local
|
/linux-4.4.14/drivers/net/ethernet/freescale/fs_enet/ |
D | mii-bitbang.c | 31 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-4.4.14/arch/cris/arch-v32/kernel/ |
D | time.c | 151 reg_clkgen_rw_clk_ctrl ctrl = in handle_watchdog_bite() local 177 reg_timer_rw_tmr0_ctrl ctrl = { in crisv32_clkevt_switch_state() local 189 reg_timer_rw_tmr0_ctrl ctrl = { in crisv32_clkevt_next_event() local 206 reg_timer_rw_tmr0_ctrl ctrl = { in crisv32_timer_interrupt() local 256 reg_timer_rw_tmr0_ctrl ctrl = { in crisv32_timer_init() local
|
/linux-4.4.14/drivers/staging/comedi/drivers/ |
D | comedi_parport.c | 99 unsigned int ctrl; in parport_data_reg_insn_config() local 131 unsigned int ctrl; in parport_ctrl_reg_insn_bits() local 196 unsigned int ctrl; in parport_intr_cmd() local 208 unsigned int ctrl; in parport_intr_cancel() local 221 unsigned int ctrl; in parport_interrupt() local
|
D | addi_apci_1032.c | 96 unsigned int ctrl; /* interrupt mode OR (edge) . AND (level) */ member 263 unsigned int ctrl; in apci1032_interrupt() local
|
/linux-4.4.14/drivers/media/platform/vivid/ |
D | vivid-ctrls.c | 106 static int vivid_user_gen_s_ctrl(struct v4l2_ctrl *ctrl) in vivid_user_gen_s_ctrl() 285 static int vivid_user_vid_g_volatile_ctrl(struct v4l2_ctrl *ctrl) in vivid_user_vid_g_volatile_ctrl() 297 static int vivid_user_vid_s_ctrl(struct v4l2_ctrl *ctrl) in vivid_user_vid_s_ctrl() 338 static int vivid_vid_cap_s_ctrl(struct v4l2_ctrl *ctrl) in vivid_vid_cap_s_ctrl() 803 static int vivid_loop_cap_s_ctrl(struct v4l2_ctrl *ctrl) in vivid_loop_cap_s_ctrl() 834 static int vivid_vbi_cap_s_ctrl(struct v4l2_ctrl *ctrl) in vivid_vbi_cap_s_ctrl() 862 static int vivid_vid_out_s_ctrl(struct v4l2_ctrl *ctrl) in vivid_vid_out_s_ctrl() 940 static int vivid_streaming_s_ctrl(struct v4l2_ctrl *ctrl) in vivid_streaming_s_ctrl() 1059 static int vivid_sdtv_cap_s_ctrl(struct v4l2_ctrl *ctrl) in vivid_sdtv_cap_s_ctrl() 1114 static int vivid_radio_rx_s_ctrl(struct v4l2_ctrl *ctrl) in vivid_radio_rx_s_ctrl() [all …]
|
/linux-4.4.14/drivers/media/common/ |
D | cx2341x.c | 279 struct v4l2_ext_control *ctrl) in cx2341x_get_ctrl() 393 struct v4l2_ext_control *ctrl) in cx2341x_set_ctrl() 937 static int v4l2_ctrl_check(struct v4l2_ext_control *ctrl, struct v4l2_queryctrl *qctrl, in v4l2_ctrl_check() 971 struct v4l2_ext_control *ctrl = ctrls->controls + i; in cx2341x_ext_ctrls() local 982 struct v4l2_ext_control *ctrl = ctrls->controls + i; in cx2341x_ext_ctrls() local 1168 struct v4l2_ext_control ctrl; in cx2341x_menu_item() local 1273 static inline struct cx2341x_handler *to_cxhdl(struct v4l2_ctrl *ctrl) in to_cxhdl() 1294 static inline int cx2341x_neq(struct v4l2_ctrl *ctrl) in cx2341x_neq() 1299 static int cx2341x_try_ctrl(struct v4l2_ctrl *ctrl) in cx2341x_try_ctrl() 1339 static int cx2341x_s_ctrl(struct v4l2_ctrl *ctrl) in cx2341x_s_ctrl()
|
/linux-4.4.14/drivers/isdn/hardware/avm/ |
D | b1.c | 278 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 b1ctl_proc_show() local
|
D | t1isa.c | 139 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()
|
D | b1dma.c | 451 struct capi_ctr *ctrl = &cinfo->capi_ctrl; in b1dma_handle_rx() local 704 int b1dma_load_firmware(struct capi_ctr *ctrl, capiloaddata *data) in b1dma_load_firmware() 753 void b1dma_reset_ctr(struct capi_ctr *ctrl) in b1dma_reset_ctr() 770 void b1dma_register_appl(struct capi_ctr *ctrl, in b1dma_register_appl() 807 void b1dma_release_appl(struct capi_ctr *ctrl, u16 appl) in b1dma_release_appl() 838 u16 b1dma_send_message(struct capi_ctr *ctrl, struct sk_buff *skb) in b1dma_send_message() 863 struct capi_ctr *ctrl = m->private; in b1dmactl_proc_show() local
|
D | c4.c | 506 struct capi_ctr *ctrl; in c4_handle_rx() local 855 static int c4_load_firmware(struct capi_ctr *ctrl, capiloaddata *data) in c4_load_firmware() 899 static void c4_reset_ctr(struct capi_ctr *ctrl) in c4_reset_ctr() 947 static void c4_register_appl(struct capi_ctr *ctrl, in c4_register_appl() 992 static void c4_release_appl(struct capi_ctr *ctrl, u16 appl) in c4_release_appl() 1028 static u16 c4_send_message(struct capi_ctr *ctrl, struct sk_buff *skb) in c4_send_message() 1052 static char *c4_procinfo(struct capi_ctr *ctrl) in c4_procinfo() 1070 struct capi_ctr *ctrl = m->private; in c4_proc_show() local
|
D | b1pcmcia.c | 40 static void b1pcmcia_remove_ctr(struct capi_ctr *ctrl) in b1pcmcia_remove_ctr() 141 static char *b1pcmcia_procinfo(struct capi_ctr *ctrl) in b1pcmcia_procinfo()
|
D | b1pci.c | 46 static char *b1pci_procinfo(struct capi_ctr *ctrl) in b1pci_procinfo() 164 static char *b1pciv4_procinfo(struct capi_ctr *ctrl) in b1pciv4_procinfo()
|
/linux-4.4.14/net/caif/ |
D | cfctrl.c | 22 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 557 static void cfctrl_ctrlcmd(struct cflayer *layr, enum caif_ctrlcmd ctrl, in cfctrl_ctrlcmd() 592 static int handle_loop(struct cfctrl *ctrl, int cmd, struct cfpkt *pkt) in handle_loop()
|
D | cfsrvl.c | 28 static void cfservl_ctrlcmd(struct cflayer *layr, enum caif_ctrlcmd ctrl, in cfservl_ctrlcmd() 95 static int cfservl_modemcmd(struct cflayer *layr, enum caif_modemcmd ctrl) in cfservl_modemcmd()
|
/linux-4.4.14/drivers/staging/comedi/drivers/addi-data/ |
D | hwdrv_apci1564.c | 7 unsigned int ctrl; in apci1564_timer_insn_config() local 60 unsigned int ctrl; in apci1564_timer_insn_write() local 102 unsigned int ctrl; in apci1564_counter_insn_config() local 147 unsigned int ctrl; in apci1564_counter_insn_write() local
|
D | hwdrv_apci3501.c | 25 unsigned int ctrl; in apci3501_config_insn_timer() local 91 unsigned int ctrl; in apci3501_write_insn_timer() local
|
/linux-4.4.14/arch/powerpc/sysdev/ |
D | fsl_lbc.c | 188 static int fsl_lbc_ctrl_init(struct fsl_lbc_ctrl *ctrl, in fsl_lbc_ctrl_init() 214 struct fsl_lbc_ctrl *ctrl = data; in fsl_lbc_ctrl_irq() local 359 struct fsl_lbc_ctrl *ctrl = dev_get_drvdata(&pdev->dev); in fsl_lbc_suspend() local 373 struct fsl_lbc_ctrl *ctrl = dev_get_drvdata(&pdev->dev); in fsl_lbc_resume() local
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/therm/ |
D | nv50.c | 28 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
|
D | gt215.c | 33 u32 ctrl = nvkm_rd32(device, 0x00e720); in gt215_therm_fan_sense() local
|
/linux-4.4.14/drivers/net/ethernet/samsung/sxgbe/ |
D | sxgbe_core.c | 190 u32 ctrl; in sxgbe_set_eee_mode() local 204 u32 ctrl; in sxgbe_reset_eee_mode() local 213 u32 ctrl; in sxgbe_set_eee_pls() local 243 u32 ctrl; in sxgbe_enable_rx_csum() local 252 u32 ctrl; in sxgbe_disable_rx_csum() local
|
/linux-4.4.14/drivers/media/i2c/ |
D | lm3560.c | 167 static int lm3560_get_ctrl(struct v4l2_ctrl *ctrl, enum lm3560_led_id led_no) in lm3560_get_ctrl() 194 static int lm3560_set_ctrl(struct v4l2_ctrl *ctrl, enum lm3560_led_id led_no) in lm3560_set_ctrl() 254 static int lm3560_led1_get_ctrl(struct v4l2_ctrl *ctrl) in lm3560_led1_get_ctrl() 259 static int lm3560_led1_set_ctrl(struct v4l2_ctrl *ctrl) in lm3560_led1_set_ctrl() 264 static int lm3560_led0_get_ctrl(struct v4l2_ctrl *ctrl) in lm3560_led0_get_ctrl() 269 static int lm3560_led0_set_ctrl(struct v4l2_ctrl *ctrl) in lm3560_led0_set_ctrl()
|
D | tw2804.c | 147 static inline struct tw2804 *to_state_from_ctrl(struct v4l2_ctrl *ctrl) in to_state_from_ctrl() 176 static int tw2804_g_volatile_ctrl(struct v4l2_ctrl *ctrl) in tw2804_g_volatile_ctrl() 201 static int tw2804_s_ctrl(struct v4l2_ctrl *ctrl) in tw2804_s_ctrl() 364 struct v4l2_ctrl *ctrl; in tw2804_probe() local
|
D | tlv320aic23b.c | 53 static inline struct v4l2_subdev *to_sd(struct v4l2_ctrl *ctrl) in to_sd() 94 static int tlv320aic23b_s_ctrl(struct v4l2_ctrl *ctrl) in tlv320aic23b_s_ctrl()
|
D | cs53l32a.c | 54 static inline struct v4l2_subdev *to_sd(struct v4l2_ctrl *ctrl) in to_sd() 90 static int cs53l32a_s_ctrl(struct v4l2_ctrl *ctrl) in cs53l32a_s_ctrl()
|
D | cs5345.c | 49 static inline struct v4l2_subdev *to_sd(struct v4l2_ctrl *ctrl) in to_sd() 82 static int cs5345_s_ctrl(struct v4l2_ctrl *ctrl) in cs5345_s_ctrl()
|
D | wm8739.c | 70 static inline struct v4l2_subdev *to_sd(struct v4l2_ctrl *ctrl) in to_sd() 97 static int wm8739_s_ctrl(struct v4l2_ctrl *ctrl) in wm8739_s_ctrl()
|
D | lm3646.c | 102 static int lm3646_get_ctrl(struct v4l2_ctrl *ctrl) in lm3646_get_ctrl() 136 static int lm3646_set_ctrl(struct v4l2_ctrl *ctrl) in lm3646_set_ctrl()
|
D | wm8775.c | 71 static inline struct v4l2_subdev *to_sd(struct v4l2_ctrl *ctrl) in to_sd() 141 static int wm8775_s_ctrl(struct v4l2_ctrl *ctrl) in wm8775_s_ctrl()
|
D | tda7432.c | 82 static inline struct v4l2_subdev *to_sd(struct v4l2_ctrl *ctrl) in to_sd() 271 static int tda7432_s_ctrl(struct v4l2_ctrl *ctrl) in tda7432_s_ctrl()
|
D | adp1653.c | 154 static int adp1653_get_ctrl(struct v4l2_ctrl *ctrl) in adp1653_get_ctrl() 180 static int adp1653_set_ctrl(struct v4l2_ctrl *ctrl) in adp1653_set_ctrl()
|
D | adv7343.c | 64 static inline struct v4l2_subdev *to_sd(struct v4l2_ctrl *ctrl) in to_sd() 298 static int adv7343_s_ctrl(struct v4l2_ctrl *ctrl) in adv7343_s_ctrl()
|
D | adv7393.c | 65 static inline struct v4l2_subdev *to_sd(struct v4l2_ctrl *ctrl) in to_sd() 283 static int adv7393_s_ctrl(struct v4l2_ctrl *ctrl) in adv7393_s_ctrl()
|
/linux-4.4.14/drivers/mtd/nand/ |
D | fsl_ifc_nand.c | 45 struct fsl_ifc_ctrl *ctrl; member 235 struct fsl_ifc_ctrl *ctrl = priv->ctrl; in set_addr() local 279 static int check_read_ecc(struct mtd_info *mtd, struct fsl_ifc_ctrl *ctrl, in check_read_ecc() 297 struct fsl_ifc_ctrl *ctrl = priv->ctrl; in fsl_ifc_run_command() local 374 struct fsl_ifc_ctrl *ctrl = priv->ctrl; in fsl_ifc_do_read() local 414 struct fsl_ifc_ctrl *ctrl = priv->ctrl; in fsl_ifc_cmdfunc() local 726 struct fsl_ifc_ctrl *ctrl = priv->ctrl; in fsl_ifc_wait() local 755 struct fsl_ifc_ctrl *ctrl = priv->ctrl; in fsl_ifc_read_page() local 828 struct fsl_ifc_ctrl *ctrl = priv->ctrl; in fsl_ifc_sram_init() local 877 struct fsl_ifc_ctrl *ctrl = priv->ctrl; in fsl_ifc_chip_init() local
|
D | fsl_elbc_nand.c | 53 struct fsl_lbc_ctrl *ctrl; member 149 struct fsl_lbc_ctrl *ctrl = priv->ctrl; in set_addr() local 200 struct fsl_lbc_ctrl *ctrl = priv->ctrl; in fsl_elbc_run_command() local 272 struct fsl_lbc_ctrl *ctrl = priv->ctrl; in fsl_elbc_do_read() local 305 struct fsl_lbc_ctrl *ctrl = priv->ctrl; in fsl_elbc_cmdfunc() local 624 struct fsl_lbc_ctrl *ctrl = priv->ctrl; in fsl_elbc_chip_init_tail() local 701 struct fsl_lbc_ctrl *ctrl = priv->ctrl; in fsl_elbc_read_page() local 741 struct fsl_lbc_ctrl *ctrl = priv->ctrl; in fsl_elbc_chip_init() local
|
D | s3c2410.c | 424 unsigned int ctrl) in s3c2410_nand_hwcontrol() 440 unsigned int ctrl) in s3c2440_nand_hwcontrol() 560 unsigned long ctrl; in s3c2410_nand_enable_hwecc() local 570 unsigned long ctrl; in s3c2412_nand_enable_hwecc() local 580 unsigned long ctrl; in s3c2440_nand_enable_hwecc() local
|
D | jz4740_nand.c | 86 uint32_t ctrl; in jz_nand_select_chip() local 104 static void jz_nand_cmd_ctrl(struct mtd_info *mtd, int dat, unsigned int ctrl) in jz_nand_cmd_ctrl() 336 uint32_t ctrl; in jz_nand_detect_bank() local
|
/linux-4.4.14/sound/soc/codecs/ |
D | sigmadsp.c | 108 struct sigmadsp_control *ctrl = (void *)kcontrol->private_value; in sigmadsp_ctrl_info() local 117 struct sigmadsp_control *ctrl, void *data) in sigmadsp_ctrl_write() 132 struct sigmadsp_control *ctrl = (void *)kcontrol->private_value; in sigmadsp_ctrl_put() local 157 struct sigmadsp_control *ctrl = (void *)kcontrol->private_value; in sigmadsp_ctrl_get() local 181 struct sigmadsp_control *ctrl = (void *)kcontrol->private_value; in sigmadsp_control_free() local 203 struct sigmadsp_control *ctrl; in sigma_fw_load_control() local 457 struct sigmadsp_control *ctrl, *_ctrl; in sigmadsp_firmware_release() local 632 struct sigmadsp_control *ctrl, unsigned int samplerate_mask) in sigmadsp_alloc_control() 659 struct sigmadsp_control *ctrl, unsigned int samplerate_mask) in sigmadsp_activate_ctrl() 708 struct sigmadsp_control *ctrl; in sigmadsp_attach() local [all …]
|
/linux-4.4.14/drivers/crypto/caam/ |
D | ctrl.c | 101 struct caam_ctrl __iomem *ctrl = ctrlpriv->ctrl; in run_descriptor_deco0() local 195 struct caam_ctrl __iomem *ctrl; in instantiate_rng() local 300 struct caam_ctrl __iomem *ctrl; in caam_remove() local 344 struct caam_ctrl __iomem *ctrl; in kick_trng() local 416 struct caam_ctrl __iomem *ctrl; in caam_probe() local
|
/linux-4.4.14/drivers/usb/dwc3/ |
D | ep0.c | 343 struct usb_ctrlrequest *ctrl) in dwc3_ep0_handle_status() 401 struct usb_ctrlrequest *ctrl, int set) in dwc3_ep0_handle_feature() 510 static int dwc3_ep0_set_address(struct dwc3 *dwc, struct usb_ctrlrequest *ctrl) in dwc3_ep0_set_address() 541 static int dwc3_ep0_delegate_req(struct dwc3 *dwc, struct usb_ctrlrequest *ctrl) in dwc3_ep0_delegate_req() 551 static int dwc3_ep0_set_config(struct dwc3 *dwc, struct usb_ctrlrequest *ctrl) in dwc3_ep0_set_config() 648 static int dwc3_ep0_set_sel(struct dwc3 *dwc, struct usb_ctrlrequest *ctrl) in dwc3_ep0_set_sel() 684 static int dwc3_ep0_set_isoch_delay(struct dwc3 *dwc, struct usb_ctrlrequest *ctrl) in dwc3_ep0_set_isoch_delay() 706 static int dwc3_ep0_std_request(struct dwc3 *dwc, struct usb_ctrlrequest *ctrl) in dwc3_ep0_std_request() 751 struct usb_ctrlrequest *ctrl = dwc->ctrl_req; in dwc3_ep0_inspect_setup() local
|
/linux-4.4.14/arch/powerpc/platforms/82xx/ |
D | ep8248e.c | 64 static void ep8248e_set_mdc(struct mdiobb_ctrl *ctrl, int level) in ep8248e_set_mdc() 75 static void ep8248e_set_mdio_dir(struct mdiobb_ctrl *ctrl, int output) in ep8248e_set_mdio_dir() 86 static void ep8248e_set_mdio_data(struct mdiobb_ctrl *ctrl, int data) in ep8248e_set_mdio_data() 97 static int ep8248e_get_mdio_data(struct mdiobb_ctrl *ctrl) in ep8248e_get_mdio_data()
|
/linux-4.4.14/net/bluetooth/ |
D | amp.c | 24 void amp_ctrl_get(struct amp_ctrl *ctrl) in amp_ctrl_get() 34 struct amp_ctrl *ctrl = container_of(kref, struct amp_ctrl, kref); in amp_ctrl_destroy() local 42 int amp_ctrl_put(struct amp_ctrl *ctrl) in amp_ctrl_put() 52 struct amp_ctrl *ctrl; in amp_ctrl_add() local 72 struct amp_ctrl *ctrl, *n; in amp_ctrl_list_flush() local 86 struct amp_ctrl *ctrl; in amp_ctrl_lookup() local 342 struct amp_ctrl *ctrl; in amp_write_rem_assoc_frag() local
|
/linux-4.4.14/include/linux/ |
D | spmi.h | 49 struct spmi_controller *ctrl; member 104 void *spmi_controller_get_drvdata(const struct spmi_controller *ctrl) in spmi_controller_get_drvdata() 109 static inline void spmi_controller_set_drvdata(struct spmi_controller *ctrl, in spmi_controller_set_drvdata() 122 static inline void spmi_controller_put(struct spmi_controller *ctrl) in spmi_controller_put()
|
D | gpio-fan.h | 26 unsigned *ctrl; /* fan control GPIOs. */ member
|
/linux-4.4.14/drivers/pwm/ |
D | pwm-jz4740.c | 90 uint32_t ctrl = jz4740_timer_get_ctrl(pwm->pwm); in jz4740_pwm_enable() local 101 uint32_t ctrl = jz4740_timer_get_ctrl(pwm->hwpwm); in jz4740_pwm_disable() local 115 uint16_t ctrl; in jz4740_pwm_config() local
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/ |
D | gk104.c | 34 magic_(struct nvkm_device *device, u32 ctrl, int size) in magic_() 50 magic(struct nvkm_device *device, u32 ctrl) in magic()
|
/linux-4.4.14/arch/arm/mach-lpc32xx/ |
D | irq.c | 212 unsigned int reg, ctrl, mask; in lpc32xx_mask_irq() local 222 unsigned int reg, ctrl, mask; in lpc32xx_unmask_irq() local 232 unsigned int ctrl, mask; in lpc32xx_ack_irq() local 247 unsigned int reg, ctrl, mask; in __lpc32xx_set_irq_type() local
|
/linux-4.4.14/drivers/staging/sm750fb/ |
D | ddk750_display.c | 9 static void setDisplayControl(int ctrl, int disp_state) in setDisplayControl() 120 static void waitNextVerticalSync(int ctrl, int delay) in waitNextVerticalSync()
|
/linux-4.4.14/sound/soc/fsl/ |
D | fsl_spdif.c | 147 struct spdif_mixer_control *ctrl = &spdif_priv->fsl_spdif_control; in spdif_irq_uqrx_full() local 186 struct spdif_mixer_control *ctrl = &spdif_priv->fsl_spdif_control; in spdif_irq_uq_sync() local 202 struct spdif_mixer_control *ctrl = &spdif_priv->fsl_spdif_control; in spdif_irq_uq_err() local 327 static void spdif_set_cstatus(struct spdif_mixer_control *ctrl, in spdif_set_cstatus() 336 struct spdif_mixer_control *ctrl = &spdif_priv->fsl_spdif_control; in spdif_write_channel_status() local 376 struct spdif_mixer_control *ctrl = &spdif_priv->fsl_spdif_control; in spdif_set_sample_rate() local 561 struct spdif_mixer_control *ctrl = &spdif_priv->fsl_spdif_control; in fsl_spdif_hw_params() local 646 struct spdif_mixer_control *ctrl = &spdif_priv->fsl_spdif_control; in fsl_spdif_pb_get() local 661 struct spdif_mixer_control *ctrl = &spdif_priv->fsl_spdif_control; in fsl_spdif_pb_put() local 711 struct spdif_mixer_control *ctrl = &spdif_priv->fsl_spdif_control; in fsl_spdif_subcode_get() local [all …]
|
/linux-4.4.14/drivers/isdn/hardware/eicon/ |
D | capifunc.c | 88 static char *diva_procinfo(struct capi_ctr *ctrl) in diva_procinfo() 117 byte ctrl = Controller & 0x7f; /* mask external controller bit off */ in MapController() local 138 byte ctrl = MappedController & 0x7f; /* mask external controller bit off */ in UnMapController() local 491 struct capi_ctr *ctrl = NULL; in diva_add_card() local 724 static void diva_register_appl(struct capi_ctr *ctrl, __u16 appl, in diva_register_appl() 848 static void diva_release_appl(struct capi_ctr *ctrl, __u16 appl) in diva_release_appl() 878 static u16 diva_send_message(struct capi_ctr *ctrl, in diva_send_message()
|
D | capimain.c | 82 struct capi_ctr *ctrl = m->private; in diva_ctl_proc_show() local 109 void diva_os_set_controller_struct(struct capi_ctr *ctrl) in diva_os_set_controller_struct()
|
/linux-4.4.14/drivers/pci/ |
D | vc.c | 51 u16 ctrl; in pci_vc_load_arb_table() local 76 u32 ctrl; in pci_vc_load_port_arb_table() local 107 u32 ctrl, header, cap1, ctrl2; in pci_vc_enable() local 317 u32 tmp, ctrl = *(u32 *)buf; in pci_vc_do_save_buffer() local
|
D | ats.c | 40 u16 ctrl; in pci_enable_ats() local 81 u16 ctrl; in pci_disable_ats() local 104 u16 ctrl; in pci_restore_ats_state() local
|
/linux-4.4.14/drivers/hwmon/ |
D | lm73.c | 60 u8 ctrl; /* control register value */ member 151 s32 ctrl; in show_maxmin_alarm() local 205 int ctrl; in lm73_probe() local 240 int id, ctrl, conf; in lm73_detect() local
|
/linux-4.4.14/drivers/net/ethernet/intel/e1000/ |
D | e1000_hw.c | 403 u32 ctrl; in e1000_reset_hw() local 553 u32 ctrl; in e1000_init_hw() local 828 u32 ctrl; in e1000_setup_fiber_serdes_link() local 1031 u32 ctrl; in e1000_copper_link_preconfig() local 1671 u32 ctrl; in e1000_phy_force_speed_duplex() local 1933 u32 ctrl; in e1000_config_mac_to_phy() local 2012 u32 ctrl; in e1000_force_mac_fc() local 2294 u32 ctrl; in e1000_check_for_serdes_link_generic() local 2400 u32 ctrl; in e1000_check_for_link() local 2680 static void e1000_raise_mdi_clk(struct e1000_hw *hw, u32 *ctrl) in e1000_raise_mdi_clk() [all …]
|
/linux-4.4.14/drivers/net/ethernet/micrel/ |
D | ks8695net.c | 595 u32 ctrl; in ks8695_link_irq() local 666 u32 ctrl; in ks8695_shutdown() local 757 u32 ctrl; in ks8695_init_net() local 866 u32 ctrl; in ks8695_wan_get_settings() local 921 u32 ctrl; in ks8695_wan_set_settings() local 984 u32 ctrl; in ks8695_wan_nwayreset() local 1007 u32 ctrl; in ks8695_wan_get_pause() local 1091 u32 ctrl; in ks8695_set_multicast() local 1279 u32 ctrl; in ks8695_init_switch() local 1307 u32 ctrl; in ks8695_init_wan_phy() local
|
/linux-4.4.14/drivers/usb/early/ |
D | ehci-dbgp.c | 163 u32 ctrl; in dbgp_wait_until_complete() local 200 static int dbgp_wait_until_done(unsigned ctrl, int loop) in dbgp_wait_until_done() 275 u32 pids, ctrl; in dbgp_bulk_write() local 301 u32 pids, addr, ctrl; in dbgp_bulk_read() local 332 u32 pids, addr, ctrl; in dbgp_control_msg() local 433 u32 ctrl, cmd, status; in dbgp_ehci_startup() local 500 u32 ctrl, portsc, cmd; in _dbgp_external_startup() local 759 u32 ctrl, portsc, hcs_params; in ehci_setup() local 919 u32 cmd, ctrl; in early_dbgp_write() local 977 u32 ctrl; in dbgp_reset_prep() local
|
/linux-4.4.14/drivers/rtc/ |
D | rtc-pcf8583.c | 32 unsigned char ctrl; member 118 static int pcf8583_get_ctrl(struct i2c_client *client, unsigned char *ctrl) in pcf8583_get_ctrl() 124 static int pcf8583_set_ctrl(struct i2c_client *client, unsigned char *ctrl) in pcf8583_set_ctrl() 178 unsigned char ctrl, year[2]; in pcf8583_rtc_read_time() local
|
D | rtc-jz4740.c | 57 uint32_t ctrl; in jz4740_rtc_wait_write_ready() local 83 uint32_t ctrl; in jz4740_rtc_ctrl_set_bits() local 141 uint32_t ctrl; in jz4740_rtc_read_alarm() local 188 uint32_t ctrl; in jz4740_rtc_irq() local
|
D | rtc-rv8803.c | 56 u8 ctrl; member 227 u8 ctrl[2]; in rv8803_set_alarm() local 291 int ctrl, flags, err; in rv8803_alarm_irq_enable() local
|
/linux-4.4.14/arch/blackfin/include/asm/ |
D | cplb.h | 113 u32 ctrl = bfin_read32(mmr) & ~mask; in _disable_cplb() local 121 u32 ctrl = bfin_read32(mmr) & ~mask; in disable_cplb() local 133 u32 ctrl = bfin_read32(mmr) | mask; in _enable_cplb() local 141 u32 ctrl = bfin_read32(mmr) | mask; in enable_cplb() local
|
/linux-4.4.14/arch/arm/mach-cns3xxx/ |
D | core.c | 124 unsigned long ctrl = readl(cns3xxx_tmr1 + TIMER1_2_CONTROL_OFFSET); in cns3xxx_set_oneshot() local 134 unsigned long ctrl = readl(cns3xxx_tmr1 + TIMER1_2_CONTROL_OFFSET); in cns3xxx_set_periodic() local 148 unsigned long ctrl = readl(cns3xxx_tmr1 + TIMER1_2_CONTROL_OFFSET); in cns3xxx_timer_set_next_event() local
|
/linux-4.4.14/drivers/video/fbdev/mmp/hw/ |
D | mmp_ctrl.c | 45 struct mmphw_ctrl *ctrl = (struct mmphw_ctrl *)dev_id; in ctrl_handle_irq() local 327 static void ctrl_set_default(struct mmphw_ctrl *ctrl) in ctrl_set_default() 402 struct mmphw_ctrl *ctrl = path_plat->ctrl; in path_init() local 453 struct mmphw_ctrl *ctrl = NULL; in mmphw_probe() local
|
D | mmp_spi.c | 150 int lcd_spi_register(struct mmphw_ctrl *ctrl) in lcd_spi_register()
|
/linux-4.4.14/drivers/media/i2c/s5c73m3/ |
D | s5c73m3-ctrls.c | 39 static int s5c73m3_get_af_status(struct s5c73m3 *state, struct v4l2_ctrl *ctrl) in s5c73m3_get_af_status() 68 static int s5c73m3_g_volatile_ctrl(struct v4l2_ctrl *ctrl) in s5c73m3_g_volatile_ctrl() 191 static int s5c73m3_3a_lock(struct s5c73m3 *state, struct v4l2_ctrl *ctrl) in s5c73m3_3a_lock() 345 static int s5c73m3_s_ctrl(struct v4l2_ctrl *ctrl) in s5c73m3_s_ctrl()
|
/linux-4.4.14/drivers/isdn/hisax/ |
D | st5481_usb.c | 31 struct st5481_ctrl *ctrl = &adapter->ctrl; in usb_next_ctrl_msg() local 64 struct st5481_ctrl *ctrl = &adapter->ctrl; in usb_ctrl_msg() local 131 struct st5481_ctrl *ctrl = &adapter->ctrl; in usb_ctrl_complete() local 241 struct st5481_ctrl *ctrl = &adapter->ctrl; in st5481_setup_usb() local 333 struct st5481_ctrl *ctrl = &adapter->ctrl; in st5481_release_usb() local
|
D | hisax_fcpcipnp.h | 34 u_int ctrl; member 36 } ctrl; member
|
/linux-4.4.14/drivers/net/ethernet/intel/e1000e/ |
D | mac.c | 481 u32 ctrl; in e1000e_check_for_fiber_link() local 546 u32 ctrl; in e1000e_check_for_serdes_link() local 854 u32 ctrl; in e1000e_setup_fiber_serdes_link() local 961 u32 ctrl; in e1000e_force_mac_fc() local 1639 u32 ctrl; in e1000e_led_on_generic() local 1666 u32 ctrl; in e1000e_led_off_generic() local 1717 u32 ctrl; in e1000e_disable_pcie_master() local
|
D | 82571.c | 961 u32 ctrl, ctrl_ext, eecd, tctl; in e1000_reset_hw_82571() local 1352 u32 ctrl; in e1000_led_on_82574() local 1440 u32 ctrl; in e1000_setup_copper_link_82571() local 1516 u32 ctrl; in e1000_check_for_serdes_link_82571() local
|
/linux-4.4.14/drivers/char/hw_random/ |
D | mxc-rnga.c | 88 u32 ctrl; in mxc_rnga_data_read() local 110 u32 ctrl, osc; in mxc_rnga_init() local 133 u32 ctrl; in mxc_rnga_cleanup() local
|
/linux-4.4.14/drivers/i2c/busses/ |
D | i2c-kempld.c | 236 u8 ctrl; in kempld_i2c_device_init() local 304 u8 ctrl; in kempld_i2c_probe() local 343 u8 ctrl; in kempld_i2c_remove() local 367 u8 ctrl; in kempld_i2c_suspend() local
|
/linux-4.4.14/include/media/ |
D | v4l2-ctrls.h | 238 struct v4l2_ctrl *ctrl; member 396 static inline void v4l2_ctrl_lock(struct v4l2_ctrl *ctrl) in v4l2_ctrl_lock() 406 static inline void v4l2_ctrl_unlock(struct v4l2_ctrl *ctrl) in v4l2_ctrl_unlock() 702 static inline int v4l2_ctrl_modify_range(struct v4l2_ctrl *ctrl, in v4l2_ctrl_modify_range() 792 static inline int v4l2_ctrl_s_ctrl(struct v4l2_ctrl *ctrl, s32 val) in v4l2_ctrl_s_ctrl() 842 static inline int v4l2_ctrl_s_ctrl_int64(struct v4l2_ctrl *ctrl, s64 val) in v4l2_ctrl_s_ctrl_int64() 878 static inline int v4l2_ctrl_s_ctrl_string(struct v4l2_ctrl *ctrl, const char *s) in v4l2_ctrl_s_ctrl_string()
|
/linux-4.4.14/arch/arm64/include/asm/ |
D | hw_breakpoint.h | 35 struct arch_hw_breakpoint_ctrl ctrl; member 38 static inline u32 encode_ctrl_reg(struct arch_hw_breakpoint_ctrl ctrl) in encode_ctrl_reg() 45 struct arch_hw_breakpoint_ctrl *ctrl) in decode_ctrl_reg()
|
/linux-4.4.14/sound/soc/spear/ |
D | spdif_in.c | 48 u32 ctrl = SPDIF_IN_PRTYEN | SPDIF_IN_STATEN | SPDIF_IN_USREN | in spdif_in_configure() local 79 u32 ctrl = readl(host->io_base + SPDIF_IN_CTRL); in spdif_in_format() local 114 u32 ctrl; in spdif_in_trigger() local
|
D | spdif_out.c | 94 u32 divider, ctrl; in spdif_out_clock() local 155 u32 ctrl; in spdif_out_trigger() local
|
/linux-4.4.14/sound/soc/sirf/ |
D | sirf-audio.c | 24 struct snd_kcontrol *ctrl, int event) in sirf_audio_hp_event() 36 struct snd_kcontrol *ctrl, int event) in sirf_audio_spk_event()
|
/linux-4.4.14/arch/arm/include/asm/ |
D | hw_breakpoint.h | 24 struct arch_hw_breakpoint_ctrl ctrl; member 27 static inline u32 encode_ctrl_reg(struct arch_hw_breakpoint_ctrl ctrl) in encode_ctrl_reg() 34 struct arch_hw_breakpoint_ctrl *ctrl) in decode_ctrl_reg()
|
/linux-4.4.14/drivers/media/pci/cx18/ |
D | cx18-dvb.c | 509 static struct xc2028_ctrl ctrl = { in dvb_register() local 541 static struct xc2028_ctrl ctrl = { in dvb_register() local 564 static struct xc2028_ctrl ctrl = { in dvb_register() local
|
/linux-4.4.14/arch/nios2/kernel/ |
D | time.c | 116 u16 ctrl; in nios2_timer_start() local 125 u16 ctrl; in nios2_timer_stop() local 135 u16 ctrl; in nios2_timer_config() local 265 unsigned int ctrl; in nios2_clocksource_init() local
|
/linux-4.4.14/drivers/media/pci/ivtv/ |
D | ivtv-controls.c | 132 static int ivtv_g_volatile_ctrl(struct v4l2_ctrl *ctrl) in ivtv_g_volatile_ctrl() 146 static int ivtv_s_ctrl(struct v4l2_ctrl *ctrl) in ivtv_s_ctrl()
|
D | ivtv-gpio.c | 153 static inline struct v4l2_subdev *to_sd(struct v4l2_ctrl *ctrl) in to_sd() 260 static int subdev_s_ctrl(struct v4l2_ctrl *ctrl) in subdev_s_ctrl()
|
/linux-4.4.14/arch/mips/sgi-ip22/ |
D | ip22-nvram.c | 55 static inline void eeprom_cmd(unsigned int *ctrl, unsigned cmd, unsigned reg) in eeprom_cmd() 76 unsigned short ip22_eeprom_read(unsigned int *ctrl, int reg) in ip22_eeprom_read()
|
/linux-4.4.14/arch/arm64/kernel/ |
D | hw_breakpoint.c | 237 u32 ctrl; in hw_breakpoint_control() local 347 int arch_bp_generic_fields(struct arch_hw_breakpoint_ctrl ctrl, in arch_bp_generic_fields() 546 u32 ctrl; in toggle_bp_registers() local 590 struct arch_hw_breakpoint_ctrl ctrl; in breakpoint_handler() local 667 struct arch_hw_breakpoint_ctrl ctrl; in watchpoint_handler() local
|
D | ptrace.c | 226 struct arch_hw_breakpoint_ctrl ctrl, in ptrace_hbp_fill_attr_ctrl() 285 u32 *ctrl) in ptrace_hbp_get_ctrl() 330 struct arch_hw_breakpoint_ctrl ctrl; in ptrace_hbp_set_ctrl() local 379 u32 info, ctrl; in hw_break_get() local 440 u32 ctrl; in hw_break_set() local 1031 u32 ctrl = 0; in compat_ptrace_hbp_get() local 1052 u32 ctrl; in compat_ptrace_hbp_set() local
|
/linux-4.4.14/drivers/w1/masters/ |
D | mxc_w1.c | 61 u8 ctrl = readb(dev->regs + MXC_W1_CONTROL); in mxc_w1_ds2_reset_bus() local 89 u8 ctrl = readb(dev->regs + MXC_W1_CONTROL); in mxc_w1_ds2_touch_bit() local
|
/linux-4.4.14/drivers/media/i2c/m5mols/ |
D | m5mols_controls.c | 189 static int m5mols_3a_lock(struct m5mols_info *info, struct v4l2_ctrl *ctrl) in m5mols_3a_lock() 403 static int m5mols_g_volatile_ctrl(struct v4l2_ctrl *ctrl) in m5mols_g_volatile_ctrl() 449 static int m5mols_s_ctrl(struct v4l2_ctrl *ctrl) in m5mols_s_ctrl()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
D | nv40.c | 33 u32 ctrl; member 43 u32 ctrl = nvkm_rd32(device, reg + 0x00); in read_pll_1() local 59 u32 ctrl = nvkm_rd32(device, reg + 0x00); in read_pll_2() local
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/ |
D | auxg94.c | 46 u32 ctrl, timeout; in g94_i2c_aux_init() local 82 u32 ctrl, stat, timeout, retries; in g94_i2c_aux_xfer() local
|
D | auxgm204.c | 46 u32 ctrl, timeout; in gm204_i2c_aux_init() local 82 u32 ctrl, stat, timeout, retries; in gm204_i2c_aux_xfer() local
|
/linux-4.4.14/drivers/net/can/c_can/ |
D | c_can_platform.c | 79 u32 ctrl = 0; in c_can_hw_raminit_wait_syscon() local 98 u32 ctrl = 0; in c_can_hw_raminit_syscon() local 178 u32 ctrl; in c_can_hw_raminit() local
|
/linux-4.4.14/drivers/usb/renesas_usbhs/ |
D | mod_gadget.c | 227 struct usb_ctrlrequest *ctrl) in usbhsg_recip_handler_std_control_done() 240 struct usb_ctrlrequest *ctrl) in usbhsg_recip_handler_std_clear_endpoint() 270 struct usb_ctrlrequest *ctrl) in usbhsg_recip_handler_std_set_device() 288 struct usb_ctrlrequest *ctrl) in usbhsg_recip_handler_std_set_endpoint() 359 struct usb_ctrlrequest *ctrl) in usbhsg_recip_handler_std_get_device() 374 struct usb_ctrlrequest *ctrl) in usbhsg_recip_handler_std_get_interface() 386 struct usb_ctrlrequest *ctrl) in usbhsg_recip_handler_std_get_endpoint() 412 struct usb_ctrlrequest *ctrl) in usbhsg_recip_run_handle() 486 struct usb_ctrlrequest ctrl; in usbhsg_irq_ctrl_stage() local
|
/linux-4.4.14/arch/cris/arch-v32/mm/ |
D | l2cache.c | 14 reg_l2cache_rw_ctrl ctrl = {0}; in l2cache_init() local
|
/linux-4.4.14/include/uapi/linux/netfilter_bridge/ |
D | ebt_802_3.h | 32 __u8 ctrl; member 40 __be16 ctrl; member
|
/linux-4.4.14/sound/soc/omap/ |
D | omap-mcpdm.c | 128 u32 ctrl = omap_mcpdm_read(mcpdm, MCPDM_REG_CTRL); in omap_mcpdm_start() local 147 u32 ctrl = omap_mcpdm_read(mcpdm, MCPDM_REG_CTRL); in omap_mcpdm_stop() local 262 u32 ctrl = omap_mcpdm_read(mcpdm, MCPDM_REG_CTRL); in omap_mcpdm_dai_startup() local
|
D | omap-dmic.c | 75 u32 ctrl = omap_dmic_read(dmic, OMAP_DMIC_CTRL_REG); in omap_dmic_start() local 86 u32 ctrl = omap_dmic_read(dmic, OMAP_DMIC_CTRL_REG); in omap_dmic_stop() local 237 u32 ctrl; in omap_dmic_dai_prepare() local
|
/linux-4.4.14/drivers/gpu/drm/nouveau/ |
D | nouveau_sysfs.h | 7 struct nvif_object ctrl; member
|
/linux-4.4.14/arch/arm/mach-omap1/ |
D | board-nand.c | 23 void omap1_nand_cmd_ctl(struct mtd_info *mtd, int cmd, unsigned int ctrl) in omap1_nand_cmd_ctl()
|
/linux-4.4.14/arch/mips/oprofile/ |
D | op_model_loongson2.c | 37 unsigned int ctrl; member 54 unsigned int ctrl = 0; in loongson2_reg_setup() local
|
/linux-4.4.14/drivers/mmc/host/ |
D | sdhci_f_sdh30.c | 55 u32 ctrl = 0; in sdhci_f_sdh30_soft_voltage_switch() local 107 int irq, ctrl = 0, ret = 0; in sdhci_f_sdh30_probe() local
|
D | sdhci.c | 259 u8 ctrl; in sdhci_activate_led() local 268 u8 ctrl; in sdhci_deactivate_led() local 741 u8 ctrl; in sdhci_prepare_data() local 1420 u8 ctrl; in sdhci_set_bus_width() local 1467 u8 ctrl; in sdhci_do_set_ios() local 1766 u16 ctrl; in sdhci_do_start_signal_voltage_switch() local 1895 u16 ctrl; in sdhci_execute_tuning() local 2116 u16 ctrl = sdhci_readw(host, SDHCI_HOST_CONTROL2); in sdhci_enable_preset_value() local
|
/linux-4.4.14/drivers/net/ethernet/atheros/atlx/ |
D | atlx.c | 221 static void __atlx_vlan_mode(netdev_features_t features, u32 *ctrl) in __atlx_vlan_mode() 237 u32 ctrl; in atlx_vlan_mode() local
|
/linux-4.4.14/drivers/mmc/core/ |
D | sdio.c | 206 u8 ctrl; in sdio_enable_wide() local 242 u8 ctrl; in sdio_disable_cd() local 263 u8 ctrl; in sdio_disable_wide() local
|
/linux-4.4.14/drivers/media/radio/wl128x/ |
D | fmdrv_v4l2.c | 211 static int fm_g_volatile_ctrl(struct v4l2_ctrl *ctrl) in fm_g_volatile_ctrl() 228 static int fm_v4l2_s_ctrl(struct v4l2_ctrl *ctrl) in fm_v4l2_s_ctrl() 535 struct v4l2_ctrl *ctrl; in fm_v4l2_init_video_device() local
|
/linux-4.4.14/drivers/media/pci/cobalt/ |
D | cobalt-driver.c | 203 u16 stat, ctrl; in cobalt_pcie_status_show() local 275 u16 ctrl, data; in msi_config_show() local 318 u32 ctrl; in cobalt_setup_pci() local
|
D | m00479_clk_loss_detector_memmap_package.h | 28 uint32_t ctrl; /* Reg 0x0000, Default=0x0 */ member
|
/linux-4.4.14/drivers/char/ |
D | rtc.c | 959 unsigned int year, ctrl; in rtc_init() local 1217 unsigned char batt, ctrl; in rtc_proc_show() local 1297 unsigned char ctrl; in rtc_get_rtc_time() local 1365 unsigned char ctrl; in get_rtc_alm_time() local
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
D | gf119.c | 48 exec_lookup(struct nv50_disp *disp, int head, int or, u32 ctrl, in exec_lookup() 103 u32 data, ctrl = 0; in exec_script() local 142 u32 data, ctrl = 0; in exec_clkcmp() local 242 const u32 ctrl = nvkm_rd32(device, 0x660200 + (or * 0x020)); in gf119_disp_intr_unk2_2_tu() local
|
D | hdmigf119.c | 39 u32 ctrl; in gf119_hdmi_ctrl() local
|
D | hdmig84.c | 39 u32 ctrl; in g84_hdmi_ctrl() local
|
D | hdmigt215.c | 40 u32 ctrl; in gt215_hdmi_ctrl() local
|
D | hdmigk104.c | 40 u32 ctrl; in gk104_hdmi_ctrl() local
|
D | nv50.c | 227 exec_lookup(struct nv50_disp *disp, int head, int or, u32 ctrl, in exec_lookup() 293 u32 data, ctrl = 0; in exec_script() local 353 u32 data, ctrl = 0; in exec_clkcmp() local 494 const u32 ctrl = nvkm_rd32(device, 0x610794 + (or * 8)); in nv50_disp_intr_unk20_2_dp() local 639 u32 ctrl, datarate; in nv50_disp_intr_unk20_2() local
|
/linux-4.4.14/drivers/usb/gadget/function/ |
D | f_uac1.c | 383 const struct usb_ctrlrequest *ctrl) in audio_set_intf_req() 419 const struct usb_ctrlrequest *ctrl) in audio_get_intf_req() 457 const struct usb_ctrlrequest *ctrl) in audio_set_endpoint_req() 493 const struct usb_ctrlrequest *ctrl) in audio_get_endpoint_req() 521 f_audio_setup(struct usb_function *f, const struct usb_ctrlrequest *ctrl) in f_audio_setup()
|
/linux-4.4.14/drivers/usb/gadget/udc/ |
D | fotg210-udc.c | 637 struct usb_ctrlrequest *ctrl) in fotg210_set_address() 648 struct usb_ctrlrequest *ctrl) in fotg210_set_feature() 674 struct usb_ctrlrequest *ctrl) in fotg210_clear_feature() 717 struct usb_ctrlrequest *ctrl) in fotg210_get_status() 752 struct usb_ctrlrequest *ctrl) in fotg210_setup_packet() 941 struct usb_ctrlrequest ctrl; in fotg210_irq() local
|
D | fusb300_udc.c | 686 static void get_status(struct fusb300 *fusb300, struct usb_ctrlrequest *ctrl) in get_status() 726 static void set_feature(struct fusb300 *fusb300, struct usb_ctrlrequest *ctrl) in set_feature() 760 static void clear_feature(struct fusb300 *fusb300, struct usb_ctrlrequest *ctrl) in clear_feature() 804 static void set_address(struct fusb300 *fusb300, struct usb_ctrlrequest *ctrl) in set_address() 823 static int setup_packet(struct fusb300 *fusb300, struct usb_ctrlrequest *ctrl) in setup_packet() 1069 struct usb_ctrlrequest ctrl; in fusb300_irq() local
|
/linux-4.4.14/arch/powerpc/platforms/cell/ |
D | pervasive.c | 43 unsigned long ctrl, thread_switch_control; in cbe_power_save() local
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
D | ramnv40.h | 8 u32 ctrl; member
|
/linux-4.4.14/drivers/mfd/ |
D | ti_am335x_tscadc.c | 146 int err, ctrl; in ti_tscadc_probe() local 327 u32 ctrl; in tscadc_resume() local
|
/linux-4.4.14/arch/mips/lib/ |
D | iomap-pci.c | 16 struct pci_controller *ctrl = dev->bus->sysdata; in __pci_ioport_map() local
|
/linux-4.4.14/drivers/parisc/ |
D | gsc.c | 177 void *ctrl; member 194 void gsc_fixup_irqs(struct parisc_device *parent, void *ctrl, in gsc_fixup_irqs() argument
|
D | asp.c | 34 static void asp_choose_irq(struct parisc_device *dev, void *ctrl) in asp_choose_irq()
|
D | wax.c | 29 static void wax_choose_irq(struct parisc_device *dev, void *ctrl) in wax_choose_irq()
|
D | lasi.c | 37 static void lasi_choose_irq(struct parisc_device *dev, void *ctrl) in lasi_choose_irq()
|
/linux-4.4.14/drivers/pinctrl/ |
D | pinctrl-rockchip.c | 212 struct rockchip_pin_ctrl *ctrl; member 685 struct rockchip_pin_ctrl *ctrl = info->ctrl; in rockchip_get_drive_perpin() local 707 struct rockchip_pin_ctrl *ctrl = info->ctrl; in rockchip_set_drive_perpin() local 746 struct rockchip_pin_ctrl *ctrl = info->ctrl; in rockchip_get_pull() local 796 struct rockchip_pin_ctrl *ctrl = info->ctrl; in rockchip_set_pull() local 994 static bool rockchip_pinconf_pull_valid(struct rockchip_pin_ctrl *ctrl, in rockchip_pinconf_pull_valid() 1659 struct rockchip_pin_ctrl *ctrl = info->ctrl; in rockchip_interrupts_register() local 1739 struct rockchip_pin_ctrl *ctrl = info->ctrl; in rockchip_gpiolib_register() local 1785 struct rockchip_pin_ctrl *ctrl = info->ctrl; in rockchip_gpiolib_unregister() local 1861 struct rockchip_pin_ctrl *ctrl; in rockchip_pinctrl_get_soc_data() local [all …]
|
/linux-4.4.14/arch/sparc/kernel/ |
D | leon_kernel.c | 264 u32 rld, val, ctrl, off; in leon_cycles_offset() local 314 u32 ctrl; in leon_init_timers() local 475 u32 ctrl; in leon_clear_clock_irq() local
|
/linux-4.4.14/drivers/net/ethernet/ibm/emac/ |
D | core.c | 1394 u16 ctrl = EMAC_TX_CTRL_GFCS | EMAC_TX_CTRL_GP | MAL_TX_CTRL_READY | in emac_start_xmit() local 1420 u16 ctrl = base_ctrl; in emac_xmit_split() local 1452 u16 ctrl; in emac_start_xmit_sg() local 1530 static void emac_parse_tx_error(struct emac_instance *dev, u16 ctrl) in emac_parse_tx_error() 1571 u16 ctrl; in emac_poll_tx() local 1620 static void emac_parse_rx_error(struct emac_instance *dev, u16 ctrl) in emac_parse_rx_error() 1648 struct sk_buff *skb, u16 ctrl) in emac_rx_csum() 1692 u16 ctrl = dev->rx_desc[slot].ctrl; in emac_poll_rx() local 1825 u16 ctrl = dev->rx_desc[slot].ctrl; in emac_peek_rx_sg() local
|
/linux-4.4.14/include/uapi/linux/ |
D | if_fddi.h | 73 __u8 ctrl; /* control byte #1 */ member 88 __u8 ctrl; /* always 0x03 */ member
|
/linux-4.4.14/drivers/media/pci/cx23885/ |
D | cx23885-i2c.c | 82 u32 wdata, addr, ctrl; in i2c_sendbytes() local 163 u32 ctrl, cnt; in i2c_readbytes() local
|
/linux-4.4.14/drivers/tty/hvc/ |
D | hvsi_lib.c | 36 struct hvsi_control ctrl; in hvsi_send_close() local 288 struct hvsi_control ctrl; in hvsilib_write_mctrl() local
|
/linux-4.4.14/drivers/misc/ |
D | ad525x_dpot.c | 129 unsigned ctrl = 0; in dpot_read_spi() local 178 unsigned ctrl = 0; in dpot_read_i2c() local 331 unsigned tmp = 0, ctrl = 0; in dpot_write_i2c() local
|
/linux-4.4.14/drivers/usb/dwc2/ |
D | gadget.c | 527 u32 ctrl; in dwc2_hsotg_start_req() local 972 struct usb_ctrlrequest *ctrl) in dwc2_hsotg_process_req_status() 1043 struct usb_ctrlrequest *ctrl) in dwc2_hsotg_process_req_feature() 1163 u32 ctrl; in dwc2_hsotg_stall_ep0() local 1199 struct usb_ctrlrequest *ctrl) in dwc2_hsotg_process_control() 1335 u32 ctrl; in dwc2_hsotg_program_zlp() local 1515 u32 ctrl; in dwc2_hsotg_change_ep_iso_parity() local 1955 u32 ctrl; in dwc2_hsotg_epint() local 2826 u32 ctrl; in dwc2_hsotg_ep_disable() local
|
/linux-4.4.14/arch/blackfin/mach-common/ |
D | cache-c.c | 45 u32 ctrl; in bfin_cache_init() local
|
/linux-4.4.14/drivers/media/pci/cx25821/ |
D | cx25821-i2c.c | 85 u32 wdata, addr, ctrl; in i2c_sendbytes() local 179 u32 ctrl, cnt; in i2c_readbytes() local
|
/linux-4.4.14/drivers/mtd/maps/ |
D | scx200_docflash.c | 79 unsigned ctrl; in init_scx200_docflash() local
|
/linux-4.4.14/drivers/media/usb/pwc/ |
D | pwc-v4l.c | 40 #define PWC_CID_CUSTOM(ctrl) ((V4L2_CID_USER_BASE | 0xf000) + custom_ ## ctrl) argument 527 static int pwc_g_volatile_ctrl(struct v4l2_ctrl *ctrl) in pwc_g_volatile_ctrl() 778 static int pwc_s_ctrl(struct v4l2_ctrl *ctrl) in pwc_s_ctrl()
|
/linux-4.4.14/sound/soc/jz4740/ |
D | qi_lb60.c | 30 struct snd_kcontrol *ctrl, int event) in qi_lb60_spk_event()
|
D | jz4740-i2s.c | 135 uint32_t conf, ctrl; in jz4740_i2s_startup() local 174 uint32_t ctrl; in jz4740_i2s_trigger() local 260 uint32_t ctrl, div_reg; in jz4740_i2s_hw_params() local
|
/linux-4.4.14/drivers/clk/mvebu/ |
D | kirkwood.c | 264 struct clk_muxing_ctrl *ctrl = (struct clk_muxing_ctrl *)data; in clk_muxing_get_src() local 282 struct clk_muxing_ctrl *ctrl; in kirkwood_clk_muxing_setup() local
|
/linux-4.4.14/drivers/media/platform/vsp1/ |
D | vsp1_bru.c | 44 static int bru_s_ctrl(struct v4l2_ctrl *ctrl) in bru_s_ctrl() 118 u32 ctrl = 0; in bru_s_stream() local
|
/linux-4.4.14/drivers/spi/ |
D | spi-sc18is602.c | 43 u8 ctrl; member 137 u8 ctrl = 0; in sc18is602_setup_transfer() local
|
/linux-4.4.14/drivers/dma/ |
D | moxart-dma.c | 190 u32 ctrl; in moxart_terminate_all() local 216 u32 ctrl; in moxart_slave_config() local 396 u32 ctrl; in moxart_start_dma() local 527 u32 ctrl; in moxart_dma_interrupt() local
|
/linux-4.4.14/arch/mips/jz4740/ |
D | setup.c | 39 u32 ctrl, bus, bank, rows, cols; in jz4740_detect_mem() local
|
/linux-4.4.14/arch/arm/mach-ks8695/ |
D | irq.c | 69 unsigned long ctrl, mode; in ks8695_irq_set_type() local
|
/linux-4.4.14/net/bluetooth/bnep/ |
D | bnep.h | 85 __u8 ctrl; member 92 __u8 ctrl; member 99 __u8 ctrl; member
|
/linux-4.4.14/arch/x86/kvm/ |
D | pmu.c | 178 void reprogram_fixed_counter(struct kvm_pmc *pmc, u8 ctrl, int idx) in reprogram_fixed_counter() 207 u8 ctrl = fixed_ctrl_field(pmu->fixed_ctr_ctrl, idx); in reprogram_counter() local
|
/linux-4.4.14/arch/sparc/include/asm/ |
D | obio.h | 141 unsigned ctrl; in bw_get_ctrl() local 150 static inline void bw_set_ctrl(int cpu, unsigned ctrl) in bw_set_ctrl()
|
/linux-4.4.14/drivers/macintosh/ |
D | windfarm_core.c | 165 struct wf_control *ctrl = container_of(attr, struct wf_control, attr); in wf_show_control() local 194 struct wf_control *ctrl = container_of(attr, struct wf_control, attr); in wf_store_control() local
|
/linux-4.4.14/drivers/media/usb/stk1160/ |
D | stk1160-v4l.c | 134 struct stk1160_decimate_ctrl *ctrl) in stk1160_set_fmt() 386 struct stk1160_decimate_ctrl *ctrl) in stk1160_try_fmt() 501 struct stk1160_decimate_ctrl ctrl; in vidioc_s_fmt_vid_cap() local
|
/linux-4.4.14/drivers/tty/serial/ |
D | sh-sci.c | 496 unsigned short ctrl; in sci_start_tx() local 525 unsigned short ctrl; in sci_stop_tx() local 540 unsigned short ctrl; in sci_start_rx() local 552 unsigned short ctrl; in sci_stop_rx() local 712 unsigned short ctrl; in sci_transmit_chars() local 1041 u16 ctrl = serial_port_in(port, SCSCR); in sci_dma_tx_complete() local 2009 unsigned short ctrl = serial_port_in(port, SCFCR); in sci_set_termios() local 2403 unsigned short bits, ctrl; in serial_console_write() local
|
/linux-4.4.14/arch/mips/pnx833x/common/ |
D | platform.c | 181 pnx833x_flash_nand_cmd_ctrl(struct mtd_info *mtd, int cmd, unsigned int ctrl) in pnx833x_flash_nand_cmd_ctrl()
|
/linux-4.4.14/drivers/net/wireless/mwifiex/ |
D | uap_event.c | 116 u16 ctrl; in mwifiex_process_uap_event() local
|
/linux-4.4.14/drivers/ide/ |
D | rapide.c | 19 void __iomem *ctrl, unsigned int sz, int irq) in rapide_setup_ports()
|
D | ide_platform.c | 26 void __iomem *ctrl, in plat_ide_setup_ports()
|