Searched refs:is (Results 251 - 275 of 345) sorted by path

<<11121314

/linux-master/drivers/isdn/hardware/mISDN/
H A DmISDNipac.c26 #define ReadISAC(is, o) (is->read_reg(is->dch.hw, o + is->off))
27 #define WriteISAC(is, o, v) (is->write_reg(is->dch.hw, o + is->off, v))
1466 /* conf is default 0, but can be overwritten by card setup */
H A DmISDNisar.c53 * if msg is NULL use isar->buf
87 * if msg is NULL use isar->buf
242 /* the ISAR is big endian */
403 pr_debug("%s: HL->LL FAXIND %x\n", ch->is->name, status);
413 if (!ch->is->clsb) {
414 pr_debug("%s; ISAR zero len frame\n", ch->is->name);
415 ch->is->write_reg(ch->is->hw, ISAR_IIA, 0);
419 ch->bch.dropcnt += ch->is->clsb;
420 ch->is
[all...]
/linux-master/drivers/media/platform/samsung/
H A DMakefile3 obj-y += exynos4-is/
/linux-master/drivers/media/platform/samsung/exynos4-is/
H A DMakefile5 exynos4-is-common-objs := common.o
7 exynos-fimc-is-objs := fimc-is.o fimc-isp.o fimc-is-sensor.o fimc-is-regs.o
8 exynos-fimc-is-objs += fimc-is-param.o fimc-is-errno.o fimc-is-i2c.o
11 exynos-fimc-is
[all...]
H A Dfimc-is-param.c26 #include "fimc-is.h"
27 #include "fimc-is-command.h"
28 #include "fimc-is-errno.h"
29 #include "fimc-is-param.h"
30 #include "fimc-is-regs.h"
31 #include "fimc-is-sensor.h"
38 static void __fimc_is_hw_update_param_global_shotmode(struct fimc_is *is) argument
42 dst = &is->is_p_region->parameter.global.shotmode;
43 src = &is->config[is
47 __fimc_is_hw_update_param_sensor_framerate(struct fimc_is *is) argument
56 __fimc_is_hw_update_param(struct fimc_is *is, u32 offset) argument
161 __get_pending_param_count(struct fimc_is *is) argument
175 __is_hw_update_params(struct fimc_is *is) argument
207 __is_get_frame_size(struct fimc_is *is, struct v4l2_mbus_framefmt *mf) argument
216 __is_set_frame_size(struct fimc_is *is, struct v4l2_mbus_framefmt *mf) argument
253 fimc_is_hw_get_sensor_max_framerate(struct fimc_is *is) argument
263 __is_set_sensor(struct fimc_is *is, int fps) argument
287 __is_set_init_isp_aa(struct fimc_is *is) argument
308 __is_set_isp_flash(struct fimc_is *is, u32 cmd, u32 redeye) argument
320 __is_set_isp_awb(struct fimc_is *is, u32 cmd, u32 val) argument
334 __is_set_isp_effect(struct fimc_is *is, u32 cmd) argument
347 __is_set_isp_iso(struct fimc_is *is, u32 cmd, u32 val) argument
361 __is_set_isp_adjust(struct fimc_is *is, u32 cmd, u32 val) argument
408 __is_set_isp_metering(struct fimc_is *is, u32 id, u32 val) argument
443 __is_set_isp_afc(struct fimc_is *is, u32 cmd, u32 val) argument
457 __is_set_drc_control(struct fimc_is *is, u32 val) argument
469 __is_set_fd_control(struct fimc_is *is, u32 val) argument
484 __is_set_fd_config_maxface(struct fimc_is *is, u32 val) argument
504 __is_set_fd_config_rollangle(struct fimc_is *is, u32 val) argument
524 __is_set_fd_config_yawangle(struct fimc_is *is, u32 val) argument
544 __is_set_fd_config_smilemode(struct fimc_is *is, u32 val) argument
564 __is_set_fd_config_blinkmode(struct fimc_is *is, u32 val) argument
584 __is_set_fd_config_eyedetect(struct fimc_is *is, u32 val) argument
604 __is_set_fd_config_mouthdetect(struct fimc_is *is, u32 val) argument
624 __is_set_fd_config_orientation(struct fimc_is *is, u32 val) argument
644 __is_set_fd_config_orientation_val(struct fimc_is *is, u32 val) argument
664 fimc_is_set_initial_params(struct fimc_is *is) argument
[all...]
H A Dfimc-is-param.h136 #define OTF_INPUT_ERROR_NONE 0 /* Input setting is done */
174 is done */
193 #define OTF_OUTPUT_ERROR_NONE 0 /* Output Setting is done */
247 is done */
251 is done */
289 #define ISP_AF_ERROR_NONE 0 /* AF mode change is done */
290 #define ISP_AF_ERROR_NONE_LOCK_DONE 1 /* AF lock is done */
303 #define ISP_FLASH_ERROR_NONE 0 /* Flash setting is done */
320 #define ISP_AWB_ERROR_NONE 0 /* AWB setting is done */
333 is don
[all...]
H A Dfimc-is-regs.c12 #include "fimc-is.h"
13 #include "fimc-is-command.h"
14 #include "fimc-is-regs.h"
15 #include "fimc-is-sensor.h"
17 void fimc_is_fw_clear_irq1(struct fimc_is *is, unsigned int nr) argument
19 mcuctl_write(1UL << nr, is, MCUCTL_REG_INTCR1);
22 void fimc_is_fw_clear_irq2(struct fimc_is *is) argument
24 u32 cfg = mcuctl_read(is, MCUCTL_REG_INTSR2);
25 mcuctl_write(cfg, is, MCUCTL_REG_INTCR2);
28 void fimc_is_hw_set_intgr0_gd0(struct fimc_is *is) argument
33 fimc_is_hw_wait_intmsr0_intmsd0(struct fimc_is *is) argument
53 fimc_is_hw_set_param(struct fimc_is *is) argument
72 fimc_is_hw_set_tune(struct fimc_is *is) argument
86 fimc_is_hw_get_params(struct fimc_is *is, unsigned int num_args) argument
105 fimc_is_hw_set_isp_buf_mask(struct fimc_is *is, unsigned int mask) argument
119 fimc_is_hw_set_sensor_num(struct fimc_is *is) argument
129 fimc_is_hw_close_sensor(struct fimc_is *is, unsigned int index) argument
141 fimc_is_hw_get_setfile_addr(struct fimc_is *is) argument
149 fimc_is_hw_load_setfile(struct fimc_is *is) argument
157 fimc_is_hw_change_mode(struct fimc_is *is) argument
174 fimc_is_hw_stream_on(struct fimc_is *is) argument
183 fimc_is_hw_stream_off(struct fimc_is *is) argument
191 fimc_is_hw_subip_power_off(struct fimc_is *is) argument
199 fimc_is_itf_s_param(struct fimc_is *is, bool update) argument
218 fimc_is_itf_mode_change(struct fimc_is *is) argument
[all...]
H A Dfimc-is-regs.h140 void fimc_is_fw_clear_irq1(struct fimc_is *is, unsigned int bit);
141 void fimc_is_fw_clear_irq2(struct fimc_is *is);
142 int fimc_is_hw_get_params(struct fimc_is *is, unsigned int num);
144 void fimc_is_hw_set_intgr0_gd0(struct fimc_is *is);
145 int fimc_is_hw_wait_intmsr0_intmsd0(struct fimc_is *is);
146 void fimc_is_hw_set_sensor_num(struct fimc_is *is);
147 void fimc_is_hw_set_isp_buf_mask(struct fimc_is *is, unsigned int mask);
148 void fimc_is_hw_stream_on(struct fimc_is *is);
149 void fimc_is_hw_stream_off(struct fimc_is *is);
150 int fimc_is_hw_set_param(struct fimc_is *is);
[all...]
H A Dfimc-is.c33 #include "fimc-is.h"
34 #include "fimc-is-command.h"
35 #include "fimc-is-errno.h"
36 #include "fimc-is-i2c.h"
37 #include "fimc-is-param.h"
38 #include "fimc-is-regs.h"
65 static void fimc_is_put_clocks(struct fimc_is *is) argument
70 if (IS_ERR(is->clocks[i]))
72 clk_put(is->clocks[i]);
73 is
77 fimc_is_get_clocks(struct fimc_is *is) argument
100 fimc_is_setup_clocks(struct fimc_is *is) argument
131 fimc_is_enable_clocks(struct fimc_is *is) argument
151 fimc_is_disable_clocks(struct fimc_is *is) argument
163 fimc_is_parse_sensor_config(struct fimc_is *is, unsigned int index, struct device_node *node) argument
201 fimc_is_register_subdevs(struct fimc_is *is) argument
225 fimc_is_unregister_subdevs(struct fimc_is *is) argument
231 fimc_is_load_setfile(struct fimc_is *is, char *file_name) argument
263 fimc_is_cpu_set_power(struct fimc_is *is, int on) argument
294 fimc_is_wait_event(struct fimc_is *is, unsigned long bit, unsigned int state, unsigned int timeout) argument
308 fimc_is_start_firmware(struct fimc_is *is) argument
334 fimc_is_alloc_cpu_memory(struct fimc_is *is) argument
366 fimc_is_free_cpu_memory(struct fimc_is *is) argument
379 struct fimc_is *is = context; local
437 fimc_is_request_firmware(struct fimc_is *is, const char *fw_name) argument
445 fimc_is_general_irq_handler(struct fimc_is *is) argument
600 struct fimc_is *is = priv; local
617 fimc_is_hw_open_sensor(struct fimc_is *is, struct fimc_is_sensor *sensor) argument
653 fimc_is_hw_initialize(struct fimc_is *is) argument
739 struct fimc_is *is = s->private; local
753 fimc_is_debugfs_remove(struct fimc_is *is) argument
759 fimc_is_debugfs_create(struct fimc_is *is) argument
794 struct fimc_is *is; local
896 struct fimc_is *is = dev_get_drvdata(dev); local
908 struct fimc_is *is = dev_get_drvdata(dev); local
923 struct fimc_is *is = dev_get_drvdata(dev); local
936 struct fimc_is *is = dev_get_drvdata(dev); local
[all...]
H A Dfimc-is.h25 #include "fimc-is-command.h"
26 #include "fimc-is-sensor.h"
27 #include "fimc-is-param.h"
28 #include "fimc-is-regs.h"
30 #define FIMC_IS_DRV_NAME "exynos4-fimc-is"
231 * struct fimc_is - fimc-is data structure
237 * @sensor: fimc-is sensor subdevice array
307 static inline struct chain_config *__get_curr_is_config(struct fimc_is *is) argument
309 return &is->config[is
317 fimc_is_set_param_bit(struct fimc_is *is, int num) argument
324 fimc_is_set_param_ctrl_cmd(struct fimc_is *is, int cmd) argument
329 mcuctl_write(u32 v, struct fimc_is *is, unsigned int offset) argument
334 mcuctl_read(struct fimc_is *is, unsigned int offset) argument
339 pmuisp_write(u32 v, struct fimc_is *is, unsigned int offset) argument
344 pmuisp_read(struct fimc_is *is, unsigned int offset) argument
[all...]
H A Dfimc-isp-video.c34 #include "fimc-is.h"
36 #include "fimc-is-param.h"
71 static inline struct param_dma_output *__get_isp_dma2(struct fimc_is *is) argument
73 return &__get_curr_is_config(is)->isp.dma2_output;
80 struct fimc_is *is = fimc_isp_to_is(isp); local
81 struct param_dma_output *dma = __get_isp_dma2(is);
92 dma->buffer_address = is->is_dma_p_region +
104 fimc_is_set_param_bit(is, PARAM_ISP_DMA2_OUTPUT);
105 __fimc_is_hw_update_param(is, PARAM_ISP_DMA2_OUTPUT);
107 ret = fimc_is_itf_s_param(is, fals
122 struct fimc_is *is = fimc_isp_to_is(isp); local
191 struct fimc_is *is = fimc_isp_to_is(isp); local
234 fimc_isp_video_irq_handler(struct fimc_is *is) argument
420 struct fimc_is *is = fimc_isp_to_is(isp); local
[all...]
H A Dfimc-isp-video.h22 void fimc_isp_video_irq_handler(struct fimc_is *is);
24 static inline void fimc_isp_video_irq_handler(struct fimc_is *is) argument
H A Dfimc-isp.c26 #include "fimc-is-command.h"
27 #include "fimc-is-param.h"
28 #include "fimc-is-regs.h"
29 #include "fimc-is.h"
85 void fimc_isp_irq_handler(struct fimc_is *is) argument
87 is->i2h_cmd.args[0] = mcuctl_read(is, MCUCTL_REG_ISSR(20));
88 is->i2h_cmd.args[1] = mcuctl_read(is, MCUCTL_REG_ISSR(21));
90 fimc_is_fw_clear_irq1(is, FIMC_IS_INT_FRAME_DONE_IS
198 struct fimc_is *is = fimc_isp_to_is(isp); local
255 struct fimc_is *is = fimc_isp_to_is(isp); local
304 struct fimc_is *is = fimc_isp_to_is(isp); local
442 __ctrl_set_white_balance(struct fimc_is *is, int value) argument
471 __ctrl_set_aewb_lock(struct fimc_is *is, struct v4l2_ctrl *ctrl) argument
505 __ctrl_set_iso(struct fimc_is *is, int value) argument
522 __ctrl_set_metering(struct fimc_is *is, unsigned int value) argument
547 __ctrl_set_afc(struct fimc_is *is, int value) argument
569 __ctrl_set_image_effect(struct fimc_is *is, int value) argument
594 struct fimc_is *is = fimc_isp_to_is(isp); local
677 struct fimc_is *is = fimc_isp_to_is(isp); local
[all...]
H A Dfimc-isp.h112 * struct fimc_is_video - fimc-is video device structure
123 * @streaming: is streaming in progress?
192 void fimc_isp_irq_handler(struct fimc_is *is);
H A Dmedia-dev.c34 #include "fimc-is.h"
129 * is NULL. Return 0 if the subdevice does not implement s_power.
332 * check if this is the case.
437 * the sensor's clock frequency is needed.
446 * node, FIMC is connected to the FIMC-IS through its ISP Writeback
664 static int register_fimc_is_entity(struct fimc_md *fmd, struct fimc_is *is) argument
666 struct v4l2_subdev *sd = &is->isp.subdev;
684 fmd->fimc_is = is;
703 /* Some subdev didn't probe successfully id drvdata is NULL */
933 /* Link from FIMC-IS-ISP subdev to fimc-is
[all...]
/linux-master/drivers/mtd/
H A Dnftlmount.c23 * is used for management of Erase Unit in other routines in nftl.c and nftlmount.c
55 /* We ignore ret in case the ECC of the MediaHeader is invalid
56 (which is apparently acceptable) */
108 /* Paranoia. Check the ANAND header is still there after the ECC read */
120 this one is the same as the first one we found */
142 /* This is the first we've seen. Copy the media header structure into place */
149 device is already correct.
157 printk(KERN_NOTICE "WARNING: Support for NFTL with UnitSizeFactor 0x%02x is experimental\n",
258 /* check_free_sector: check if a free sector is actually FREE, i.e. All 0xff in data and oob area */
296 * Update NFTL metadata. Each erase operation is checke
[all...]
/linux-master/drivers/net/ethernet/tehuti/
H A Dtehuti.h69 /* netdev tx queue len for Luxor. default value is, btw, 1000
73 /* Max MTU for Jumbo Frame mode, per tehutinetworks.net Features FAQ is 16k */
86 # error BITS_PER_LONG is undefined. Must be 64 or 32
189 * if len == 0 addr is dma
190 * if len != 0 addr is skb */
451 * size is rounded to 16 */
/linux-master/drivers/net/ethernet/toshiba/
H A Dps3_gelic_wireless.c480 /* AKM count is 1 */
484 /* AKM suite is assumed as PSK*/
489 /* RSN capabilities is 0 */
601 /* put them in ascendant order (older is first) */
798 * information of the AP if it is WPA2,
1244 pr_info("%s: key is too long %d\n", __func__,
1394 struct iw_statistics *is; local
1404 is = &wl->iwstat;
1405 memset(is, 0, sizeof(*is));
[all...]
/linux-master/drivers/net/fddi/skfp/
H A Dhwmtm.c9 * The information in this file is provided "AS IS" without warranty.
248 * mac_drv_init once, after the adatper is detected.
328 d1++ ; /* descr is owned by the host */
460 * make sure that the start pointer is 16 byte aligned
507 * If the use_count is != zero the MBuf is queued
532 * The BMU is idle when this function is called.
624 * determined. This is the next RxD after rx_curr_get with an OWN
691 * The main requirement of this mechanismn is t
703 u_long is ; /* ISR source */ local
[all...]
H A Dhwt.c9 * The information in this file is provided "AS IS" without warranty.
33 /* 28-Jun-1994 sw - Note: hwt_restart() is also used in module 'drvfbi.c'. */
159 u_long is ; local
165 is = GET_ISR() ;
167 if ((tr > smc->hw.t_start) || (is & IS_TIMINT)) {
210 * This function returnes after the amount of time is elapsed
216 * NOTE: The function will return immediately, if the timer is not
226 * check if timer is running
/linux-master/drivers/pinctrl/intel/
H A Dpinctrl-intel.c216 * @PAD_UNLOCKED: pad is fully controlled by the configuration registers
218 * @PAD_LOCKED_TX: pad configuration TX state is locked
221 * Locking is considered as read-only mode for corresponding registers and
222 * their respective fields. That said, TX state bit is locked separately from
254 * the pad is considered unlocked. Any other case means that it is
496 * If pin is already configured in GPIO mode, we assume that
689 case 1: /* Set default strength value in case none is given */
716 case 1: /* Set default strength value in case none is given */
847 * @community: Community is fille
1026 void __iomem *is; local
1035 writel(BIT(gpp_offset), is); local
1049 void __iomem *reg, *is; local
1061 writel(BIT(gpp_offset), is); local
1185 void __iomem *reg, *is; local
1231 void __iomem *reg, *is; local
[all...]
/linux-master/drivers/s390/cio/
H A Dchsc.h202 u16 is; member in struct:chsc_scm_info
H A Dscm.c212 scmdev_setup(scmdev, sale, scm_info->is, scm_info->mbc);
/linux-master/drivers/scsi/arm/
H A Dfas216.c12 * This is a generic driver. To use it, have a look at cumana_2.c. You
61 * the data sheet. This restriction is crazy, especially when
68 * > (1) Re-negotiation at every selection is not recommended, since a
69 * > significant performance impact is likely.
72 * > RESET message is received, until a hard reset condition occurs, or until one
74 * > transfer mode is asynchronous data transfer mode. The default data transfer
75 * > mode is entered at power on, after a BUS DEVICE RESET message, or after a hard
158 unsigned char is, stat, inst; local
160 is = fas216_readb(info, REG_IS);
168 fas216_readb(info, REG_CMD), stat, inst, is,
1354 fas216_busservice_intr(FAS216_Info *info, unsigned int stat, unsigned int is) argument
1555 fas216_funcdone_intr(FAS216_Info *info, unsigned int stat, unsigned int is) argument
1638 unsigned char inst, is, stat; local
[all...]
/linux-master/drivers/soc/fsl/dpio/
H A Dqbman-portal.h146 int reset_bug; /* indicates dqrr reset workaround is needed */
253 * Return 0 for successful enqueue, -EBUSY if the EQCR is not ready.
303 * qbman_result_is_DQ() - check if the dequeue result is a dequeue response
314 * qbman_result_is_SCN() - Check the dequeue result is notification or not
419 * or pull). If the FQ is subsequently "dequeued" from the channel and is still
452 * If a FQ is changed to XOFF after it had already become truly-scheduled
464 /* If the user has been allocated a channel object that is going to generate
469 * they need to be reenabled before they'll generate another. The idea is
472 * combination function is provide
572 u8 is; member in struct:qbman_fq_query_np_rslt
[all...]

Completed in 337 milliseconds

<<11121314