/drivers/media/platform/s3c-camif/ |
D | camif-regs.h | 66 #define CIGCTRL_IRQ_CLR(id) (1 << (19 - (id))) argument 72 #define S3C_CAMIF_REG_CIYSA(id, n) (0x18 + (id) * 0x54 + (n) * 4) argument 74 #define S3C_CAMIF_REG_CICBSA(id, n) (0x28 + (id) * 0x54 + (n) * 4) argument 76 #define S3C_CAMIF_REG_CICRSA(id, n) (0x38 + (id) * 0x54 + (n) * 4) argument 79 #define S3C_CAMIF_REG_CITRGFMT(id, _offs) (0x48 + (id) * (0x34 + (_offs))) argument 99 #define S3C_CAMIF_REG_CICTRL(id, _offs) (0x4c + (id) * (0x34 + (_offs))) argument 112 #define S3C_CAMIF_REG_CISCPRERATIO(id, _offs) (0x50 + (id) * (0x34 + (_offs))) argument 115 #define S3C_CAMIF_REG_CISCPREDST(id, _offs) (0x54 + (id) * (0x34 + (_offs))) argument 118 #define S3C_CAMIF_REG_CISCCTRL(id, _offs) (0x58 + (id) * (0x34 + (_offs))) argument 148 #define S3C_CAMIF_REG_CITAREA(id, _offs) (0x5c + (id) * (0x34 + (_offs))) argument [all …]
|
/drivers/gpu/host1x/hw/ |
D | hw_host1x01_sync.h | 56 static inline u32 host1x_sync_syncpt_r(unsigned int id) in host1x_sync_syncpt_r() 60 #define HOST1X_SYNC_SYNCPT(id) \ argument 62 static inline u32 host1x_sync_syncpt_thresh_cpu0_int_status_r(unsigned int id) in host1x_sync_syncpt_thresh_cpu0_int_status_r() 66 #define HOST1X_SYNC_SYNCPT_THRESH_CPU0_INT_STATUS(id) \ argument 68 static inline u32 host1x_sync_syncpt_thresh_int_disable_r(unsigned int id) in host1x_sync_syncpt_thresh_int_disable_r() 72 #define HOST1X_SYNC_SYNCPT_THRESH_INT_DISABLE(id) \ argument 74 static inline u32 host1x_sync_syncpt_thresh_int_enable_cpu0_r(unsigned int id) in host1x_sync_syncpt_thresh_int_enable_cpu0_r() 78 #define HOST1X_SYNC_SYNCPT_THRESH_INT_ENABLE_CPU0(id) \ argument 128 static inline u32 host1x_sync_mlock_owner_r(unsigned int id) in host1x_sync_mlock_owner_r() 132 #define HOST1X_SYNC_MLOCK_OWNER(id) \ argument [all …]
|
D | intr_hw.c | 34 unsigned int id = syncpt->id; in host1x_intr_syncpt_handle() local 49 int i, id; in syncpt_thresh_isr() local 110 u32 id, u32 thresh) in _host1x_intr_set_syncpt_threshold() 115 static void _host1x_intr_enable_syncpt_intr(struct host1x *host, u32 id) in _host1x_intr_enable_syncpt_intr() 121 static void _host1x_intr_disable_syncpt_intr(struct host1x *host, u32 id) in _host1x_intr_disable_syncpt_intr()
|
/drivers/staging/ti-soc-thermal/ |
D | ti-bandgap.c | 79 #define RMW_BITS(bgp, id, reg, mask, val) \ argument 132 static u32 ti_bandgap_read_temp(struct ti_bandgap *bgp, int id) in ti_bandgap_read_temp() 367 static void ti_bandgap_unmask_interrupts(struct ti_bandgap *bgp, int id, in ti_bandgap_unmask_interrupts() 407 static int ti_bandgap_update_alert_threshold(struct ti_bandgap *bgp, int id, in ti_bandgap_update_alert_threshold() 468 static inline int ti_bandgap_validate(struct ti_bandgap *bgp, int id) in ti_bandgap_validate() 503 static int _ti_bandgap_write_threshold(struct ti_bandgap *bgp, int id, int val, in _ti_bandgap_write_threshold() 560 static int _ti_bandgap_read_threshold(struct ti_bandgap *bgp, int id, in _ti_bandgap_read_threshold() 607 int ti_bandgap_read_thot(struct ti_bandgap *bgp, int id, int *thot) in ti_bandgap_read_thot() 620 int ti_bandgap_write_thot(struct ti_bandgap *bgp, int id, int val) in ti_bandgap_write_thot() 633 int ti_bandgap_read_tcold(struct ti_bandgap *bgp, int id, int *tcold) in ti_bandgap_read_tcold() [all …]
|
D | ti-thermal-common.c | 116 int id; in ti_thermal_bind() local 224 int id, tr, ret = 0; in ti_thermal_get_trend() local 264 *ti_thermal_build_data(struct ti_bandgap *bgp, int id) in ti_thermal_build_data() 281 int ti_thermal_expose_sensor(struct ti_bandgap *bgp, int id, in ti_thermal_expose_sensor() 309 int ti_thermal_remove_sensor(struct ti_bandgap *bgp, int id) in ti_thermal_remove_sensor() 320 int ti_thermal_report_sensor_temperature(struct ti_bandgap *bgp, int id) in ti_thermal_report_sensor_temperature() 331 int ti_thermal_register_cpu_cooling(struct ti_bandgap *bgp, int id) in ti_thermal_register_cpu_cooling() 359 int ti_thermal_unregister_cpu_cooling(struct ti_bandgap *bgp, int id) in ti_thermal_unregister_cpu_cooling()
|
D | ti-thermal.h | 88 int ti_thermal_expose_sensor(struct ti_bandgap *bgp, int id, char *domain) in ti_thermal_expose_sensor() 94 int ti_thermal_remove_sensor(struct ti_bandgap *bgp, int id) in ti_thermal_remove_sensor() 100 int ti_thermal_report_sensor_temperature(struct ti_bandgap *bgp, int id) in ti_thermal_report_sensor_temperature() 106 int ti_thermal_register_cpu_cooling(struct ti_bandgap *bgp, int id) in ti_thermal_register_cpu_cooling() 112 int ti_thermal_unregister_cpu_cooling(struct ti_bandgap *bgp, int id) in ti_thermal_unregister_cpu_cooling()
|
/drivers/macintosh/ |
D | adbhid.c | 211 int id; member 267 int id = (data[0] >> 4) & 0x0f; in adbhid_keyboard_input() local 284 adbhid_input_keycode(int id, int scancode, int repeat) in adbhid_input_keycode() 407 int id = (data[0] >> 4) & 0x0f; in adbhid_mouse_input() local 505 int id = (data[0] >> 4) & 0x0f; in adbhid_buttons_input() local 753 adbhid_input_register(int id, int default_id, int original_handler_id, in adbhid_input_register() 916 static void adbhid_input_unregister(int id) in adbhid_input_unregister() 926 adbhid_input_reregister(int id, int default_id, int org_handler_id, in adbhid_input_reregister() 963 int id = keyboard_ids.id[i]; in adbhid_probe() local 990 int id = buttons_ids.id[i]; in adbhid_probe() local [all …]
|
/drivers/regulator/ |
D | palmas-regulator.c | 259 int id = rdev_get_id(dev); in palmas_is_enabled_smps() local 273 int id = rdev_get_id(dev); in palmas_enable_smps() local 292 int id = rdev_get_id(dev); in palmas_disable_smps() local 307 int id = rdev_get_id(dev); in palmas_set_mode_smps() local 341 int id = rdev_get_id(dev); in palmas_get_mode_smps() local 362 int id = rdev_get_id(dev); in palmas_list_voltage_smps() local 387 int id = rdev_get_id(rdev); in palmas_map_voltage_smps() local 415 int id = rdev_get_id(rdev); in palma_smps_set_voltage_smps_time_sel() local 437 int id = rdev_get_id(rdev); in palmas_smps_set_ramp_delay() local 495 int id = rdev_get_id(dev); in palmas_is_enabled_ldo() local [all …]
|
D | tps65910-regulator.c | 268 #define EXT_CONTROL_REG_BITS(id, regs_offs, bits) (((regs_offs) << 8) | (bits)) argument 313 static int tps65910_get_ctrl_register(int id) in tps65910_get_ctrl_register() 347 static int tps65911_get_ctrl_register(int id) in tps65911_get_ctrl_register() 385 int reg, value, id = rdev_get_id(dev); in tps65910_set_mode() local 409 int ret, reg, value, id = rdev_get_id(dev); in tps65910_get_mode() local 430 int ret, id = rdev_get_id(dev); in tps65910_get_voltage_dcdc_sel() local 508 int ret, reg, value, id = rdev_get_id(dev); in tps65910_get_voltage_sel() local 546 int ret, id = rdev_get_id(dev); in tps65911_get_voltage_sel() local 585 int id = rdev_get_id(dev), vsel; in tps65910_set_voltage_dcdc_sel() local 623 int reg, id = rdev_get_id(dev); in tps65910_set_voltage_sel() local [all …]
|
D | tps65912-regulator.c | 121 static int tps65912_get_range(struct tps65912_reg *pmic, int id) in tps65912_get_range() 201 static int tps65912_get_ctrl_register(int id) in tps65912_get_ctrl_register() 211 static int tps65912_get_sel_register(struct tps65912_reg *pmic, int id) in tps65912_get_sel_register() 232 static int tps65912_get_mode_regiters(struct tps65912_reg *pmic, int id) in tps65912_get_mode_regiters() 262 int reg, value, id = rdev_get_id(dev); in tps65912_reg_is_enabled() local 282 int id = rdev_get_id(dev); in tps65912_reg_enable() local 299 int id = rdev_get_id(dev), reg; in tps65912_reg_disable() local 312 int pwm_mode, eco, id = rdev_get_id(dev); in tps65912_set_mode() local 354 int pwm_mode, eco, mode = 0, id = rdev_get_id(dev); in tps65912_get_mode() local 377 int range, voltage = 0, id = rdev_get_id(dev); in tps65912_list_voltage() local [all …]
|
D | mc13xxx-regulator-core.c | 35 int id = rdev_get_id(rdev); in mc13xxx_regulator_enable() local 53 int id = rdev_get_id(rdev); in mc13xxx_regulator_disable() local 70 int ret, id = rdev_get_id(rdev); in mc13xxx_regulator_is_enabled() local 88 int id = rdev_get_id(rdev); in mc13xxx_regulator_set_voltage_sel() local 104 int ret, id = rdev_get_id(rdev); in mc13xxx_regulator_get_voltage() local 140 int id = rdev_get_id(rdev); in mc13xxx_fixed_regulator_set_voltage() local
|
D | lp8788-buck.c | 155 static void lp8788_set_dvs(struct lp8788_buck *buck, enum lp8788_buck_id id) in lp8788_set_dvs() 170 lp8788_get_buck_dvs_ctrl_mode(struct lp8788_buck *buck, enum lp8788_buck_id id) in lp8788_get_buck_dvs_ctrl_mode() 208 enum lp8788_buck_id id) in lp8788_select_buck_vout_addr() 266 enum lp8788_buck_id id = rdev_get_id(rdev); in lp8788_buck12_set_voltage_sel() local 282 enum lp8788_buck_id id = rdev_get_id(rdev); in lp8788_buck12_get_voltage_sel() local 300 enum lp8788_buck_id id = rdev_get_id(rdev); in lp8788_buck_enable_time() local 314 enum lp8788_buck_id id = rdev_get_id(rdev); in lp8788_buck_set_mode() local 335 enum lp8788_buck_id id = rdev_get_id(rdev); in lp8788_buck_get_mode() local 426 enum lp8788_buck_id id) in lp8788_dvs_gpio_request() 461 struct lp8788_buck *buck, enum lp8788_buck_id id) in lp8788_init_dvs() [all …]
|
/drivers/media/pci/cx18/ |
D | cx18-ioctl.c | 151 struct cx18_open_id *id = fh2id(fh); in cx18_g_fmt_vid_cap() local 220 struct cx18_open_id *id = fh2id(fh); in cx18_try_fmt_vid_cap() local 269 struct cx18_open_id *id = fh2id(fh); in cx18_s_fmt_vid_cap() local 307 struct cx18_open_id *id = fh2id(fh); in cx18_s_fmt_vbi_cap() local 337 struct cx18_open_id *id = fh2id(fh); in cx18_s_fmt_sliced_vbi_cap() local 455 struct cx18_open_id *id = fh2id(fh); in cx18_querycap() local 520 struct cx18_open_id *id = fh2id(fh); in cx18_s_crop() local 570 struct cx18_open_id *id = fh2id(fh); in cx18_s_input() local 611 struct cx18_open_id *id = fh2id(fh); in cx18_s_frequency() local 634 struct cx18_open_id *id = fh2id(fh); in cx18_s_std() local [all …]
|
/drivers/staging/tidspbridge/core/ |
D | dsp-clock.c | 55 #define DMT_ID(id) ((id) + 4) argument 59 #define MCBSP_ID(id) ((id) - 6) argument 75 static inline u32 is_dsp_clk_active(u32 clk, u8 id) in is_dsp_clk_active() 80 static inline void set_dsp_clk_active(u32 *clk, u8 id) in set_dsp_clk_active() 85 static inline void set_dsp_clk_inactive(u32 *clk, u8 id) in set_dsp_clk_inactive() 90 static s8 get_clk_type(u8 id) in get_clk_type() 142 int i, id; in dsp_clk_init() local
|
/drivers/platform/x86/ |
D | chromeos_laptop.c | 243 static int __init setup_cyapa_smbus_tp(const struct dmi_system_id *id) in setup_cyapa_smbus_tp() 250 static int __init setup_atmel_224s_tp(const struct dmi_system_id *id) in setup_atmel_224s_tp() 262 static int __init setup_atmel_1664s_ts(const struct dmi_system_id *id) in setup_atmel_1664s_ts() 275 static int __init setup_isl29018_als(const struct dmi_system_id *id) in setup_isl29018_als() 282 static int __init setup_isl29023_als(const struct dmi_system_id *id) in setup_isl29023_als() 290 static int __init setup_tsl2583_als(const struct dmi_system_id *id) in setup_tsl2583_als() 297 static int __init setup_tsl2563_als(const struct dmi_system_id *id) in setup_tsl2563_als()
|
/drivers/media/pci/ivtv/ |
D | ivtv-fileops.c | 44 int ivtv_claim_stream(struct ivtv_open_id *id, int type) in ivtv_claim_stream() 427 int ivtv_start_capture(struct ivtv_open_id *id) in ivtv_start_capture() 507 struct ivtv_open_id *id = fh2id(filp->private_data); in ivtv_v4l2_read() local 523 int ivtv_start_decoding(struct ivtv_open_id *id, int speed) in ivtv_start_decoding() 550 struct ivtv_open_id *id = fh2id(filp->private_data); in ivtv_write() local 722 struct ivtv_open_id *id = fh2id(filp->private_data); in ivtv_v4l2_write() local 735 struct ivtv_open_id *id = fh2id(filp->private_data); in ivtv_v4l2_dec_poll() local 770 struct ivtv_open_id *id = fh2id(filp->private_data); in ivtv_v4l2_enc_poll() local 808 void ivtv_stop_capture(struct ivtv_open_id *id, int gop_end) in ivtv_stop_capture() 847 static void ivtv_stop_decoding(struct ivtv_open_id *id, int flags, u64 pts) in ivtv_stop_decoding() [all …]
|
D | ivtv-ioctl.c | 245 static int ivtv_video_command(struct ivtv *itv, struct ivtv_open_id *id, in ivtv_video_command() 347 struct ivtv_open_id *id = fh2id(fh); in ivtv_g_fmt_vid_cap() local 390 struct ivtv_open_id *id = fh2id(fh); in ivtv_g_fmt_sliced_vbi_cap() local 412 struct ivtv_open_id *id = fh2id(fh); in ivtv_g_fmt_vid_out() local 477 struct ivtv_open_id *id = fh2id(fh); in ivtv_try_fmt_vid_cap() local 506 struct ivtv_open_id *id = fh2id(fh); in ivtv_try_fmt_sliced_vbi_cap() local 526 struct ivtv_open_id *id = fh2id(fh); in ivtv_try_fmt_vid_out() local 579 struct ivtv_open_id *id = fh2id(fh); in ivtv_s_fmt_vid_cap() local 621 struct ivtv_open_id *id = fh2id(fh); in ivtv_s_fmt_sliced_vbi_cap() local 639 struct ivtv_open_id *id = fh2id(fh); in ivtv_s_fmt_vid_out() local [all …]
|
/drivers/leds/ |
D | leds-bd2802.c | 112 static inline int bd2802_is_rgb_off(struct bd2802_led *led, enum led_ids id, in bd2802_is_rgb_off() 128 static inline int bd2802_is_led_off(struct bd2802_led *led, enum led_ids id) in bd2802_is_led_off() 147 static inline u8 bd2802_get_base_offset(enum led_ids id, enum led_colors color) in bd2802_get_base_offset() 152 static inline u8 bd2802_get_reg_addr(enum led_ids id, enum led_colors color, in bd2802_get_reg_addr() 175 static void bd2802_update_state(struct bd2802_led *led, enum led_ids id, in bd2802_update_state() 239 static void bd2802_enable(struct bd2802_led *led, enum led_ids id) in bd2802_enable() 253 static void bd2802_set_on(struct bd2802_led *led, enum led_ids id, in bd2802_set_on() 272 static void bd2802_set_blink(struct bd2802_led *led, enum led_ids id, in bd2802_set_blink() 291 static void bd2802_turn_on(struct bd2802_led *led, enum led_ids id, in bd2802_turn_on() 306 static void bd2802_turn_off(struct bd2802_led *led, enum led_ids id, in bd2802_turn_off() [all …]
|
D | leds-da903x.c | 40 int id; member 44 #define DA9030_LED_OFFSET(id) ((id) - DA9030_ID_LED_1) argument 45 #define DA9034_LED_OFFSET(id) ((id) - DA9034_ID_LED_1) argument 98 int id, ret; in da903x_led_probe() local
|
/drivers/media/usb/pvrusb2/ |
D | pvrusb2-std.c | 28 v4l2_std_id id; member 137 v4l2_std_id id = 0; in pvr2_std_str_to_id() local 187 v4l2_std_id id) in pvr2_std_id_to_str() 281 static struct v4l2_standard *match_std(v4l2_std_id id) in match_std() 292 static int pvr2_std_fill(struct v4l2_standard *std,v4l2_std_id id) in pvr2_std_fill() 320 v4l2_std_id id) in pvr2_std_create_enum()
|
/drivers/scsi/aic7xxx/ |
D | aic79xx_pci.c | 57 uint64_t id; in ahd_compose_id() local 71 #define DEVID_9005_HOSTRAID(id) ((id) & 0x80) argument 73 #define DEVID_9005_TYPE(id) ((id) & 0xF) argument 79 #define DEVID_9005_MFUNC(id) ((id) & 0x10) argument 81 #define DEVID_9005_PACKETIZED(id) ((id) & 0x8000) argument 83 #define SUBID_9005_TYPE(id) ((id) & 0xF) argument 87 #define SUBID_9005_AUTOTERM(id) (((id) & 0x10) == 0) argument 89 #define SUBID_9005_LEGACYCONN_FUNC(id) ((id) & 0x20) argument 91 #define SUBID_9005_SEEPTYPE(id) (((id) & 0x0C0) >> 6) argument
|
/drivers/s390/cio/ |
D | idset.c | 51 static inline void idset_add(struct idset *set, int ssid, int id) in idset_add() 56 static inline void idset_del(struct idset *set, int ssid, int id) in idset_del() 61 static inline int idset_contains(struct idset *set, int ssid, int id) in idset_contains() 66 static inline int idset_get_first(struct idset *set, int *ssid, int *id) in idset_get_first() 109 int id = 0; in idset_sch_get_first() local
|
/drivers/gpu/host1x/ |
D | intr.c | 101 unsigned int id) in reset_threshold_interrupt() 205 unsigned int id = syncpt->id; in syncpt_thresh_work() local 212 int host1x_intr_add_action(struct host1x *host, u32 id, u32 thresh, in host1x_intr_add_action() 257 void host1x_intr_put_ref(struct host1x *host, u32 id, void *ref) in host1x_intr_put_ref() 275 unsigned int id; in host1x_intr_init() local 322 unsigned int id; in host1x_intr_stop() local
|
/drivers/infiniband/core/ |
D | cma.c | 113 struct rdma_cm_id id; member 164 struct rdma_id_private *id; member 172 struct rdma_id_private *id; member 178 struct rdma_id_private *id; member 489 int rdma_create_qp(struct rdma_cm_id *id, struct ib_pd *pd, in rdma_create_qp() 521 void rdma_destroy_qp(struct rdma_cm_id *id) in rdma_destroy_qp() 646 int rdma_init_qp_attr(struct rdma_cm_id *id, struct ib_qp_attr *qp_attr, in rdma_init_qp_attr() 911 void rdma_destroy_id(struct rdma_cm_id *id) in rdma_destroy_id() 1086 struct rdma_cm_id *id; in cma_new_conn_id() local 1141 struct rdma_cm_id *id; in cma_new_udp_id() local [all …]
|
/drivers/media/common/ |
D | cx2341x.c | 48 static const char *cx2341x_get_name(u32 id) in cx2341x_get_name() 79 static const char **cx2341x_get_menu(u32 id) in cx2341x_get_menu() 132 static void cx2341x_ctrl_fill(u32 id, const char **name, enum v4l2_ctrl_type *type, in cx2341x_ctrl_fill() 856 const char * const *cx2341x_ctrl_get_menu(const struct cx2341x_mpeg_params *p, u32 id) in cx2341x_ctrl_get_menu() 1136 static const char *cx2341x_menu_item(const struct cx2341x_mpeg_params *p, u32 id) in cx2341x_menu_item() 1489 u32 id, s32 min, s32 max, s32 step, s32 def) in cx2341x_ctrl_new_custom() 1511 u32 id, s32 min, s32 max, s32 step, s32 def) in cx2341x_ctrl_new_std() 1517 u32 id, s32 max, s32 mask, s32 def) in cx2341x_ctrl_new_menu()
|